diff options
author | jao <jao@gnu.org> | 2021-03-13 06:48:29 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-03-13 06:48:29 +0000 |
commit | 087c63f5e9b3c336ab1cb51a20eb8882ff8991ef (patch) | |
tree | 9e1095126117d8202443658f51a7191e9c24f5c4 /lib | |
parent | 42f182d1e0e94f9367f1ca9720efb45bd72ac4ce (diff) | |
download | elibs-087c63f5e9b3c336ab1cb51a20eb8882ff8991ef.tar.gz elibs-087c63f5e9b3c336ab1cb51a20eb8882ff8991ef.tar.bz2 |
theme tweak for selectrum
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 d644754..99ba3c8 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -956,7 +956,7 @@ (sldb-frame-line-face (p f00)) (sldb-frame-label-face (p f01)) (sldb-condition-face (p f02)) - (selectrum-group-separator (p dimm) st) + (selectrum-group-separator (p dimm) :strike-through "grey80") (selectrum-group-title (p dimm)) (slime-repl-prompt-face (p f00)) (slime-repl-input-face (p f00) bf) |