diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 04b8ce4..6d89234 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1089,7 +1089,13 @@ (vertico-current (p hilite)) (vertico-group-title (p dimm)) (vertico-group-separator (p dimm) :strike-through "grey80") - (vertico-truncation (~ shadow))) + (vertico-truncation (~ shadow)) + (vterm-color-green (c "darkseagreen4")) + (vterm-color-blue (c "steelblue4")) + (vterm-color-cyan (c "cadetblue4")) + (vterm-color-red (c "orangered4")) + (vterm-color-magenta (c "dark orange")) + (vterm-color-yellow (c "lemon chiffon"))) `((w3m-anchor link) (w3m-arrived-anchor vlink) (w3m-bold bf dbg dfg) |