diff options
author | jao <jao@gnu.org> | 2022-03-02 01:47:24 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-02 01:47:24 +0000 |
commit | a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d (patch) | |
tree | e68550a00d5b371955a7142f0686ea7003ba5166 /lib/themes | |
parent | 5a220cd93c522a5b861312bb742f1cd111c4d6a2 (diff) | |
download | elibs-a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d.tar.gz elibs-a9f2dd07b3bd9b2074b8cef7ee68abaefb7bbd4d.tar.bz2 |
nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 93b59d6..0c41def 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -111,7 +111,7 @@ (scroll-bar (c "grey80" nil)) (show-paren-match (c nil "grey85")) (success (p f00)) - ;; (variable-pitch :family "DejaVu Sans" :height 110) + (variable-pitch :family "DejaVu Sans") (vertical-border (c "grey70" nil)) (warning (c "burlywood4" nil)) (widget-button (~ default) nit (ul "grey80")))) |