aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/elisp/personal-solarized-theme.el
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-08-24 18:51:00 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-08-24 19:59:23 +0100
commit0e876e09e80ec2476bc94ce3119df6b601d01f2e (patch)
tree196ba563abce34b3d43d5d33815f986b7a84a748 /Emacs/.config/emacs/elisp/personal-solarized-theme.el
parentf9d2fdb92805d36bfbf7e59616eca22263677894 (diff)
downloaddotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.tar.gz
dotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.tar.bz2
dotfiles-0e876e09e80ec2476bc94ce3119df6b601d01f2e.zip
(Emacs/config|elisp)+custom light theme with switches in config.org
Diffstat (limited to 'Emacs/.config/emacs/elisp/personal-solarized-theme.el')
-rw-r--r--Emacs/.config/emacs/elisp/personal-solarized-theme.el14
1 files changed, 6 insertions, 8 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
index de77344..4cf610e 100644
--- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el
+++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el
@@ -73,8 +73,9 @@
'(orderless-match-face-1 ((t (:weight bold :foreground "light green"))))
'(orderless-match-face-2 ((t (:weight bold :foreground "forest green"))))
'(orderless-match-face-3 ((t (:weight bold :foreground "dark green"))))
- '(org-block ((t (:inherit shadow))))
+ '(org-block ((t (:inherit default))))
'(org-code ((t (:foreground "green3"))))
+ '(org-hide ((t (:foreground "black"))))
'(org-quote ((t (:slant italic))))
'(org-verbatim ((t (:foreground "red3"))))
'(outline-1 ((t (:inherit default :foreground "#db5823"))))
@@ -102,15 +103,12 @@
'(rainbow-delimiters-unmatched-face ((t (:extend t :foreground "white" :background "red3"))))
'(region ((t (:extend t :background "grey25"))))
'(secondary-selection ((t (:extend t :background "SkyBlue4"))))
- '(shadow ((((class color grayscale) (min-colors 88) (background light)) (:foreground "grey50"))
- (((class color grayscale) (min-colors 88) (background dark)) (:foreground "grey70"))
- (((class color) (min-colors 8) (background light)) (:foreground "green"))
- (((class color) (min-colors 8) (background dark)) (:foreground "yellow"))))
+ '(shadow ((t (:foreground "grey70"))))
'(show-paren-match ((t (:foreground unspecified :foreground "#55ec55" :weight bold))))
'(show-paren-mismatch ((t (:foreground "#01323d" :background "#ec1111" :weight bold))))
- '(tab-bar ((t (:background "grey13"))))
- '(tab-bar-tab ((t (:background "grey20" :foreground "white" :box (:color )))))
- '(tab-bar-tab-inactive ((t (:background "grey13" :foreground "DimGrey"))))
+ '(tab-bar ((t (:background "black"))))
+ '(tab-bar-tab ((t (:background "grey5" :foreground "white" :box (:line-width 2 :color "grey19")))))
+ '(tab-bar-tab-inactive ((t (:background "black" :foreground "DimGrey"))))
'(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
'(trailing-whitespace ((t (:background "red1"))))
'(whitespace-line ((t (:background "black" :foreground "violet"))))