aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorStarrKiss <gregorystarr00@gmail.com>2020-08-04 11:02:53 -0500
committerStarrKiss <gregorystarr00@gmail.com>2020-08-04 11:02:53 -0500
commitfd5f669ede5a76e0a7e1fea96fd95c39d3b46b79 (patch)
tree6b2d4fe9aa99e2ce26951aae233ce06139fdd8eb /colors
parent5a2f97148dfb35500e45a50d36043f6831aecce4 (diff)
downloadlite-xl-colors-fd5f669ede5a76e0a7e1fea96fd95c39d3b46b79.tar.gz
lite-xl-colors-fd5f669ede5a76e0a7e1fea96fd95c39d3b46b79.zip
Added colorscheme
Diffstat (limited to 'colors')
-rw-r--r--colors/moe.lua28
1 files changed, 28 insertions, 0 deletions
diff --git a/colors/moe.lua b/colors/moe.lua
new file mode 100644
index 0000000..5232aee
--- /dev/null
+++ b/colors/moe.lua
@@ -0,0 +1,28 @@
+local style = require "core.style"
+local common = require "core.common"
+
+style.background = { common.color "#f7f9f9" }
+style.background2 = { common.color "#f7f9f9" }
+style.background3 = { common.color "#f7f9f9" }
+style.text = { common.color "#404040" }
+style.caret = { common.color "#ff5971" }
+style.accent = { common.color "#ff5971" }
+style.dim = { common.color "#b0b0b0" }
+style.divider = { common.color "#e8e8e8" }
+style.selection = { common.color "#fde6eb" }
+style.line_number = { common.color "#d0d0d0" }
+style.line_number2 = { common.color "#808080" }
+style.line_highlight = { common.color "#f2f2f2" }
+style.scrollbar = { common.color "#e0e0e0" }
+style.scrollbar2 = { common.color "#c0c0c0" }
+
+style.syntax["normal"] = { common.color "#181818" }
+style.syntax["symbol"] = { common.color "#181818" }
+style.syntax["comment"] = { common.color "#43cdbd" }
+style.syntax["keyword"] = { common.color "#5f7dcd" }
+style.syntax["keyword2"] = { common.color "#9c53c6" }
+style.syntax["number"] = { common.color "#3daee9" }
+style.syntax["literal"] = { common.color "#3daee9" }
+style.syntax["string"] = { common.color "#3daee9" }
+style.syntax["operator"] = { common.color "#5f7dcd" }
+style.syntax["function"] = { common.color "#9c53c6" }