Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/darcula.toml')
-rw-r--r--runtime/themes/darcula.toml12
1 files changed, 1 insertions, 11 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml
index 2b98684c..8329f561 100644
--- a/runtime/themes/darcula.toml
+++ b/runtime/themes/darcula.toml
@@ -21,7 +21,7 @@
"ui.cursorline.secondary" = { bg = "grey02" }
"ui.text" = "white"
"ui.text.focus" = "grey05"
-"ui.virtual.ruler" = { bg = "grey02" }
+"ui.virtual.ruler" = { fg = "grey02" }
"ui.virtual.indent-guide" = "grey02"
"ui.virtual.whitespace" = "grey03"
"ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] }
@@ -88,8 +88,6 @@
"warning" = "orange"
"error" = "red"
-rainbow = ["rainbow_gold", "rainbow_blue", "rainbow_orange", "rainbow_purple", "rainbow_khaki", "rainbow_turquoise"]
-
[palette]
grey00 = "#181818" # Default Background
grey01 = "#282828" # Lighter Background (Used for status bars, line number and folding marks)
@@ -110,11 +108,3 @@ grey = "#808080"
darkgreen = "#629755"
lightblue = "#6897bb"
blue = "#104158"
-
-# Rainbow bracket colors
-rainbow_gold = "#FFD700"
-rainbow_blue = "#1E90FF"
-rainbow_orange = "#FF8C00"
-rainbow_purple = "#9370DB"
-rainbow_khaki = "#F0E68C"
-rainbow_turquoise = "#00CED1"