diff options
author | jao <jao@gnu.org> | 2022-01-12 02:18:18 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-12 02:18:18 +0000 |
commit | ac58616752652cf6203f9562a9137ab45e2d57d5 (patch) | |
tree | 74837fce10e5db12f58874867c09d3f16c988db8 /lib/themes | |
parent | dc1ebade6e706f652b43a459cff1ed571a096b29 (diff) | |
download | elibs-ac58616752652cf6203f9562a9137ab45e2d57d5.tar.gz elibs-ac58616752652cf6203f9562a9137ab45e2d57d5.tar.bz2 |
vterm redux
Diffstat (limited to 'lib/themes')
-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) |