Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/horizon-dark.toml')
| -rw-r--r-- | runtime/themes/horizon-dark.toml | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/runtime/themes/horizon-dark.toml b/runtime/themes/horizon-dark.toml index d8d18129..aec113df 100644 --- a/runtime/themes/horizon-dark.toml +++ b/runtime/themes/horizon-dark.toml @@ -4,19 +4,14 @@ constant = "purple" "constant.numeric" = "orange" "constant.builtin" = "orange" variable = "red" -attribute = "brown" comment = "light-gray" special = "purple" -"punctuation" = "red" "punctuation.bracket" = "purple" -"punctuation.delimiter" = "white" keyword = "purple" function = "blue" label = "orange" type = "orange" -constructor = "orange" namespace = "orange" -tag = "red" # User Interface "ui.background" = { bg = "bg", fg = "gray" } @@ -31,9 +26,8 @@ tag = "red" "ui.gutter" = "gray" "ui.gutter.selected" = "light-gray" "ui.selection" = { bg = "selection" } -"ui.virtual.indent-guide" = { fg = "gray" } -"ui.virtual.whitespace" = { fg = "light-gray" } -"ui.virtual.ruler" = { bg = "dark-bg" } +"ui.virtual.indent-guide" = { fg = "gray"} +"ui.virtual.whitespace" = { fg = "light-gray"} "ui.statusline" = { bg = "dark-bg", fg = "light-gray" } "ui.popup" = { bg = "dark-bg", fg = "orange" } "ui.help" = { bg = "dark-bg", fg = "orange" } @@ -42,18 +36,13 @@ tag = "red" "ui.window" = "selection" "ui.bufferline" = { bg = "dark-bg", fg = "light-gray" } "ui.bufferline.active" = { bg = "dark-bg", fg = "orange" } -"ui.virtual.jump-label" = { fg = "pink", modifiers = ["bold"] } -"ui.picker.header.column" = { fg = "orange", underline.style = "line" } -"ui.picker.header.column.active" = { fg = "purple", modifiers = ["bold"], underline.style = "line" } # Diagnostics "diagnostic" = { underline = { style = "curl" } } "diagnostic.hint" = { underline = { color = "green", style = "curl" } } "diagnostic.info" = { underline = { color = "blue", style = "curl" } } -"diagnostics.error" = { underline = { color = "red", style = "curl" } } -"diagnostics.warning" = { underline = { color = "orange", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } +"diagnostics.error" = { underline = { color = "red", style = "curl"} } +"diagnostics.warning" = { underline = { color = "orange", style = "curl"} } warning = { fg = "orange", modifiers = ["bold"] } error = { fg = "red", modifiers = ["bold"] } @@ -72,7 +61,7 @@ hint = { fg = "green", modifiers = ["bold"] } "markup.quote" = "orange" "markup.raw" = "orange" -"diff.plus" = "green" +"diff.plus" = "green" "diff.minus" = "red" "diff.delta" = "orange" @@ -86,7 +75,6 @@ pink = "#EE64AE" selection = "#353747" green = "#27D796" orange = "#FAB795" -brown = "#F09383" purple = "#B877DB" red = "#E95678" blue = "#25B2BC" |