emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-vivendi-theme 53e1a43 046/110: Define new dedicat


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 53e1a43 046/110: Define new dedicated colours for language checkers
Date: Wed, 29 Apr 2020 21:40:04 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 53e1a43969f0871e35ae6d24fbee1d740f1d067c
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Define new dedicated colours for language checkers
    
    These shall apply to code linters as well as orthography and grammar
    tools of various sorts.
    
    As with all "dedicated colours", the intent is to not make any
    compromises on the final outcome by being forced to reuse a colour whose
    design was informed by other considerations (e.g. the blue for code
    syntax highlighting has to work in that context, but may not be good
    enough for another purpose).
---
 modus-operandi-theme.el | 7 +++++++
 modus-vivendi-theme.el  | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e9c71fe..4adf033 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -524,6 +524,9 @@ AMOUNT is a customisation option."
       ;; `fg-escape-char-construct' and `fg-escape-char-backslash' can
       ;; be combined `bg-main', `bg-dim', `bg-alt'
       ;;
+      ;; `fg-lang-error', `fg-lang-warning', `fg-lang-note' can be
+      ;; combined with `bg-main', `bg-dim', `bg-alt'
+      ;;
       ;; `fg-mark', `fg-mark-del', `fg-mark-other' can be combined with
       ;; `bg-main', `bg-dim', `bg-alt', `bg-hl-line'
       ;;
@@ -541,6 +544,10 @@ AMOUNT is a customisation option."
       (fg-escape-char-construct "#8b1030")
       (fg-escape-char-backslash "#644f00")
 
+      (fg-lang-error "#9f004f")
+      (fg-lang-warning "#605000")
+      (fg-lang-note "#4040ae")
+
       (fg-window-divider-inner "#888888")
       (fg-window-divider-outer "#585858")
       (fg-header "#2a2a2a") (bg-header "#e5e5e5")
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index ad0ada7..cb57272 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -524,6 +524,9 @@ AMOUNT is a customisation option."
       ;; `fg-escape-char-construct' and `fg-escape-char-backslash' can
       ;; be combined `bg-main', `bg-dim', `bg-alt'
       ;;
+      ;; `fg-lang-error', `fg-lang-warning', `fg-lang-note' can be
+      ;; combined with `bg-main', `bg-dim', `bg-alt'
+      ;;
       ;; `fg-mark', `fg-mark-del', `fg-mark-other' can be combined with
       ;; `bg-main', `bg-dim', `bg-alt', `bg-hl-line'
       ;;
@@ -541,6 +544,10 @@ AMOUNT is a customisation option."
       (fg-escape-char-construct "#e7a59a")
       (fg-escape-char-backslash "#abab00")
 
+      (fg-lang-error "#ef8690")
+      (fg-lang-warning "#b0aa00")
+      (fg-lang-note "#9d9def")
+
       (fg-window-divider-inner "#646464")
       (fg-window-divider-outer "#969696")
       (fg-header "#dddddd") (bg-header "#2a2a2a")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]