aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorLiqube <git@liqube.com>2020-05-17 22:23:54 +0200
committerLiqube <git@liqube.com>2020-05-17 22:23:54 +0200
commit9dc0184c3924627f368e9fe8e2bca59ac91e4ba2 (patch)
treecbfebaff76a3746df880151a9e427e79ca3f7263 /colors
parentb20d75fef9b13918f35e5934f4e04e477cae437f (diff)
downloadlite-xl-colors-9dc0184c3924627f368e9fe8e2bca59ac91e4ba2.tar.gz
lite-xl-colors-9dc0184c3924627f368e9fe8e2bca59ac91e4ba2.zip
liqube dark code style
Diffstat (limited to 'colors')
-rw-r--r--colors/liqube.lua32
1 files changed, 32 insertions, 0 deletions
diff --git a/colors/liqube.lua b/colors/liqube.lua
new file mode 100644
index 0000000..6e7f95c
--- /dev/null
+++ b/colors/liqube.lua
@@ -0,0 +1,32 @@
+-- Liqube Dark Code for Lite <liqube.com>
+
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#13171e" }
+style.background2 = { common.color "#21252b" }
+style.background3 = { common.color "#21252b" }
+style.text = { common.color "#abb2bf" }
+style.caret = { common.color "#abb2bf" }
+style.accent = { common.color "#ffffff" }
+style.dim = { common.color "#545e70" }
+style.divider = { common.color "#242223" }
+style.selection = { common.color "#3e4451" }
+style.line_number = { common.color "#323641" }
+style.line_number2 = { common.color "#596275" }
+style.line_highlight = { common.color "#1c1f25" }
+style.scrollbar = { common.color "#3d3f43" }
+style.scrollbar2 = { common.color "#595b5f" }
+style.guide = { common.color "#1c1f25" } -- indentguide
+
+style.syntax["normal"] = { common.color "#abb2bf" }
+style.syntax["symbol"] = { common.color "#71a9d7" }
+style.syntax["comment"] = { common.color "#5c6370" }
+style.syntax["keyword"] = { common.color "#98c875" }
+style.syntax["keyword2"] = { common.color "#ffffff" }
+style.syntax["number"] = { common.color "#ffffff" }
+style.syntax["literal"] = { common.color "#ea5964" }
+style.syntax["string"] = { common.color "#ea5964" }
+style.syntax["operator"] = { common.color "#657085" }
+style.syntax["function"] = { common.color "#ffffff" }
+style.syntax["preprocessor"] = { common.color "#98c875" } -- thinking ahead