Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/jetbrains_dark.toml')
| -rw-r--r-- | runtime/themes/jetbrains_dark.toml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/themes/jetbrains_dark.toml b/runtime/themes/jetbrains_dark.toml index 68e74333..a9da0de0 100644 --- a/runtime/themes/jetbrains_dark.toml +++ b/runtime/themes/jetbrains_dark.toml @@ -47,8 +47,7 @@ tag = "red213" "ui.menu" = { bg = "blue48" } "ui.menu.selected" = { bg = "blue110" } "ui.menu.scroll" = { fg = "blue81", bg = "blue48" } -"ui.selection" = { fg = "black", bg = "blue214" } -"ui.selection.primary" = { bg = "blue131" } +"ui.selection" = { bg = "blue131" } "ui.cursorline.primary" = { bg = "blue46" } "ui.cursorline.secondary" = { bg = "blue46" } "ui.cursorcolumn.primary" = { bg = "blue46" } @@ -97,6 +96,5 @@ blue171 = "#A1A3AB" blue173 = "#375fad" blue184 = "#2aacb8" blue196 = "#bcbec4" -blue214 = "#ced0d6" blue245 = "#56a8f5" blue247 = "#57aaf7" |