aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorElia <75450597+vequve@users.noreply.github.com>2023-03-05 13:19:18 +0000
committerGitHub <noreply@github.com>2023-03-05 14:19:18 +0100
commitf6989b89af28b3b9a809fc3ea8d17c5fcfc904d7 (patch)
treebd51cdfedefb74e492c7afb01886571706c677c6 /colors
parent540cf42ee9cc8babd2ec5ce32aaf2ffd21735bfc (diff)
downloadlite-xl-colors-f6989b89af28b3b9a809fc3ea8d17c5fcfc904d7.tar.gz
lite-xl-colors-f6989b89af28b3b9a809fc3ea8d17c5fcfc904d7.zip
Add everforest Theme (#21)
* Added Everforest theme * Updated README * Added Preview --------- Co-authored-by: vequve <vequve@proton.me>
Diffstat (limited to 'colors')
-rw-r--r--colors/everforest.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/colors/everforest.lua b/colors/everforest.lua
new file mode 100644
index 0000000..2a99d46
--- /dev/null
+++ b/colors/everforest.lua
@@ -0,0 +1,29 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#1E2326"}
+style.background2 = { common.color "#1E2326"}
+style.background3 = { common.color "#1E2326"}
+style.text = { common.color "#D3C6AA"}
+style.caret = { common.color "#A7C080"}
+style.accent = { common.color "#A7C080"}
+style.dim = { common.color "#859289"}
+style.divider = { common.color "#272E33"}
+style.selection = { common.color "#272E30"}
+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.syntax["normal"] = { common.color "#D3C6AA"}
+style.syntax["symbol"] = { common.color "#D3C6AA"}
+style.syntax["comment"] = {common.color "#4F5B58"}
+style.syntax["keyword"] = {common.color "#E67E80"}
+style.syntax["keyword2"] = {common.color "#E67E80"}
+style.syntax["number"] = {common.color "#D699B6"}
+style.syntax["literal"] = {common.color "#7FBBB3"}
+style.syntax["string"] = {common.color "#83C092"}
+style.syntax["operator"] = {common.color "#DBBC7F"}
+style.syntax["function"] = {common.color "#A7C080"}
+