aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dracula.toml
diff options
context:
space:
mode:
authorAral Balkan2022-04-11 14:21:41 +0000
committerGitHub2022-04-11 14:21:41 +0000
commit7cb6e07ba01e67685f9dd7e4de994c865dc64299 (patch)
tree1620073fab41ee9c71200f0640b4359c2431b283 /runtime/themes/dracula.toml
parent3d79c60a1ff7d2976c89b90976746df629be34fa (diff)
Improve Dracula Theme selections (#2075) (#2077)
Diffstat (limited to 'runtime/themes/dracula.toml')
-rw-r--r--runtime/themes/dracula.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/themes/dracula.toml b/runtime/themes/dracula.toml
index 1db25d8f..f77d151e 100644
--- a/runtime/themes/dracula.toml
+++ b/runtime/themes/dracula.toml
@@ -29,8 +29,8 @@
"ui.menu" = { fg = "foreground", bg = "background_dark" }
"ui.menu.selected" = { fg = "cyan", bg = "background_dark" }
"ui.popup" = { fg = "foreground", bg = "background_dark" }
-"ui.selection" = { fg = "background", bg = "purple", modifiers = ["dim"] }
-"ui.selection.primary" = { fg = "background", bg = "pink" }
+"ui.selection" = { bg = "secondary_highlight" }
+"ui.selection.primary" = { bg = "primary_highlight" }
"ui.statusline" = { fg = "foreground", bg = "background_dark" }
"ui.statusline.inactive" = { fg = "comment", bg = "background_dark" }
"ui.text" = { fg = "foreground" }
@@ -52,6 +52,8 @@
[palette]
background = "#282a36"
background_dark = "#21222c"
+primary_highlight = "#800049"
+secondary_highlight = "#4d4f66"
foreground = "#f8f8f2"
comment = "#6272a4"
red = "#ff5555"