diff options
author | jao <jao@gnu.org> | 2022-01-22 00:11:23 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-01-22 00:11:23 +0000 |
commit | 3a51896b1758880b02f3e0be02c05366b8a06f25 (patch) | |
tree | 9dc73e08ea84516ac6b39c58687daceb67a59d78 /lib | |
parent | e4e46f41b0d01b9efab86b2f3cebbf116c3216b5 (diff) | |
download | elibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.gz elibs-3a51896b1758880b02f3e0be02c05366b8a06f25.tar.bz2 |
nits
Diffstat (limited to 'lib')
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index e6f8b6a..eca20c5 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1096,7 +1096,7 @@ (vterm-color-cyan (c "cadetblue4")) (vterm-color-red (c "orangered4")) (vterm-color-magenta (c "dark orange")) - (vterm-color-yellow (c "lemon chiffon"))) + (vterm-color-yellow (c "darkgoldenrod4"))) `((w3m-anchor link) (w3m-arrived-anchor vlink) (w3m-bold bf dbg dfg) |