diff options
author | jao <jao@gnu.org> | 2022-08-30 12:00:36 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-30 12:00:36 +0100 |
commit | e9b699c1f273700d7cc409b2077c66c2a84c8dc7 (patch) | |
tree | c264073193a8d3a841ac4ff2fa3263981ada100f /lib | |
parent | 7df1e0400ee5496535ff709caee54fb750af2c04 (diff) | |
download | elibs-e9b699c1f273700d7cc409b2077c66c2a84c8dc7.tar.gz elibs-e9b699c1f273700d7cc409b2077c66c2a84c8dc7.tar.bz2 |
whitespacish
Diffstat (limited to 'lib')
-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 7a3f772..26e6cbb 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -107,7 +107,7 @@ (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) - (tab-bar (~ header-line) :family "Inconsolata" :height 100) + (tab-bar (~ header-line) :family "Source Code Pro") (scroll-bar (c "grey80" nil)) (show-paren-match (c nil "grey85")) (shr-text (c nil nil)) |