diff options
author | kramo <93832451+kra-mo@users.noreply.github.com> | 2024-03-29 13:47:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-29 13:47:33 +0100 |
commit | 8930121fb0569fca814c8f42649cb51afffb30f3 (patch) | |
tree | c3dce7b80d0b72258f54c1182295fa59492907ad /manifest.json | |
parent | 794f72744457e072f6a53e2fa928c47acdec5e55 (diff) | |
download | lite-xl-colors-8930121fb0569fca814c8f42649cb51afffb30f3.tar.gz lite-xl-colors-8930121fb0569fca814c8f42649cb51afffb30f3.zip |
everforest: Fix selection color (#35)
* Fix selection color
It was set to a color that is not even part of the Everforest theme and is only barely different from the line highlight color, so it was not actually visible on the line you had your cursor on.
* Update Everforest version
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index c93c637..520ccb1 100644 --- a/manifest.json +++ b/manifest.json @@ -165,7 +165,7 @@ "dark" ], "type" : "color", - "version" : "0.1" + "version" : "0.2" }, { "id" : "flexoki_dark", |