[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/standard-themes cae57d1f9c 20/23: Add support for vundo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/standard-themes cae57d1f9c 20/23: Add support for vundo package |
Date: |
Mon, 27 Nov 2023 00:58:42 -0500 (EST) |
branch: externals/standard-themes
commit cae57d1f9c4a8386cf2b6a326a4f1c6c69852324
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add support for vundo package
---
README.org | 1 +
standard-themes.el | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/README.org b/README.org
index d7c144de86..c93cbf5966 100644
--- a/README.org
+++ b/README.org
@@ -1197,6 +1197,7 @@ everything most users need.
- tty-menu
- vc (=vc-dir.el=, =vc-hooks.el=)
- vertico
+- vundo [Part of {{{development-version}}}]
- wgrep
- which-function-mode
- which-key [Part of {{{development-version}}}]
diff --git a/standard-themes.el b/standard-themes.el
index f789b01c51..8632240f24 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -2031,6 +2031,11 @@ Optional prefix argument MAPPINGS has the same meaning
as for
;;;; vertico
`(vertico-current ((,c :background ,bg-completion)))
`(vertico-group-title ((,c :inherit bold :foreground ,name)))
+;;;; vundo
+ `(vundo-default ((,c :inherit shadow)))
+ `(vundo-highlight ((,c :inherit (bold vundo-node) :foreground ,red)))
+ `(vundo-last-saved ((,c :inherit (bold vundo-node) :foreground
,blue-cooler)))
+ `(vundo-saved ((,c :inherit vundo-node :foreground ,cyan-cooler)))
;;;; wgrep
`(wgrep-delete-face ((,c :inherit warning)))
`(wgrep-done-face ((,c :background ,bg-info :foreground ,info)))
- [elpa] externals/standard-themes updated (20e0c3e014 -> 5d5248429b), ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes d2a8acc691 01/23: Clarify that standard-themes-prompts is revised as part of development-version, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes aa9da088fd 10/23: Improve the outline of the palettes; rename bg-fringe to fringe, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 37c2eb7c42 03/23: Update documentation about standard-themes faces, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes d6f0e5e6a1 06/23: Use correct colour values for border-mode-line-inactive, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes cae57d1f9c 20/23: Add support for vundo package,
ELPA Syncer <=
- [elpa] externals/standard-themes 222ff08c72 05/23: Make use of border-mode-line-inactive semantic color mapping, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes b4db11dbf0 09/23: Add standard-themes-faces for various coloured backgrounds, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes ed4814f777 11/23: Revise whitespace-mode faces to be easier to use; apply palette mappings, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes a27d434158 14/23: Revise display-line-numbers-mode faces; add semantic palette mappings, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 0f044f21c8 21/23: Revise mail mappings to better tell apart the levels, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 3ea3e2f681 13/23: Expand documentation about standard-themes-faces, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 8c0cc4a25f 15/23: Add explicit support for which-key package, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 149568f713 04/23: Make minor tweaks to the manual, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 0bb48fe6fc 02/23: Clarify that standard-themes-headings is revised as part of development-version, ELPA Syncer, 2023/11/27
- [elpa] externals/standard-themes 2cfdc0f617 07/23: Apply the fg-mode-line-inactive semantic colour mapping, ELPA Syncer, 2023/11/27