Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/bogster.toml')
| -rw-r--r-- | runtime/themes/bogster.toml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index 9d360e82..1ea13f1f 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -59,10 +59,8 @@ "ui.text.focus" = { fg = "bogster-fg1", modifiers= ["bold"] } "ui.virtual.whitespace" = "bogster-base5" "ui.virtual.ruler" = { bg = "bogster-base0" } -"ui.virtual.jump-label" = { fg = "bogster-base0", bg = "bogster-yellow", modifiers = [ "bold" ] } -"ui.selection" = { bg = "bogster-base2" } -"ui.selection.primary" = { bg = "bogster-base3" } +"ui.selection" = { bg = "bogster-base3" } "ui.cursor.match" = { fg = "bogster-base3", bg = "bogster-orange" } "ui.cursor" = { fg = "bogster-base5", modifiers = ["reversed"] } @@ -79,8 +77,6 @@ "diagnostic.error" = { underline = { color = "bogster-lred", style = "curl"} } "diagnostic.info" = { underline = { color = "bogster-teal", style = "curl"} } "diagnostic.hint" = { underline = { color = "bogster-blue", style = "curl"} } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } [palette] bogster-yellow = "#dcb659" |