summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r--lib/themes/jao-light-theme.el23
1 files changed, 8 insertions, 15 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 4eaee2c..b61d444 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -17,8 +17,7 @@
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
(defvar jao-theme-light-bold
- (cond ((not (display-graphic-p)) 'regular)
- ((> emacs-major-version 28) 'medium)
+ (cond ((> emacs-major-version 28) 'medium)
(t 'semibold)))
(jao-define-custom-theme jao-light
@@ -31,8 +30,7 @@
(dark-gray "gray30")
(fg-light "gray40")
- ;; (hl "#f2f2f2")
- (hl "ivory")
+ (hl "#f2f2f2")
(dimm "lemonchiffon4")
(warning "orange4")
@@ -51,12 +49,9 @@
(bg "white")
(box "gray80")
(hilite (c nil hl))
- (button (c blue bg-lightest))
- (link (c green) nbf nul)
- (visited-link (c lightgreen))
- ;; (button (c fg-light bg-lightest) (ul light-gray))
- ;; (link (c green) nbf (ul light-gray))
- ;; (visited-link (ul light-gray) nbf)
+ (button (c fg-light bg-lightest) (ul light-gray))
+ (link (c green) nbf (ul light-gray))
+ (visited-link (ul light-gray) nbf)
(tab-sel (~ mode-line))
(tab-unsel (~ mode-line-inactive))
(comment (c fg-light) it)
@@ -73,11 +68,10 @@
(gnus-news (c "black"))
(outline (c "black") bf)
(outline-1 (c green) bf)
- (outline-2 (c blue) nbf)
- (outline-3 (c lightgreen))
+ (outline-2 (c green) nbf)
+ (outline-3 (c blue) nul nbf)
(outline-4 (c blue) nul nbf)
(outline-5 (c blue) nul nbf)
- (outline-minor-1 (c green hl) nbf ext)
(f00 (c green))
(f01 (c blue))
(f02 (c dark-gray))
@@ -123,8 +117,7 @@
(shr-code (c blue nil))
(success (c green))
(vertical-border (c "grey70" nil))
- (vertico-current (c nil yellow) nul ext)
- (widget-button (c blue) nit nul))) ;; (ul "grey80")
+ (widget-button (~ default) nit (ul "grey80"))))
;; (enable-theme 'jao-light)
;; (jao-mode-line-adjust-faces)