summaryrefslogtreecommitdiff
path: root/.config/helix/themes/ctp.toml
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2023-04-11 15:10:51 -0500
committerSam Nystrom <sam@samnystrom.dev>2023-04-11 15:10:51 -0500
commitc8fa24976938236e6c9556c4f2f68cfbf6250795 (patch)
tree717edb8990ba88745b7bff1a534c0d6902cdecae /.config/helix/themes/ctp.toml
parent4baa24d7673118ca7d89d19473bdc15afa582345 (diff)
feat: add helix config
Diffstat (limited to '.config/helix/themes/ctp.toml')
-rw-r--r--.config/helix/themes/ctp.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/helix/themes/ctp.toml b/.config/helix/themes/ctp.toml
new file mode 100644
index 0000000..824f64e
--- /dev/null
+++ b/.config/helix/themes/ctp.toml
@@ -0,0 +1,11 @@
+inherits = "catppuccin_macchiato"
+
+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" } }