emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme b58e80fbc4 005/336: Initial support for he


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme b58e80fbc4 005/336: Initial support for helm
Date: Fri, 14 Jan 2022 10:58:52 -0500 (EST)

branch: elpa/spacemacs-theme
commit b58e80fbc45d9581d1d300f698033b416a8a96cd
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Initial support for helm
---
 spacemacs-dark-theme.el | 141 +++++++++++++++++++++---------------------------
 1 file changed, 61 insertions(+), 80 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index 332e9383d2..1d35e2957c 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -50,7 +50,11 @@
       (war        (if (display-graphic-p) "#dc752f" "#dc752f"))
       (inf        (if (display-graphic-p) "#2f96dc" "#2f96dc"))
       (suc        (if (display-graphic-p) "#86dc2f" "#86dc2f"))
-      (greenish   (if (display-graphic-p) "#67b11d" "#67b11d"))
+      (green      (if (display-graphic-p) "#67b11d" "#67b11d"))
+      (yellow     (if (display-graphic-p) "#b1951d" "#67b11d"))
+      (cyan       (if (display-graphic-p) "#28def0" "#67b11d"))
+      (violet     (if (display-graphic-p) "#a31db1" "#67b11d"))
+      (red        (if (display-graphic-p) "#f2241f" "#67b11d"))
       (active1    (if (display-graphic-p) "#222226" "#121212"))
       (active2    (if (display-graphic-p) "#304060" "#444444"))
       (inactive   (if (display-graphic-p) "#304060" "#111111"))
@@ -58,7 +62,13 @@
 
   (custom-theme-set-faces
    'spacemacs-dark
+;;;;; basics
    `(default ((,class (:background ,bg1 :foreground ,base))))
+   `(vertical-border ((,class (:foreground ,bg4))))
+   `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
+   `(match ((,class (:background ,inf :foreground ,bg1 :weight bold))))
+   `(default-italic ((,class (:italic t))))
+   `(link ((,class (:foreground ,comment :underline t))))
    `(font-lock-builtin-face ((,class (:foreground ,builtin))))
    `(font-lock-comment-face ((,class (:foreground ,comment))))
    `(font-lock-negation-char-face ((,class (:foreground ,const))))
@@ -77,7 +87,11 @@
    `(fringe ((,class (:background ,bg1 :foreground ,base))))
    `(cursor ((,class (:background ,bg3))))
    `(show-paren-match-face ((,class (:background ,war))))
-   `(isearch ((,class (:bold t :foreground ,func :background ,greenish))))
+   `(isearch ((,class (:bold t :foreground ,func :background ,green))))
+   `(success ((,class (:foreground ,suc))))
+   `(warning ((,class (:foreground ,war ))))
+   `(error ((,class (:foreground ,err))))
+   `(lazy-highlight ((,class (:foreground ,base :background ,yellow :weight 
normal))))
    `(mode-line
      ((,class (:foreground ,base
                            :background ,active1
@@ -98,8 +112,8 @@
 
 ;;;;; guide-key
    `(guide-key/highlight-command-face ((,class (:foreground ,base))))
-   `(guide-key/key-face ((,class (:foreground ,func))))
-   `(guide-key/prefix-command-face ((,class (:foreground ,func :weight bold))))
+   `(guide-key/key-face ((,class (:foreground ,key1))))
+   `(guide-key/prefix-command-face ((,class (:foreground ,key2 :weight bold))))
 
 ;;;;; flycheck
    `(flycheck-error
@@ -131,59 +145,54 @@
      ((,class (:foreground ,war :weight bold))))
 
 ;;;;; git-gutter-fr
-   `(git-gutter-fr:added ((,class (:foreground ,greenish :weight bold))))
+   `(git-gutter-fr:added ((,class (:foreground ,green :weight bold))))
    `(git-gutter-fr:deleted ((,class (:foreground ,war :weight bold))))
    `(git-gutter-fr:modified ((,class (:foreground ,inf :weight bold))))
 
 ;;;;; helm
-     ;; These probably needs tweaking.
-     ;; `(helm-apt-deinstalled ((,class (:foreground ,base01))))
-     ;; `(helm-apt-installed ((,class (:foreground ,green))))
-     ;; `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
-     ;; `(helm-bookmark-file ((,class (:foreground ,base0))))
-     ;; `(helm-bookmark-gnus ((,class (:foreground ,cyan))))
-     ;; `(helm-bookmark-info ((,class (:foreground ,green))))
-     ;; `(helm-bookmark-man ((,class (:foreground ,violet))))
-     ;; `(helm-bookmark-w3m ((,class (:foreground ,yellow))))
-     ;; `(helm-bookmarks-su ((,class (:foreground ,orange))))
-     ;; `(helm-buffer-not-saved ((,class (:foreground ,orange))))
-     ;; `(helm-buffer-saved-out ((,class (:foreground ,red :background ,base03
-     ;;                                               :inverse-video t))))
-     ;; `(helm-buffer-size ((,class (:foreground ,base01))))
-     ;; `(helm-candidate-number ((,class (:background ,base02 :foreground 
,base1
-     ;;                                               :bold t))))
-     ;; `(helm-ff-directory ((,class (:background ,base03  :foreground 
,blue))))
-     ;; `(helm-ff-executable ((,class (:foreground ,green))))
-     ;; `(helm-ff-file ((,class (:background ,base03 :foreground ,base0))))
-     ;; `(helm-ff-invalid-symlink ((,class (:background ,base03 :foreground 
,orange
-     ;;                                                 :slant italic))))
-     ;; `(helm-ff-prefix ((,class (:background ,yellow :foreground ,base03))))
-     ;; `(helm-ff-symlink ((,class (:foreground ,cyan))))
-     ;; `(helm-grep-file ((,class (:foreground ,cyan :underline t))))
-     ;; `(helm-grep-finish ((,class (:foreground ,green))))
-     ;; `(helm-grep-lineno ((,class (:foreground ,orange))))
-     ;; `(helm-grep-match ((,class (:inherit match))))
-     ;; `(helm-grep-running ((,class (:foreground ,red))))
-     ;; `(helm-header ((,class (:inherit header-line))))
-     ;; `(helm-lisp-completion-info ((,class (:foreground ,base0))))
-     ;; `(helm-lisp-show-completion ((,class (:foreground ,yellow  :background 
,base02
-     ;;                                                   :bold t))))
-     ;; `(helm-M-x-key ((,class (:foreground ,orange :underline t))))
-     ;; `(helm-moccur-buffer ((,class (:foreground ,cyan :underline t))))
-     ;; `(helm-match ((,class (:inherit match))))
-     `(helm-selection ((,class (:background ,highlight :weight bold))))
-     ;; `(helm-selection-line ((,class (:background ,base02 :foreground ,base1
-     ;;                                             :underline nil))))
-     ;; `(helm-separator ((,class (:foreground ,red))))
-     `(helm-source-header ((,class (:background ,inf :foreground ,bg1 :bold 
t))))
-     ;; `(helm-time-zone-current ((,class (:foreground ,green))))
-     ;; `(helm-time-zone-home ((,class (:foreground ,red))))
-     ;; `(helm-visible-mark ((,class (:background ,base03 :foreground ,magenta 
:bold t))))
+   `(helm-bookmark-directory ((,class (:inherit helm-ff-directory))))
+   `(helm-bookmark-file ((,class (:foreground ,base))))
+   `(helm-bookmark-gnus ((,class (:foreground ,type))))
+   `(helm-bookmark-info ((,class (:foreground ,type))))
+   `(helm-bookmark-man ((,class (:foreground ,type))))
+   `(helm-bookmark-w3m ((,class (:foreground ,type))))
+   `(helm-bookmarks-su ((,class (:foreground ,type))))
+   `(helm-bookmark-w3m ((,class (:foreground ,type))))
+   `(helm-buffer-directory ((,class (:foreground ,base :background ,bg1))))
+   `(helm-buffer-file ((,class (:foreground ,base :background ,bg1))))
+   `(helm-buffer-not-saved ((,class (:foreground ,type :background ,bg1))))
+   `(helm-buffer-process ((,class (:foreground ,builtin :background ,bg1))))
+   `(helm-buffer-saved-out ((,class (:foreground ,base :background ,bg1))))
+   `(helm-buffer-size ((,class (:foreground ,base :background ,bg1))))
+   `(helm-candidate-number ((,class (:background ,bg1 :foreground ,inf :bold 
t))))
+   `(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil 
:box nil))))
+   `(helm-ff-directory ((,class (:foreground ,key1 :background ,bg1 :weight 
bold))))
+   `(helm-ff-executable ((,class (:foreground ,suc :background ,bg1 :weight 
normal))))
+   `(helm-ff-file ((,class (:foreground ,base :background ,bg1 :weight 
normal))))
+   `(helm-ff-invalid-symlink ((,class (:foreground ,red :background ,bg1 
:weight bold))))
+   `(helm-ff-prefix ((,class (:foreground ,bg1 :background ,keyword :weight 
normal))))
+   `(helm-ff-symlink ((,class (:foreground ,cyan :background ,bg1 :weight 
bold))))
+   `(helm-grep-cmd-line ((,class (:foreground ,base :background ,bg1))))
+   `(helm-grep-file ((,class (:foreground ,base :background ,bg1))))
+   `(helm-grep-finish ((,class (:foreground ,base :background ,bg1))))
+   `(helm-grep-lineno ((,class (:foreground ,base :background ,bg1))))
+   `(helm-grep-match ((,class (:foreground nil :background nil :inherit 
helm-match))))
+   `(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
+   `(helm-lisp-completion-info ((,class (:foreground ,base))))
+   `(helm-lisp-show-completion ((,class (:foreground ,yellow :background ,bg1
+                                                     :bold t))))
+   `(helm-source-header ((,class (:background ,type :foreground ,bg1 :bold 
t))))
+   `(helm-selection ((,class (:background ,highlight :weight bold))))
+   `(helm-selection-line ((,class (:background ,bg2))))
+   `(helm-separator ((,class (:foreground ,type :background ,bg1))))
+   `(helm-source-go-package-godoc-description ((,class (:foreground ,str))))
+   `(helm-time-zone-current ((,class (:foreground ,builtin :background ,bg1))))
+   `(helm-time-zone-home ((,class (:foreground ,type :background ,bg1))))
+   `(helm-M-x-key ((,class (:foreground ,func :underline t))))
+   `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
+   `(helm-match ((,class (:inherit match))))
+   `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
 
-   `(vertical-border ((,class (:foreground ,bg4))))
-   `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
-   `(default-italic ((,class (:italic t))))
-   `(link ((,class (:foreground ,comment :underline t))))
    `(org-code ((,class (:foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))
    `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
@@ -284,34 +293,6 @@
    `(term-color-cyan ((,class (:foreground ,str :background ,str))))
    `(term-color-white ((,class (:foreground ,base :background ,base))))
    `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
-   `(helm-header ((,class (:foreground ,base :background ,bg1 :underline nil 
:box nil))))
-   `(helm-source-header ((,class (:foreground ,keyword :background ,bg1 
:underline nil :weight bold))))
-   `(helm-selection ((,class (:background ,bg2 :underline nil))))
-   `(helm-selection-line ((,class (:background ,bg2))))
-   `(helm-visible-mark ((,class (:foreground ,bg1 :background ,bg3))))
-   `(helm-candidate-number ((,class (:foreground ,bg1 :background ,base))))
-   `(helm-separator ((,class (:foreground ,type :background ,bg1))))
-   `(helm-time-zone-current ((,class (:foreground ,builtin :background ,bg1))))
-   `(helm-time-zone-home ((,class (:foreground ,type :background ,bg1))))
-   `(helm-buffer-not-saved ((,class (:foreground ,type :background ,bg1))))
-   `(helm-buffer-process ((,class (:foreground ,builtin :background ,bg1))))
-   `(helm-buffer-saved-out ((,class (:foreground ,base :background ,bg1))))
-   `(helm-buffer-size ((,class (:foreground ,base :background ,bg1))))
-   `(helm-ff-directory ((,class (:foreground ,func :background ,bg1 :weight 
bold))))
-   `(helm-ff-file ((,class (:foreground ,base :background ,bg1 :weight 
normal))))
-   `(helm-ff-executable ((,class (:foreground ,key1 :background ,bg1 :weight 
normal))))
-   `(helm-ff-invalid-symlink ((,class (:foreground ,key2 :background ,bg1 
:weight bold))))
-   `(helm-ff-symlink ((,class (:foreground ,keyword :background ,bg1 :weight 
bold))))
-   `(helm-ff-prefix ((,class (:foreground ,bg1 :background ,keyword :weight 
normal))))
-   `(helm-grep-cmd-line ((,class (:foreground ,base :background ,bg1))))
-   `(helm-grep-file ((,class (:foreground ,base :background ,bg1))))
-   `(helm-grep-finish ((,class (:foreground ,base :background ,bg1))))
-   `(helm-grep-lineno ((,class (:foreground ,base :background ,bg1))))
-   `(helm-grep-match ((,class (:foreground nil :background nil :inherit 
helm-match))))
-   `(helm-grep-running ((,class (:foreground ,func :background ,bg1))))
-   `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
-   `(helm-source-go-package-godoc-description ((,class (:foreground ,str))))
-   `(helm-bookmark-w3m ((,class (:foreground ,type))))
    `(company-echo-common ((,class (:foreground ,bg1 :background ,base))))
    `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
    `(company-preview-common ((,class (:foreground ,bg2 :foreground ,base))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]