aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-26 15:14:59 +0000
committerBlaž Hrastnik2021-06-27 14:28:22 +0000
commitf9cdb2afe29045723d2ad14eaea371eddf3107fe (patch)
treefc38eee0944ae9ad2ac42819579eeeaf1bfceae0 /theme.toml
parent90d675fb158e4a14ae2bbd835c466d91343c193d (diff)
Turn diagnostics rendering into span injection too
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index bf99fb7a..12900571 100644
--- a/theme.toml
+++ b/theme.toml
@@ -60,6 +60,8 @@
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
+"diagnostic" = { modifiers = ["underlined"] }
+
"warning" = "#ffcd1c"
"error" = "#f47868"
"info" = "#6F44F0"