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.el38
1 files changed, 21 insertions, 17 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el
index bd3fcdf..a172f84 100644
--- a/lib/themes/jao-light-theme.el
+++ b/lib/themes/jao-light-theme.el
@@ -16,8 +16,6 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <https://www.gnu.org/licenses/>.
-(defvar jao-theme-light-bold (if (> emacs-major-version 28) 'medium 'semibold))
-
(jao-define-custom-theme jao-light
(:names (bg-lightest "gray98")
(bg-light "gray95")
@@ -31,21 +29,22 @@
(hl "#f2f2f2")
(dimm "lemonchiffon4")
- (search "#e8e800")
- (search2 "#ffffb4")
-
(warning "orange4")
(red "burlywood4")
(blue "#023770")
- (green "#005555"))
+ (pale-blue "honeydew3")
+ (green "#005555")
+ (lightgreen "darkgreen")
+ (yellow "lightyellow"))
(:face-size 9)
- (:face-family "Fira Code")
- (:bold-weight jao-theme-light-bold)
+ ;; (:face-family "DejaVu Sans Mono")
+ (:face-family "Hack")
+ (:bold-weight 'semibold)
(:palette (fg "black")
(bg "white")
(box "gray80")
- (button (c fg-light bg-lightest) (ul light-gray))
(hilite (c nil hl))
+ (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))
@@ -81,9 +80,12 @@
(corfu-border (~ corfu-background)) ;; background of the bar
(corfu-current (c "black" "grey95") nbf nit (ul "grey70"))
(cursor (c "sienna3" "sienna3"))
- (diff-hl-change (c "white" pale-blue))
- (diff-hl-insert (c "white" "honeydew2"))
+ (diff-hl-change (c "white" "honeydew2"))
+ (diff-hl-insert (c "white" "lemonchiffon2"))
(diff-hl-delete (c "white" "wheat1"))
+ (diff-hl-margin-change (c pale-blue))
+ (diff-hl-margin-insert (c pale-blue))
+ (diff-hl-margin-delete (c "wheat1"))
(fill-column-indicator (c "grey80"))
(fringe (c "grey70" nil))
(gnus-button (c blue))
@@ -96,16 +98,17 @@
(gnus-summary-cancelled (c "sienna3" nil) st)
(header-line (c dark-gray bg-lightest)
:box (:line-width 1 :color "grey90"))
- (magit-diff-context-highlight (c nil hl) ex)
+ (magit-diff-context-highlight (c nil yellow) ex)
(magit-diff-hunk-heading-highlight (c nil hl) it bf)
- (mode-line (c "grey30" bg-light)
- :box (:line-width -1 :color "grey90"))
- (mode-line-inactive (c "grey40" "white")
- :box (:line-width -1 :color "grey90"))
- (mode-line-buffer-id (~ default) (c dark-blue-2 nil) nit)
+ (message-header-subject (p warning) nbf)
+ (mode-line (c "grey20") :box (:line-width 1 :color "grey80"))
+ (mode-line-inactive
+ (c "grey40" bg-light) :box (:line-width 1 :color "grey80"))
+ (mode-line-buffer-id (~ default) (c nil nil) nit)
(mode-line-emphasis (c green nil))
(mode-line-highlight (c green nil))
(org-link (p link) (ul "grey80"))
+ (tab-bar (~ header-line) :family "Source Code Pro")
(scroll-bar (c "grey80" nil))
(show-paren-match (c nil "grey85"))
(shr-text (c nil nil))
@@ -113,6 +116,7 @@
(shr-code (c blue nil))
(success (c green))
(vertical-border (c "grey70" nil))
+ (vterm-color-yellow (c "darkgoldenrod4" yellow))
(widget-button (~ default) nit (ul "grey80"))))
;; (enable-theme 'jao-light)