[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")
- [elpa] externals/modus-vivendi-theme b298d30 067/110: Add note on package list refresh in the README, (continued)
- [elpa] externals/modus-vivendi-theme b298d30 067/110: Add note on package list refresh in the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-minor-faces', Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme f744335 069/110: Add support for ORDERLESS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 75199a6 071/110: Minor formatting change in README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d3958bb 074/110: NEW CUSTOMISATION OPTION for "rainbow headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e7a5f9a 077/110: NEW CUSTOMISATION OPTION for "section headings", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 4d7d769 020/110: Fix MAGIT regression on colours of unfocused diffs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d931e3c 022/110: Add docs on ORG colour-coded source blocks, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7fabd85 042/110: Add support for VIMISH-FOLD, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2c42b61 041/110: Add support for COLOR-RG, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 53e1a43 046/110: Define new dedicated colours for language checkers,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 272f7da 054/110: Style the `vertical-border' explicitly, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d7b7252 056/110: Tweak border colour for Emacs 27 active tabs, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 88489ed 014/110: New customisation option for SUBTLE DIFFS, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 43ebfb5 072/110: Modus Vivendi: tweak "magenta-alt", Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme c3c743b 075/110: Minor correction and clarification in the README, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 0ffe48d 079/110: Update README with minor clarifications, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 685c8c7 089/110: REMOVE table of contents: not working with GitLab, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 3f4e09f 019/110: Add support for HELPFUL, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 2f77706 021/110: Refine SELECTRUM faces (more faithful to original), Stefan Monnier, 2020/04/29