Tweak helix theme

This commit is contained in:
Agatha Lovelace 2023-01-25 19:40:31 +01:00
parent 05b641ce09
commit bb6363d0e2
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 5 additions and 3 deletions

View File

@ -23,12 +23,14 @@ inherits = "hex_lavender"
"ui.linenr.selected" = { fg = "light_purple" }
"string.special.url" = { fg = "lighter_gray", underline = { color = "lighter_gray", style = "line" }, modifiers = ["underlined"] }
"markup.link" = { fg = "lighter_gray", underline = { color = "lighter_gray", style = "line" }, modifiers = ["underlined"] }
"diagnostic.error" = { fg = "actual_white", bg = "light_red", modifiers = ["bold"] }
"diagnostic.error" = { underline = { color = "light_red", style = "curl" } }
"error" = "light_red"
"diagnostic.hint" = { underline = { color = "lighter_gray", style = "curl" } }
"hint" = "lighter_gray"
"ui.selection" = { fg = "lighter_gray", bg = "light_purple" }
"ui.selection.primary" = { fg = "lighter_gray", bg = "light_purple" }
"warning" = "light_yellow"
"diagnostic.warning" = "light_yellow"
"warning" = "orange"
"diagnostic.warning" = { underline = { color = "orange", style = "curl" } }
"diff.plus" = "light_green"
"diff.minus" = "light_red"
"diff.delta" = "dark_yellow"