[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/ujelly-theme 2f24f8a24b 3/6: add magit customizations
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/ujelly-theme 2f24f8a24b 3/6: add magit customizations |
Date: |
Sat, 9 Nov 2024 07:00:34 -0500 (EST) |
branch: elpa/ujelly-theme
commit 2f24f8a24b5f2978dfd32c5b335edc073d76a332
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>
add magit customizations
---
ujelly-theme.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index cdbce51146..55f7326300 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -149,6 +149,7 @@
`(lazy-highlight ((,class (:foreground ,ujelly-red-1 :background nil))))
`(linum ((,class (:slant italic :foreground ,ujelly-grey-4))))
`(magit-blame-heading ((,class (:foreground ,ujelly-grey-1 :background
,ujelly-grey-2))))
+ `(magit-branch-current ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-local ((,class (:foreground ,ujelly-green-2))))
`(magit-branch-remote ((,class (:foreground ,ujelly-green-2))))
`(magit-section-heading ((,class (:foreground ,ujelly-yellow-0
:background ,ujelly-grey-2))))
@@ -172,6 +173,7 @@
`(magit-popup-argument ((,class (:foreground ,ujelly-red-0))))
`(magit-popup-disabled-argument ((,class (:foreground ,ujelly-grey-0))))
`(magit-section-highlight ((,class (:background ,ujelly-grey-2))))
+ `(magit-tag ((,class (:foreground ,ujelly-fg))))
`(match ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mmm-default-submode-face ((,class (:background ,ujelly-bg))))
@@ -210,6 +212,8 @@
`(swiper-match-face-3 ((,class (:foreground ,ujelly-red-1))))
`(swiper-match-face-4 ((,class (:foreground ,ujelly-red-1))))
`(trailing-whitespace ((,class (:background ,ujelly-red-1))))
+ `(transient-key-exit ((,class (:foreground ,ujelly-red-0))))
+ `(transient-key-stay ((,class (:foreground ,ujelly-green-0))))
`(warning ((,class (:foreground ,ujelly-orange-0))))
`(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
`(web-mode-constant-face ((,class (:foreground ,ujelly-purple-0))))
- [nongnu] elpa/ujelly-theme updated (bf724ce780 -> 9272d010aa), ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme ce391a824b 1/6: add customization for completions-common-part, ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme 2464af5305 5/6: add magit customization, ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme a2e8cae5f2 2/6: add customizations for orderless, ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme a83341010f 4/6: bump version, ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme 9272d010aa 6/6: bump version, ELPA Syncer, 2024/11/09
- [nongnu] elpa/ujelly-theme 2f24f8a24b 3/6: add magit customizations,
ELPA Syncer <=