diff options
author | Emil Fresk | 2022-04-20 13:44:00 +0000 |
---|---|---|
committer | GitHub | 2022-04-20 13:44:00 +0000 |
commit | 5247d3ae2d19da1959534b676fdbea9c34b0df06 (patch) | |
tree | 164e894b47cd4de70bfddba03eedba3c09ffe4f0 /runtime/themes | |
parent | 35d2693630a4ec29a654704bc4be47badb8d6070 (diff) |
dark_plus: Add the borders color from the original theme (#2186)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/dark_plus.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml index 04e2bc9d..6c9d5919 100644 --- a/runtime/themes/dark_plus.toml +++ b/runtime/themes/dark_plus.toml @@ -5,7 +5,7 @@ "type" = { fg = "type" } "type.builtin" = { fg = "type" } -"type.enum.variant" = { fg = "constant" } +"type.enum.variant" = { fg = "constant" } "constructor" = { fg = "constant" } "variable.other.member" = { fg = "variable" } @@ -78,7 +78,8 @@ "ui.text" = { fg = "text" } "ui.text.focus" = { fg = "white" } -"ui.virtual" = { fg = "dark_green" } +"ui.virtual" = { fg = "dark_gray" } +"ui.virtual.ruler" = { bg = "borders" } "warning" = { fg = "gold2" } "error" = { fg = "red" } @@ -117,3 +118,4 @@ background = "#1e1e1e" text = "#d4d4d4" cursor = "#a6a6a6" widget = "#252526" +borders = "#323232" |