Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/darcula.toml')
| -rw-r--r-- | runtime/themes/darcula.toml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 2b98684c..5b83afba 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -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" |