Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/darcula.toml')
| -rw-r--r-- | runtime/themes/darcula.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/runtime/themes/darcula.toml b/runtime/themes/darcula.toml index 2b98684c..b704d60e 100644 --- a/runtime/themes/darcula.toml +++ b/runtime/themes/darcula.toml @@ -25,11 +25,8 @@ "ui.virtual.indent-guide" = "grey02" "ui.virtual.whitespace" = "grey03" "ui.virtual.inlay-hint" = { fg = "grey03", modifiers = ["italic"] } -"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" @@ -79,8 +76,6 @@ "diagnostic.error" = { underline = { color = "red", style = "curl"} } "diagnostic.info" = { underline = { color = "grey05", style = "curl"} } "diagnostic.hint" = { underline = { color = "grey05", style = "curl"} } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "info" = "grey05" "hint" = "grey05" @@ -88,8 +83,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 +103,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" |