From 59980a638064e80a34854500b8e7516d3f3a2508 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 26 Apr 2023 17:47:57 -0400 Subject: fix(helix): remove underline colors foot doesn't support them anyway. --- .config/helix/themes/ctp.toml | 5 ----- 1 file changed, 5 deletions(-) (limited to '.config/helix/themes') 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" } } -- cgit v1.2.3