aboutsummaryrefslogtreecommitdiff
path: root/colors
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-10 19:44:56 +0100
committerrxi <rxi@users.noreply.github.com>2020-05-10 19:44:56 +0100
commitb20d75fef9b13918f35e5934f4e04e477cae437f (patch)
treea056e982462f2563c3f355b7065327f460154a1f /colors
parent4c52ac248639fe0d5e3193901b7df2e8a43ae9ed (diff)
downloadlite-xl-colors-b20d75fef9b13918f35e5934f4e04e477cae437f.tar.gz
lite-xl-colors-b20d75fef9b13918f35e5934f4e04e477cae437f.zip
More `dracula` color theme tweaks
Diffstat (limited to 'colors')
-rw-r--r--colors/dracula.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/colors/dracula.lua b/colors/dracula.lua
index 0e9eaf6..68ab41c 100644
--- a/colors/dracula.lua
+++ b/colors/dracula.lua
@@ -2,12 +2,12 @@ local style = require "core.style"
local common = require "core.common"
style.background = { common.color "#282a36" }
-style.background2 = { common.color "#242630" }
-style.background3 = { common.color "#242630" }
+style.background2 = { common.color "#21222b" }
+style.background3 = { common.color "#21222b" }
style.text = { common.color "#7b81a6" }
style.caret = { common.color "#f8f8f0" }
style.accent = { common.color "#8be9fd" }
-style.dim = { common.color "#6272a4" }
+style.dim = { common.color "#4f5873" }
style.divider = { common.color "#1f2029" }
style.selection = { common.color "#44475a" }
style.line_number = { common.color "#53576e" }