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.el25
1 files changed, 17 insertions, 8 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index 659b6bb..7f75c68 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -18,7 +18,7 @@
(jao-define-custom-theme jao-light
(:names (bg-lightest "gray98")
- (bg-light "gray95")
+ (bg-light "#efefef")
(light-gray "gray80")
@@ -36,9 +36,6 @@
(green "#005555")
(lightgreen "darkgreen")
(yellow "lightyellow"))
- (:face-size 9)
- ;; (:face-family "DejaVu Sans Mono")
- (:face-family "Hack")
(:bold-weight 'semibold)
(:palette (fg "black")
(bg "white")
@@ -93,6 +90,7 @@
(gnus-cite-2 (c "slate gray" nil))
(gnus-cite-3 (c "slate gray" nil))
(gnus-cite-4 (c "slate gray" nil))
+ (gnus-face-4 (p f11) :family "Triplicate C4c")
(gnus-header-name (c fg-light))
(gnus-summary-selected (c green) nbf)
(gnus-summary-cancelled (c "sienna3" nil) st)
@@ -101,13 +99,24 @@
(magit-diff-context-highlight (c nil yellow) ex)
(magit-diff-hunk-heading-highlight (c nil hl) it bf)
(message-header-subject (p warning) nbf)
- (mode-line (c "grey20") :box (:line-width 1 :color "grey80"))
+ (mode-line
+ (c "seashell3" nil)
+ :box (:line-width 1 :color "#dfdfdf" :style flat-button))
+ (mode-line-active
+ (c "#3f3f3f" "gray96")
+ :box (:line-width 1 :color "#dfdfdf" :style flat-button))
(mode-line-inactive
- (c "grey40" bg-light) :box (:line-width 1 :color "grey80"))
+ (c "#afafaf" nil)
+ :box (:line-width 1 :color "#efefdf" :style flat-button))
(mode-line-buffer-id (~ default) (c nil nil) nit)
(mode-line-emphasis (c green nil))
(mode-line-highlight (c green nil))
+ (org-agenda-calendar-event (p f02))
+ (org-agenda-structure (c nil "#efefef") ex)
+ (org-agenda-date (~ default))
+ (org-agenda-date-today (~ org-agenda-structure) ex)
(org-link (p link) (ul "grey80"))
+ (org-time-grid (c "grey60" nil))
(tab-bar (~ header-line) :family "Source Code Pro")
(scroll-bar (c "grey80" nil))
(show-paren-match (c nil "grey85"))
@@ -115,9 +124,9 @@
(shr-link (~ link) (ul light-gray))
(shr-code (c blue nil))
(success (c green))
- (variable-pitch :family "Iosevka Etoile" :height 90)
- (vertical-border (c "grey70" nil))
+ (vertical-border (c "#dfdfdf" nil))
(vterm-color-yellow (c "darkgoldenrod4" yellow))
+ (window-divider (c "grey99" nil))
(widget-button (~ default) nit (ul "grey80"))))
;; (enable-theme 'jao-light)