[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: u
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours |
Date: |
Wed, 29 Apr 2020 21:40:04 -0400 (EDT) |
branch: externals/modus-vivendi-theme
commit f8a4b1df0d2aec6af25b3d44c73c73358646c2f5
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Refine FLYCHECK: use new dedicated linter colours
For more on those colours, see commit 53e1a43.
---
modus-operandi-theme.el | 14 +++++++-------
modus-vivendi-theme.el | 14 +++++++-------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 4adf033..f626479 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1395,23 +1395,23 @@ AMOUNT is a customisation option."
`(fancy-dabbrev-preview-face ((,class (:foreground ,fg-alt :underline t))))
`(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan
:weight bold))))
;;;; flycheck
- `(flycheck-error ((,class (:foreground ,red :underline t))))
+ `(flycheck-error ((,class (:foreground ,red-nuanced :underline (:color
,fg-lang-error :style line)))))
`(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
`(flycheck-error-list-column-number ((,class (:foreground
,fg-special-cold))))
- `(flycheck-error-list-error ((,class (:inherit error))))
+ `(flycheck-error-list-error ((,class (:foreground ,red :weight
,modus-theme-bold))))
`(flycheck-error-list-filename ((,class (:foreground ,blue))))
`(flycheck-error-list-highlight ((,class (:inherit
modus-theme-special-warm))))
`(flycheck-error-list-id ((,class (:foreground ,magenta-alt-other))))
`(flycheck-error-list-id-with-explainer ((,class (:inherit
flycheck-error-list-id :box t))))
- `(flycheck-error-list-info ((,class (:foreground ,green))))
+ `(flycheck-error-list-info ((,class (:foreground ,cyan))))
`(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
`(flycheck-error-list-warning ((,class (:foreground ,yellow))))
`(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
- `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+ `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-cyan))))
`(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
- `(flycheck-info ((,class (:foreground ,green :underline t))))
+ `(flycheck-info ((,class (:foreground ,blue-nuanced :underline (:color
,fg-lang-note :style line)))))
`(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil
:style released-button)))))
- `(flycheck-warning ((,class (:foreground ,yellow :underline t))))
+ `(flycheck-warning ((,class (:foreground ,yellow-nuanced :underline (:color
,fg-lang-warning :style line)))))
;;;; flycheck-indicator
`(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant
,modus-theme-slant))))
`(flycheck-indicator-error ((,class (:foreground ,red-active :weight
,modus-theme-bold))))
@@ -1424,7 +1424,7 @@ AMOUNT is a customisation option."
`(flycheck-posframe-border-face ((,class (:foreground ,fg-alt))))
`(flycheck-posframe-error-face ((,class (:foreground ,red :weight bold))))
`(flycheck-posframe-face ((,class (:foreground ,fg-main :slant
,modus-theme-slant))))
- `(flycheck-posframe-info-face ((,class (:foreground ,green :weight bold))))
+ `(flycheck-posframe-info-face ((,class (:foreground ,cyan :weight bold))))
`(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight
bold))))
;;;; flymake
`(flymake-error ((,class (:foreground ,red :underline t))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index cb57272..8463e57 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1395,23 +1395,23 @@ AMOUNT is a customisation option."
`(fancy-dabbrev-preview-face ((,class (:foreground ,fg-alt :underline t))))
`(fancy-dabbrev-selection-face ((,class (:inherit modus-theme-intense-cyan
:weight bold))))
;;;; flycheck
- `(flycheck-error ((,class (:foreground ,red :underline t))))
+ `(flycheck-error ((,class (:foreground ,red-nuanced :underline (:color
,fg-lang-error :style line)))))
`(flycheck-error-list-checker-name ((,class (:foreground ,magenta-active))))
`(flycheck-error-list-column-number ((,class (:foreground
,fg-special-cold))))
- `(flycheck-error-list-error ((,class (:inherit error))))
+ `(flycheck-error-list-error ((,class (:foreground ,red :weight
,modus-theme-bold))))
`(flycheck-error-list-filename ((,class (:foreground ,blue))))
`(flycheck-error-list-highlight ((,class (:inherit
modus-theme-special-warm))))
`(flycheck-error-list-id ((,class (:foreground ,magenta-alt-other))))
`(flycheck-error-list-id-with-explainer ((,class (:inherit
flycheck-error-list-id :box t))))
- `(flycheck-error-list-info ((,class (:foreground ,green))))
+ `(flycheck-error-list-info ((,class (:foreground ,cyan))))
`(flycheck-error-list-line-number ((,class (:foreground ,fg-special-warm))))
`(flycheck-error-list-warning ((,class (:foreground ,yellow))))
`(flycheck-fringe-error ((,class (:inherit modus-theme-fringe-red))))
- `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-green))))
+ `(flycheck-fringe-info ((,class (:inherit modus-theme-fringe-cyan))))
`(flycheck-fringe-warning ((,class (:inherit modus-theme-fringe-yellow))))
- `(flycheck-info ((,class (:foreground ,green :underline t))))
+ `(flycheck-info ((,class (:foreground ,blue-nuanced :underline (:color
,fg-lang-note :style line)))))
`(flycheck-verify-select-checker ((,class (:box (:line-width 1 :color nil
:style released-button)))))
- `(flycheck-warning ((,class (:foreground ,yellow :underline t))))
+ `(flycheck-warning ((,class (:foreground ,yellow-nuanced :underline (:color
,fg-lang-warning :style line)))))
;;;; flycheck-indicator
`(flycheck-indicator-disabled ((,class (:foreground ,fg-inactive :slant
,modus-theme-slant))))
`(flycheck-indicator-error ((,class (:foreground ,red-active :weight
,modus-theme-bold))))
@@ -1424,7 +1424,7 @@ AMOUNT is a customisation option."
`(flycheck-posframe-border-face ((,class (:foreground ,fg-alt))))
`(flycheck-posframe-error-face ((,class (:foreground ,red :weight bold))))
`(flycheck-posframe-face ((,class (:foreground ,fg-main :slant
,modus-theme-slant))))
- `(flycheck-posframe-info-face ((,class (:foreground ,green :weight bold))))
+ `(flycheck-posframe-info-face ((,class (:foreground ,cyan :weight bold))))
`(flycheck-posframe-warning-face ((,class (:foreground ,yellow :weight
bold))))
;;;; flymake
`(flymake-error ((,class (:foreground ,red :underline t))))
- [elpa] externals/modus-vivendi-theme 1cb0353 068/110: Simplify `outline-minor-faces', (continued)
- [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, 2020/04/29
- [elpa] externals/modus-vivendi-theme f8a4b1d 047/110: Refine FLYCHECK: use new dedicated linter colours,
Stefan Monnier <=
- [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
- [elpa] externals/modus-vivendi-theme d32b2c8 024/110: Improve style of DIFF-HL "revert" command, Stefan Monnier, 2020/04/29