aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorChidambaram Nachiappan <60850111+thechidambaram@users.noreply.github.com>2022-02-27 13:36:26 +0000
committerChidambaram Nachiappan <60850111+thechidambaram@users.noreply.github.com>2022-02-27 13:36:26 +0000
commit58a359cab61cd9ed292c8cbfa45a88012c7a1b5d (patch)
tree028adb7ce3cf65f225a64d53c76b64ccd6041c9e /colors
parentdbd0e9378b114959948403a7edcbf7a1bdff5b97 (diff)
downloadlite-xl-colors-58a359cab61cd9ed292c8cbfa45a88012c7a1b5d.tar.gz
lite-xl-colors-58a359cab61cd9ed292c8cbfa45a88012c7a1b5d.zip
Add 'plasma' color theme
Diffstat (limited to 'colors')
-rw-r--r--colors/plasma.lua29
1 files changed, 29 insertions, 0 deletions
diff --git a/colors/plasma.lua b/colors/plasma.lua
new file mode 100644
index 0000000..635572e
--- /dev/null
+++ b/colors/plasma.lua
@@ -0,0 +1,29 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#222226" }
+style.background2 = { common.color "#252528" }
+style.background3 = { common.color "#1e1e21" }
+style.text = { common.color "#dddddd" }
+style.caret = { common.color "#aeafad" }
+style.accent = { common.color "#0097fb" }
+style.dim = { common.color "#9393a5" }
+style.divider = { common.color "#1E1E1E" }
+style.selection = { common.color "#264f78" }
+style.line_number = { common.color "#858585" }
+style.line_number2 = { common.color "#c6c6c6" }
+style.line_highlight = { common.color "#2b2b2f"}
+style.scrollbar = { common.color "#313136" }
+style.scrollbar2 = { common.color "#bfbfbf" }
+
+style.syntax["normal"] = { common.color "#dddddd" }
+style.syntax["symbol"] = { common.color "#e06c75" }
+style.syntax["comment"] = { common.color "#c5c5c5" }
+style.syntax["keyword"] = { common.color "#61afef" }
+style.syntax["keyword2"] = { common.color "#56B6C2" }
+style.syntax["number"] = { common.color "#d19a66" }
+style.syntax["literal"] = { common.color "#61AFEF" }
+style.syntax["string"] = { common.color "#98C379" }
+style.syntax["operator"] = { common.color "#dddddd" }
+style.syntax["function"] = { common.color "#c678dd" }
+