diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-04-26 17:47:57 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-04-26 17:47:57 -0400 |
| commit | 59980a638064e80a34854500b8e7516d3f3a2508 (patch) | |
| tree | f510d1a932ade1146b4e6a9df1f3f5773349abfd /.config/helix/themes | |
| parent | 879c8933b0b78e7dc84494db2da41c474904be88 (diff) | |
fix(helix): remove underline colors
foot doesn't support them anyway.
Diffstat (limited to '.config/helix/themes')
| -rw-r--r-- | .config/helix/themes/ctp.toml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/helix/themes/ctp.toml b/.config/helix/themes/ctp.toml index 824f64e..597d17c 100644 --- a/.config/helix/themes/ctp.toml +++ b/.config/helix/themes/ctp.toml @@ -4,8 +4,3 @@ hint = { fg = "text" } info = { fg = "blue" } warning = { fg = "peach" } error = { fg = "red" } - -diagnostic.hint = { underline = { color = "text" } } -diagnostic.info = { underline = { color = "blue" } } -diagnostic.warning = { underline = { color = "peach" } } -diagnostic.error = { underline = { color = "red" } } |
