[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dracula-theme ab09e8532c 3/3: Merge pull request #109 from
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dracula-theme ab09e8532c 3/3: Merge pull request #109 from greg19/auctex |
Date: |
Tue, 25 Mar 2025 10:00:24 -0400 (EDT) |
branch: elpa/dracula-theme
commit ab09e8532c70bf73caed55ab9ce52ba3fb14583e
Merge: 793591c3d6 9c4f2d176b
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>
Merge pull request #109 from greg19/auctex
---
dracula-theme.el | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 78b9033cbd..bbec2d3151 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -411,12 +411,31 @@ read it before opening a new issue about your will.")
;; flyspell
(flyspell-duplicate :underline (:style wave :color
,dracula-orange))
(flyspell-incorrect :underline (:style wave :color
,dracula-red))
- ;; font-latex
+ ;; font-latex (auctex)
(font-latex-bold-face :foreground ,dracula-purple)
(font-latex-italic-face :foreground ,dracula-pink :slant italic)
(font-latex-match-reference-keywords :foreground ,dracula-cyan)
(font-latex-match-variable-keywords :foreground ,dracula-fg)
+ (font-latex-math-face :foreground ,dracula-orange)
+ (font-latex-script-char-face :inherit font-latex-math-face)
+ (font-latex-sectioning-0-face :foreground ,dracula-pink :weight
bold
+ ,@(when dracula-enlarge-headings
+ (list :height
dracula-height-title-1)))
+ (font-latex-sectioning-1-face :foreground ,dracula-purple
:weight bold
+ ,@(when dracula-enlarge-headings
+ (list :height
dracula-height-title-1)))
+ (font-latex-sectioning-2-face :foreground ,dracula-green
:weight bold
+ ,@(when dracula-enlarge-headings
+ (list :height
dracula-height-title-2)))
+ (font-latex-sectioning-3-face :foreground ,dracula-yellow
:weight bold
+ ,@(when dracula-enlarge-headings
+ (list :height
dracula-height-title-3)))
+ (font-latex-sectioning-4-face :foreground ,dracula-cyan :weight
bold)
+ (font-latex-sectioning-5-face :foreground ,dracula-orange
:weight bold)
+ (font-latex-sedate-face :foreground ,dracula-pink)
(font-latex-string-face :foreground ,dracula-yellow)
+ (font-latex-verbatim-face :foreground ,dracula-orange)
+ (font-latex-warning-face :foreground ,dracula-red)
;; gemini
(gemini-heading-face-1 :inherit bold :foreground ,dracula-pink
,@(when dracula-enlarge-headings
@@ -939,6 +958,10 @@ read it before opening a new issue about your will.")
(term-color-red :foreground ,dracula-red :background
,dracula-red)
(term-color-white :foreground ,dracula-fg :background
,dracula-fg)
(term-color-yellow :foreground ,dracula-yellow :background
,dracula-yellow)
+ ;; TeX (auctex)
+ (TeX-error-description-error :inherit error)
+ (TeX-error-description-tex-said :foreground ,dracula-cyan)
+ (TeX-error-description-warning :inherit warning)
;; tree-sitter
(tree-sitter-hl-face:attribute :inherit font-lock-constant-face)
(tree-sitter-hl-face:comment :inherit font-lock-comment-face)