aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorsnwfrst <74727274+snwfrst@users.noreply.github.com>2021-06-20 17:57:19 +0200
committerGitHub <noreply@github.com>2021-06-20 17:57:19 +0200
commit92e3d0bee70d1151208ceffa310d82cbabaa584d (patch)
tree1b999e43fad9f28779e65809fb2e584574cf542c /colors
parent43d79626624ade73cd3fc16c6fa446c909ae4bd6 (diff)
downloadlite-xl-colors-92e3d0bee70d1151208ceffa310d82cbabaa584d.tar.gz
lite-xl-colors-92e3d0bee70d1151208ceffa310d82cbabaa584d.zip
create abyss color scheme
Diffstat (limited to 'colors')
-rw-r--r--colors/abyss.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/colors/abyss.lua b/colors/abyss.lua
new file mode 100644
index 0000000..b4c147b
--- /dev/null
+++ b/colors/abyss.lua
@@ -0,0 +1,29 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#02103d" }
+style.background2 = { common.color "#02103d" }
+style.background3 = { common.color "#02103d" }
+style.text = { common.color "#0f6773" }
+style.caret = { common.color "#6a8ca8" }
+style.accent = { common.color "#6a8ca8" }
+style.dim = { common.color "#303030" }
+style.divider = { common.color "#151515" }
+style.selection = { common.color "#242424" }
+style.line_number = { common.color "#252525" }
+style.line_number2 = { common.color "#444444" }
+style.line_highlight = { common.color "#101010" }
+style.scrollbar = { common.color "#252525" }
+style.scrollbar2 = { common.color "#444444" }
+
+style.syntax = {}
+style.syntax["normal"] = { common.color "#a0a0a0" }
+style.syntax["symbol"] = { common.color "#a0a0a0" }
+style.syntax["comment"] = { common.color "#404040" }
+style.syntax["keyword"] = { common.color "#dfdfdf" }
+style.syntax["keyword2"] = { common.color "#dfdfdf" }
+style.syntax["number"] = { common.color "#dfdfdf" }
+style.syntax["literal"] = { common.color "#dfdfdf" }
+style.syntax["string"] = { common.color "#132a52" }
+style.syntax["operator"] = { common.color "#01A870" }
+style.syntax["function"] = { common.color "#01A870" }