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, 0 insertions, 12 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml
index 2b98684c..7e0907c0 100644
--- a/runtime/themes/darcula.toml
+++ b/runtime/themes/darcula.toml
@@ -28,8 +28,6 @@
"ui.virtual.jump-label" = { fg = "lightblue", modifiers = ["italic", "bold"] }
"ui.bufferline" = { fg = "grey04", bg = "grey00" }
"ui.bufferline.active" = { fg = "grey07", bg = "grey02" }
-"ui.picker.header.column" = { fg = "grey05", modifiers = ["italic", "bold"] }
-"ui.picker.header.column.active" = { fg = "grey05", bg = "grey03", modifiers = ["italic", "bold"] }
"operator" = "grey05"
"variable" = "white"
@@ -88,8 +86,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 +106,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"