diff options
-rw-r--r-- | themes/jao-light-theme.el | 9 | ||||
-rw-r--r-- | themes/jao-themes.el | 8 |
2 files changed, 12 insertions, 5 deletions
diff --git a/themes/jao-light-theme.el b/themes/jao-light-theme.el index 72bf941..13a416f 100644 --- a/themes/jao-light-theme.el +++ b/themes/jao-light-theme.el @@ -9,9 +9,10 @@ (pale-yellow "#fff8e5") (paler-yellow "#fffff8") (green "#005555") - (light-green "darkseagreen4") + (light-green "darkolivegreen4") (greyish "#626262") - (blueish "#1414aa") + ;; (blueish "midnightblue") + (blueish "deepskyblue4") (blue "#819cd6") (blue2 "#51afef") (pale-blue "azure2") @@ -37,7 +38,7 @@ (tab-unsel ((~ mode-line-inactive))) (comment ((c greyish) it)) (keyword ((c dark-blue-2) nbf)) - (type ((c light-green) nbf)) + (type ((c blueish) nbf)) (function ((c green nil) nbf)) (variable-name ((c "black"))) (constant ((c 23))) @@ -66,7 +67,7 @@ (mode-line-buffer-id (~ mode-line) nit) (mode-line-emphasis it) (mode-line-highlight (c green nil))) - (:x-faces (bold (c "#223142") bf) + (:x-faces (bold bf) (compilation-info (c "#223142" nil) nbf) (company-scrollbar-bg (c nil "grey95")) (company-scrollbar-fg (c nil "grey90")) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 8773cd6..d3f110d 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -828,6 +828,8 @@ (org-code (p f11)) (org-column dfg dbg :height 1.0) (org-date (p f02) nul) + (org-document-info nul) + (org-document-title bf) (org-done (p dimm) nbf niv) (org-drawer (p f02)) (org-ellipsis (p dimm)) @@ -950,7 +952,11 @@ (sunshine-forecast-date-face nil) (sunshine-forecast-day-divider-face (p dimm)) (sunshine-forecast-headline-face (~ header-line))) - `((term nil) + `((telega-button (~ button)) + (telega-button-active (~ button)) + (telega-msg-heading (p f00)) + (telega-root-heading (p hilite)) + (term nil) (tool-bar nil) (tooltip :family ,jao-themes--face-family (c nil "lightyellow")) (trailing-whitespace (p error)) |