From ac58616752652cf6203f9562a9137ab45e2d57d5 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 12 Jan 2022 02:18:18 +0000 Subject: vterm redux --- lib/themes/jao-themes.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'lib') 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) -- cgit v1.2.3