Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/bogster.toml')
| -rw-r--r-- | runtime/themes/bogster.toml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/runtime/themes/bogster.toml b/runtime/themes/bogster.toml index 9d360e82..eb6c4c50 100644 --- a/runtime/themes/bogster.toml +++ b/runtime/themes/bogster.toml @@ -31,7 +31,6 @@ "markup.list" = "bogster-red" "markup.bold" = { fg = "bogster-yellow", modifiers = ["bold"] } "markup.italic" = { fg = "bogster-purp", modifiers = ["italic"] } -"markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link.url" = { fg = "bogster-yellow", modifiers = ["underlined"] } "markup.link.text" = "bogster-red" "markup.quote" = "bogster-teal" @@ -59,10 +58,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"] } @@ -75,12 +72,7 @@ "hint" = "bogster-blue" # make diagnostic underlined, to distinguish with selection text. -"diagnostic.warning" = { underline = { color = "bogster-orange", style = "curl"} } -"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"] } +diagnostic = { modifiers = ["underlined"] } [palette] bogster-yellow = "#dcb659" |