diff options
author | jao <jao@gnu.org> | 2020-10-30 03:41:48 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2020-10-30 03:41:48 +0000 |
commit | 57369972d4c8c3ae8f61ce72cfa0ff23562d2843 (patch) | |
tree | 18d855c0552e75614bee3dae6448035d76fccc05 /themes | |
parent | 6bbbc093f952440bc1c7a575779459988b55037c (diff) | |
download | elibs-57369972d4c8c3ae8f61ce72cfa0ff23562d2843.tar.gz elibs-57369972d4c8c3ae8f61ce72cfa0ff23562d2843.tar.bz2 |
jao-greenish: leave widget-button alone
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-greenish-theme.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/jao-greenish-theme.el b/themes/jao-greenish-theme.el index f2143d7..9bd33ca 100644 --- a/themes/jao-greenish-theme.el +++ b/themes/jao-greenish-theme.el @@ -104,8 +104,7 @@ (vertical-border (c "black") :inherit nil) (w3m-image (c green) bx it) (w3m-tab-background (c nil nil)) - (w3m-tab-line (c 0 0) ul) - (widget-button (c nil nil) nul))) + (w3m-tab-line (c 0 0) ul))) ;; (enable-theme 'jao-greenish) |