summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-26 17:47:57 -0400
committerSam Nystrom <sam@samnystrom.dev>2023-04-26 17:47:57 -0400
commit59980a638064e80a34854500b8e7516d3f3a2508 (patch)
treef510d1a932ade1146b4e6a9df1f3f5773349abfd
parent879c8933b0b78e7dc84494db2da41c474904be88 (diff)
fix(helix): remove underline colors
foot doesn't support them anyway.
-rw-r--r--.config/helix/themes/ctp.toml5
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" } }