diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-03 04:27:40 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-07-03 04:27:40 +0100 |
commit | 77f54d226a7b9d984b97c04138be0f51c46b5384 (patch) | |
tree | d2d1e4443606ed5560d9e4976403aa6c3c860068 /Emacs/.config/emacs | |
parent | 04977729c266502cc303a18e16ef18b2f11a1c6b (diff) | |
download | dotfiles-77f54d226a7b9d984b97c04138be0f51c46b5384.tar.gz dotfiles-77f54d226a7b9d984b97c04138be0f51c46b5384.tar.bz2 dotfiles-77f54d226a7b9d984b97c04138be0f51c46b5384.zip |
(Emacs/elisp)~Updated themes a bit
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-primary-theme.el | 4 | ||||
-rw-r--r-- | Emacs/.config/emacs/elisp/personal-solarized-theme.el | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Emacs/.config/emacs/elisp/personal-primary-theme.el b/Emacs/.config/emacs/elisp/personal-primary-theme.el index 59dd7fb..6f4aa8f 100644 --- a/Emacs/.config/emacs/elisp/personal-primary-theme.el +++ b/Emacs/.config/emacs/elisp/personal-primary-theme.el @@ -31,8 +31,8 @@ '(font-lock-keyword-face ((t (:foreground "spring green" :weight bold)))) '(font-lock-negation-char-face ((t nil))) '(font-lock-preprocessor-face ((t (:foreground "#868686")))) - '(font-lock-regexp-grouping-backslash ((t (:inherit (bold))))) - '(font-lock-regexp-grouping-construct ((t (:inherit (bold))))) + '(font-lock-regexp-grouping-backslash ((t (:inherit bold)))) + '(font-lock-regexp-grouping-construct ((t (:inherit bold)))) '(font-lock-string-face ((t (:slant italic :weight normal :foreground "yellow3")))) '(font-lock-type-face ((t (:weight normal :foreground "deepskyblue")))) '(font-lock-variable-name-face ((nil (:foreground "white")))) diff --git a/Emacs/.config/emacs/elisp/personal-solarized-theme.el b/Emacs/.config/emacs/elisp/personal-solarized-theme.el index 9893757..c94f0da 100644 --- a/Emacs/.config/emacs/elisp/personal-solarized-theme.el +++ b/Emacs/.config/emacs/elisp/personal-solarized-theme.el @@ -20,17 +20,17 @@ '(eshell-prompt ((t (:foreground "turquoise3" :weight bold)))) '(fill-column-indicator ((t (:inherit shadow :foreground "gray23" :background "gray23" :weight thin)))) '(fixed-pitch ((t (:family "Monospace")))) - '(font-latex-bold-face ((t (:inherit bold :foreground "#9eacac")))) + '(font-latex-bold-face ((t (:weight bold :foreground "#9eacac")))) '(font-latex-doctex-documentation-face ((t (:background unspecified)))) '(font-latex-doctex-preprocessor-face ((t (:inherit (font-latex-doctex-documentation-face font-lock-builtin-face font-lock-preprocessor-face))))) - '(font-latex-italic-face ((t (:inherit italic :foreground "#9eacac")))) + '(font-latex-italic-face ((t (:style italic :foreground "#9eacac")))) '(font-latex-math-face ((t (:foreground "#7a7ed2")))) - '(font-latex-sectioning-0-face ((t (:inherit font-latex-sectioning-1-face :height 1.1)))) - '(font-latex-sectioning-1-face ((t (:inherit font-latex-sectioning-2-face :height 1.1)))) - '(font-latex-sectioning-2-face ((t (:inherit font-latex-sectioning-3-face :height 1.1)))) - '(font-latex-sectioning-3-face ((t (:inherit font-latex-sectioning-4-face :height 1.1)))) + '(font-latex-sectioning-0-face ((t (:inherit font-latex-sectioning-5-face :height 1.1)))) + '(font-latex-sectioning-1-face ((t (:inherit font-latex-sectioning-5-face :height 1.1)))) + '(font-latex-sectioning-2-face ((t (:inherit font-latex-sectioning-5-face :height 1.1)))) + '(font-latex-sectioning-3-face ((t (:inherit font-latex-sectioning-5-face :height 1.1)))) '(font-latex-sectioning-4-face ((t (:inherit font-latex-sectioning-5-face :height 1.1)))) - '(font-latex-sectioning-5-face ((t (:inherit default :foreground "#c49619" :weight bold)))) + '(font-latex-sectioning-5-face ((t (:foreground "#c49619" :weight bold)))) '(font-latex-sedate-face ((t (:foreground "#9eacac")))) '(font-latex-slide-title-face ((t (:inherit (default font-lock-type-face) :weight bold :height 1.2)))) '(font-latex-string-face ((t (:foreground "#3cafa5")))) |