Unnamed repository; edit this file 'description' to name the repository.
Use separate color for primary selection in `jetbrains_dark` (#12606)
Co-authored-by: Yannic Nuwenhof <[email protected]>
Daniel Rotter 7 months ago
parent 6b51196 · commit a789ec7
-rw-r--r--runtime/themes/jetbrains_dark.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/themes/jetbrains_dark.toml b/runtime/themes/jetbrains_dark.toml
index a9da0de0..68e74333 100644
--- a/runtime/themes/jetbrains_dark.toml
+++ b/runtime/themes/jetbrains_dark.toml
@@ -47,7 +47,8 @@ tag = "red213"
"ui.menu" = { bg = "blue48" }
"ui.menu.selected" = { bg = "blue110" }
"ui.menu.scroll" = { fg = "blue81", bg = "blue48" }
-"ui.selection" = { bg = "blue131" }
+"ui.selection" = { fg = "black", bg = "blue214" }
+"ui.selection.primary" = { bg = "blue131" }
"ui.cursorline.primary" = { bg = "blue46" }
"ui.cursorline.secondary" = { bg = "blue46" }
"ui.cursorcolumn.primary" = { bg = "blue46" }
@@ -96,5 +97,6 @@ blue171 = "#A1A3AB"
blue173 = "#375fad"
blue184 = "#2aacb8"
blue196 = "#bcbec4"
+blue214 = "#ced0d6"
blue245 = "#56a8f5"
blue247 = "#57aaf7"