diff options
author | kramo <93832451+kra-mo@users.noreply.github.com> | 2024-05-14 21:39:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 21:39:06 +0200 |
commit | 9e954b0eec8d193305c0e3b8e0f1440959dfd95b (patch) | |
tree | cc011a3cdbd814ad880b7a5ff4601c9544500494 /manifest.json | |
parent | 586a8e581d6e37474ebdb5cc0b3bf0a8700ede86 (diff) | |
download | lite-xl-colors-9e954b0eec8d193305c0e3b8e0f1440959dfd95b.tar.gz lite-xl-colors-9e954b0eec8d193305c0e3b8e0f1440959dfd95b.zip |
Everforest improvements + Everforest light (#41)
* everforest: Fix scrollbar color
Make scrollbar light on dark instead of dark on light
* everforest_light: Add theme
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 61c4b24..3593517 100644 --- a/manifest.json +++ b/manifest.json @@ -167,7 +167,18 @@ "dark" ], "type" : "color", - "version" : "0.2" + "version" : "0.3" + }, + { + "id" : "everforest_light", + "mod_version" : "3.0.0", + "name" : "everforest_light", + "path" : "colors/everforest_light.lua", + "tags" : [ + "light" + ], + "type" : "color", + "version" : "0.1" }, { "id" : "flexoki_dark", |