diff options
Diffstat (limited to 'Emacs/.config')
-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")))) |