Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -27,7 +27,6 @@ string = "silver" "constant.character.escape" = "honey" # used for lifetimes label = "honey" -tabstop = { modifiers = ["italic"], bg = "bossanova" } "markup.heading" = "lilac" "markup.bold" = { modifiers = ["bold"] } @@ -41,7 +40,7 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "diff.minus" = "#f22c86" "diff.delta" = "#6f44f0" -# TODO: differentiate doc comment +# TODO: diferentiate doc comment # concat (ERROR) @error.syntax and "MISSING ;" selectors for errors "ui.background" = { bg = "midnight" } @@ -53,13 +52,11 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "ui.popup" = { bg = "revolver" } "ui.window" = { fg = "bossanova" } "ui.help" = { bg = "#7958DC", fg = "#171452" } + "ui.text" = { fg = "lavender" } "ui.text.focus" = { fg = "white" } "ui.text.inactive" = "sirocco" -"ui.text.directory" = { fg = "lilac" } "ui.virtual" = { fg = "comet" } -"ui.virtual.ruler" = { bg = "bossanova" } -"ui.virtual.jump-label" = { fg = "apricot", modifiers = ["bold"] } "ui.virtual.indent-guide" = { fg = "comet" } @@ -68,8 +65,6 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } # TODO: namespace ui.cursor as ui.selection.cursor? "ui.cursor.select" = { bg = "delta" } "ui.cursor.insert" = { bg = "white" } -"ui.cursor.primary.select" = { bg = "delta" } -"ui.cursor.primary.insert" = { bg = "white" } "ui.cursor.match" = { fg = "#212121", bg = "#6C6999" } "ui.cursor" = { modifiers = ["reversed"] } "ui.cursorline.primary" = { bg = "bossanova" } @@ -85,8 +80,6 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" } "diagnostic.info" = { underline = { color = "delta", style = "curl" } } "diagnostic.warning" = { underline = { color = "lightning", style = "curl" } } "diagnostic.error" = { underline = { color = "apricot", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } warning = "lightning" error = "apricot" |