aboutsummaryrefslogtreecommitdiff
path: root/colors/cold_lime.lua
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2021-03-17 16:22:50 +0000
committerGitHub <noreply@github.com>2021-03-17 16:22:50 +0000
commit43d79626624ade73cd3fc16c6fa446c909ae4bd6 (patch)
treee6b2f3a7f9265745c6b953241315ca8de234e971 /colors/cold_lime.lua
parentf8c7a5671d937bc0495d6821b6fa980e442d43c6 (diff)
parent1dee9cbc7acfc709758f5220d4b2ebd061fa59b5 (diff)
downloadlite-xl-colors-43d79626624ade73cd3fc16c6fa446c909ae4bd6.tar.gz
lite-xl-colors-43d79626624ade73cd3fc16c6fa446c909ae4bd6.zip
Merge pull request #19 from kawaii-flesh/master
Added color theme and preview cold_lime
Diffstat (limited to 'colors/cold_lime.lua')
-rw-r--r--colors/cold_lime.lua28
1 files changed, 28 insertions, 0 deletions
diff --git a/colors/cold_lime.lua b/colors/cold_lime.lua
new file mode 100644
index 0000000..fd53a30
--- /dev/null
+++ b/colors/cold_lime.lua
@@ -0,0 +1,28 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#073642" }
+style.background2 = { common.color "#073642" }
+style.background3 = { common.color "#073642" }
+style.text = { common.color "#00d1d1" }
+style.caret = { common.color "#f053f3" }
+style.accent = { common.color "#f053f3" }
+style.dim = { common.color "#586e75" }
+style.divider = { common.color "#6c71c4" }
+style.selection = { common.color "#415256" }
+style.line_number = { common.color "#586e75" }
+style.line_number2 = { common.color "#f053f3" }
+style.line_highlight = { common.color "#415256" }
+style.scrollbar = { common.color "#6c71c4" }
+style.scrollbar2 = { common.color "#6c71c4" }
+
+style.syntax["normal"] = { common.color "#00d1d1" }
+style.syntax["symbol"] = { common.color "#00ff7f" }
+style.syntax["comment"] = { common.color "#6c71c4" }
+style.syntax["keyword"] = { common.color "#6c71c4" }
+style.syntax["keyword2"] = { common.color "#6c71c4" }
+style.syntax["number"] = { common.color "#00ff7f" }
+style.syntax["literal"] = { common.color "#1586d2" }
+style.syntax["string"] = { common.color "#f7f97d" }
+style.syntax["operator"] = { common.color "#00ff7f" }
+style.syntax["function"] = { common.color "#55ffff" }