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 /colors/everforest.lua | |
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 'colors/everforest.lua')
-rw-r--r-- | colors/everforest.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/colors/everforest.lua b/colors/everforest.lua index 6dca9b9..4eb0466 100644 --- a/colors/everforest.lua +++ b/colors/everforest.lua @@ -13,8 +13,9 @@ style.selection = { common.color "#2E383C"} style.line_number = {common.color "#2E383C"} style.line_number2 = {common.color "#374145"} style.line_highlight = {common.color "#272E33"} -style.scrollbar = { common.color "#272E33"} -style.scrollbar2 = { common.color "#272E33"} +style.scrollbar = { common.color "#4F5B58"} +style.scrollbar2 = { common.color "#4F5B58"} +style.scrollbar_track = { common.color "#272E33"} style.syntax["normal"] = { common.color "#D3C6AA"} style.syntax["symbol"] = { common.color "#D3C6AA"} |