aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrapidied <57670615+crapidied@users.noreply.github.com>2020-05-05 23:33:43 -0400
committerGitHub <noreply@github.com>2020-05-05 23:33:43 -0400
commit874cca0f55bd14504426c38304228cb82f0358b0 (patch)
treec202112d7a3cac8831f6e6c288a2082a6ec9e786
parent9e77ce15772e5f5f9e9ab8ddb637387250cda579 (diff)
downloadlite-xl-colors-874cca0f55bd14504426c38304228cb82f0358b0.tar.gz
lite-xl-colors-874cca0f55bd14504426c38304228cb82f0358b0.zip
Add files via upload
-rw-r--r--colors/gruvbox_dark.lua28
1 files changed, 28 insertions, 0 deletions
diff --git a/colors/gruvbox_dark.lua b/colors/gruvbox_dark.lua
new file mode 100644
index 0000000..ff3e9d8
--- /dev/null
+++ b/colors/gruvbox_dark.lua
@@ -0,0 +1,28 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#282828" }
+style.background2 = { common.color "#1d2021" }
+style.background3 = { common.color "#1d2021" }
+style.text = { common.color "#928374" }
+style.caret = { common.color "#fbf1c7" }
+style.accent = { common.color "#ebdbb2" }
+style.dim = { common.color "#928374" }
+style.divider = { common.color "#1d2021" }
+style.selection = { common.color "#3c3836" }
+style.line_number = { common.color "#928374" }
+style.line_number2 = { common.color "#ebdbb2" }
+style.line_highlight = { common.color "#32302f" }
+style.scrollbar = { common.color "#928374" }
+style.scrollbar2 = { common.color "#fbf1c7" }
+
+style.syntax["normal"] = { common.color "#ebdbb2" }
+style.syntax["symbol"] = { common.color "#ebdbb2" }
+style.syntax["comment"] = { common.color "#928374" }
+style.syntax["keyword"] = { common.color "#fb4934" }
+style.syntax["keyword2"] = { common.color "#83a598" }
+style.syntax["number"] = { common.color "#d3869b" }
+style.syntax["literal"] = { common.color "#d3869b" }
+style.syntax["string"] = { common.color "#b8bb26" }
+style.syntax["operator"] = { common.color "#ebdbb2" }
+style.syntax["function"] = { common.color "#8ec07c" }