Tweak helix theme
This commit is contained in:
parent
05b641ce09
commit
bb6363d0e2
|
@ -23,12 +23,14 @@ inherits = "hex_lavender"
|
||||||
"ui.linenr.selected" = { fg = "light_purple" }
|
"ui.linenr.selected" = { fg = "light_purple" }
|
||||||
"string.special.url" = { fg = "lighter_gray", underline = { color = "lighter_gray", style = "line" }, modifiers = ["underlined"] }
|
"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"] }
|
"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"
|
"error" = "light_red"
|
||||||
|
"diagnostic.hint" = { underline = { color = "lighter_gray", style = "curl" } }
|
||||||
|
"hint" = "lighter_gray"
|
||||||
"ui.selection" = { fg = "lighter_gray", bg = "light_purple" }
|
"ui.selection" = { fg = "lighter_gray", bg = "light_purple" }
|
||||||
"ui.selection.primary" = { fg = "lighter_gray", bg = "light_purple" }
|
"ui.selection.primary" = { fg = "lighter_gray", bg = "light_purple" }
|
||||||
"warning" = "light_yellow"
|
"warning" = "orange"
|
||||||
"diagnostic.warning" = "light_yellow"
|
"diagnostic.warning" = { underline = { color = "orange", style = "curl" } }
|
||||||
"diff.plus" = "light_green"
|
"diff.plus" = "light_green"
|
||||||
"diff.minus" = "light_red"
|
"diff.minus" = "light_red"
|
||||||
"diff.delta" = "dark_yellow"
|
"diff.delta" = "dark_yellow"
|
||||||
|
|
Loading…
Reference in New Issue