[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/spacemacs-theme 779d365a4f 1/2: Add support for helm-rg
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/spacemacs-theme 779d365a4f 1/2: Add support for helm-rg |
Date: |
Fri, 1 Nov 2024 07:00:52 -0400 (EDT) |
branch: elpa/spacemacs-theme
commit 779d365a4f24b673a5543fd6e3c7971dbb2eb313
Author: Sion Eltnam Sokaris <meritamen@sdf.org>
Commit: Sion Eltnam Sokaris <meritamen@sdf.org>
Add support for helm-rg
---
spacemacs-theme.el | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index 4d9e6d155e..d81e03a5b9 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -578,6 +578,19 @@ to 'auto, tags may not be properly aligned. "
`(helm-swoop-target-line-face ((,class (:background ,highlight))))
`(helm-swoop-target-word-face ((,class (:background ,highlight
:foreground ,mat))))
+;;;;; helm-rg
+ `(helm-rg-active-arg-face ((,class (:foreground ,green))))
+ `(helm-rg-base-rg-cmd-face ((,class (:foreground ,keyword :inherit
bold))))
+ `(helm-rg-colon-separator-ripgrep-output-face ((,class (:foreground
,border))))
+ `(helm-rg-directory-cmd-face ((,class (:inherit
helm-rg-base-rg-cmd-face))))
+ `(helm-rg-directory-header-face ((,class (:inherit
helm-rg-base-rg-cmd-face))))
+ `(helm-rg-error-message ((,class (:foreground ,red :inherit bold))))
+ `(helm-rg-extra-arg-face ((,class (:foreground ,yellow :inherit bold))))
+ `(helm-rg-file-match-face ((,class (:foreground ,blue :inherit bold))))
+ `(helm-rg-inactive-arg-face ((,class (:foreground ,base-dim :inherit
bold))))
+ `(helm-rg-line-number-match-face ((,class (:foreground ,base :inherit
bold))))
+ `(helm-rg-title-face ((,class (:foreground ,bg4 :inherit bold))))
+
;;;;; highlights
`(hi-green ((,class (:foreground ,green :background ,green-bg))))
`(hi-yellow ((,class (:foreground ,yellow :background ,yellow-bg))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/spacemacs-theme 779d365a4f 1/2: Add support for helm-rg,
ELPA Syncer <=