aboutsummaryrefslogtreecommitdiff
path: root/colors/dracula.lua
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-10 17:04:08 +0100
committerrxi <rxi@users.noreply.github.com>2020-05-10 17:04:08 +0100
commit4c52ac248639fe0d5e3193901b7df2e8a43ae9ed (patch)
treecaef4d2405a4c48aff8eccdb4e904e7826dfedcb /colors/dracula.lua
parent992fb4439e50b926f302b383982d608239b0a220 (diff)
downloadlite-xl-colors-4c52ac248639fe0d5e3193901b7df2e8a43ae9ed.tar.gz
lite-xl-colors-4c52ac248639fe0d5e3193901b7df2e8a43ae9ed.zip
`dracula` color theme tweaks
Diffstat (limited to 'colors/dracula.lua')
-rw-r--r--colors/dracula.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/colors/dracula.lua b/colors/dracula.lua
index cac5e04..0e9eaf6 100644
--- a/colors/dracula.lua
+++ b/colors/dracula.lua
@@ -2,19 +2,19 @@ local style = require "core.style"
local common = require "core.common"
style.background = { common.color "#282a36" }
-style.background2 = { common.color "#282a36" }
-style.background3 = { common.color "#282a36" }
-style.text = { common.color "#f8f8f2" }
+style.background2 = { common.color "#242630" }
+style.background3 = { common.color "#242630" }
+style.text = { common.color "#7b81a6" }
style.caret = { common.color "#f8f8f0" }
style.accent = { common.color "#8be9fd" }
style.dim = { common.color "#6272a4" }
-style.divider = { common.color "#6272a4" }
+style.divider = { common.color "#1f2029" }
style.selection = { common.color "#44475a" }
-style.line_number = { common.color "#6272a4" }
-style.line_number2 = { common.color "#6272a4" }
-style.line_highlight = { common.color "#44475a" }
-style.scrollbar = { common.color "#6272a4" }
-style.scrollbar2 = { common.color "#44475a" }
+style.line_number = { common.color "#53576e" }
+style.line_number2 = { common.color "#f8f8f0" }
+style.line_highlight = { common.color "#313442" }
+style.scrollbar = { common.color "#44475a" }
+style.scrollbar2 = { common.color "#ff79c6" }
style.syntax["normal"] = { common.color "#f8f8f2" }
style.syntax["symbol"] = { common.color "#f8f8f2" }
@@ -25,4 +25,4 @@ style.syntax["number"] = { common.color "#bd93f9" }
style.syntax["literal"] = { common.color "#f1fa8c" }
style.syntax["string"] = { common.color "#f1fa8c" }
style.syntax["operator"] = { common.color "#ff79c6" }
-style.syntax["function"] = { common.color "#50fa7b" } \ No newline at end of file
+style.syntax["function"] = { common.color "#50fa7b" }