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

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

[nongnu] elpa/spacemacs-theme 998ead9a5d 012/336: Added the light versio


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 998ead9a5d 012/336: Added the light version
Date: Fri, 14 Jan 2022 10:58:53 -0500 (EST)

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

    Added the light version
---
 spacemacs-dark-theme.el  |  21 ++-
 spacemacs-light-theme.el | 433 ++++++++++++++++++++++++-----------------------
 2 files changed, 229 insertions(+), 225 deletions(-)

diff --git a/spacemacs-dark-theme.el b/spacemacs-dark-theme.el
index edd8e25cdc..a2f328a2d0 100644
--- a/spacemacs-dark-theme.el
+++ b/spacemacs-dark-theme.el
@@ -79,6 +79,7 @@
    `(font-lock-string-face ((,class (:foreground ,str))))
    `(font-lock-type-face ((,class (:foreground ,type :bold t))))
    `(font-lock-variable-name-face ((,class (:foreground ,var))))
+   `(font-lock-preprocessor-face ((,class (:foreground ,func))))
    `(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
    `(region ((,class (:background ,highlight))))
    `(highlight ((,class (:foreground ,base :background ,bg3))))
@@ -91,6 +92,7 @@
    `(warning ((,class (:foreground ,war ))))
    `(error ((,class (:foreground ,err))))
    `(lazy-highlight ((,class (:foreground ,bg1 :background ,inf :weight 
normal))))
+   `(page-break-lines ((,class (:foreground ,active2))))
    `(mode-line
      ((,class (:foreground ,base
                            :background ,active1))))
@@ -234,6 +236,7 @@
    `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
 
 ;;;;; other, need more work
+   `(custom-button ((,class (:background ,yellow))))
    `(org-code ((,class (:foreground ,base))))
    `(org-hide ((,class (:foreground ,base))))
    `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
@@ -251,7 +254,7 @@
    `(org-done ((,class (:foreground ,bg4 :background ,suc :bold t))))
    `(org-warning ((,class (:underline t :foreground ,war))))
    `(org-agenda-structure ((,class (:weight bold :foreground ,base :box 
(:color ,base) :background ,bg3))))
-   `(org-agenda-date ((,class (:foreground ,var :height 1.1 ))))
+   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
    `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
    `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.4))))
    `(org-agenda-done ((,class (:foreground ,bg4 :background ,suc))))
@@ -317,14 +320,14 @@
    `(magit-hash ((,class (:foreground ,base))))
    `(magit-diff-file-header ((,class (:foreground ,base :background ,bg3))))
    `(term ((,class (:foreground ,base :background ,bg1))))
-   `(term-color-black ((,class (:foreground ,bg3 :background ,bg3))))
-   `(term-color-blue ((,class (:foreground ,func :background ,func))))
-   `(term-color-red ((,class (:foreground ,keyword :background ,bg3))))
-   `(term-color-green ((,class (:foreground ,type :background ,bg3))))
-   `(term-color-yellow ((,class (:foreground ,var :background ,var))))
-   `(term-color-magenta ((,class (:foreground ,builtin :background ,builtin))))
-   `(term-color-cyan ((,class (:foreground ,str :background ,str))))
-   `(term-color-white ((,class (:foreground ,base :background ,base))))
+   `(term-color-black ((,class (:foreground ,bg3))))
+   `(term-color-blue ((,class (:foreground ,inf))))
+   `(term-color-red ((,class (:foreground ,red))))
+   `(term-color-green ((,class (:foreground ,green))))
+   `(term-color-yellow ((,class (:foreground ,yellow))))
+   `(term-color-magenta ((,class (:foreground ,builtin))))
+   `(term-color-cyan ((,class (:foreground ,cyan))))
+   `(term-color-white ((,class (:foreground ,base))))
    `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
    `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
    `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))
diff --git a/spacemacs-light-theme.el b/spacemacs-light-theme.el
index 952dc8c0a1..1dae5d3414 100644
--- a/spacemacs-light-theme.el
+++ b/spacemacs-light-theme.el
@@ -1,12 +1,13 @@
 ;;; spacemacs-theme.el --- Emacs 24 theme with a light background.
 
-;; Copyright (C) 2014 , Nasser
+;; Copyright (C) 2014 , Nasser Alshammari
 
-;; Author: Nasser
+;; Author: Nasser Alshammari
+;; https://github.com/nashamri/spacemacs-theme
 ;;
 ;; Version: 0.1
 ;; Package-Requires: ((emacs "24"))
-;; Created with emacs-theme-generator, 
https://github.com/mswift42/theme-creator.
+;; Initially created with the help of emacs-theme-generator, 
https://github.com/mswift42/theme-creator.
 
 
 ;; This program is free software: you can redistribute it and/or modify
@@ -24,308 +25,308 @@
 
 ;; This file is not part of Emacs.
 
-;;; Commentary:
-
-;;; Code:
 
 (deftheme spacemacs-light)
 (let ((class '((class color) (min-colors 89)))
-      (fg1 "#655370")
-      ;; (fg2 "#605e7b")
-      ;; (fg3 "#6c5a85")
-      ;; (fg4 "#685690")
-      (bg1 "#fbf8ef")
-      (bg2 "#efeae9")
-      (bg3 "#c0c0dc")
-      (bg4 "#9f8fbd")
-      (key2 "#4f97d7")
-      (key3 "#277bb8")
-      (builtin "#268bd2")
-      (keyword "#268bd2")
-      (const   "#4e3163") ;;990061
-      (comment "#2aa198")
-      (comment-bg "#f6f5ec")
-      (func    "#6c3163")
-      (str     "#2aa198")
-      (type    "#6c4173")
-      (var     "#656370")
-      (error   "#e0211d")
-      (warning "#dc752f")
-      (info    "#2f96dc")
-      (success "#86dc2f")
-      (greenish "#67b11d")
-      (highlight "#d3d3e7"))
+      (base "#655370");;                     GUI       TER
+      (bg1        (if (display-graphic-p) "#fbf8ef" "#ffffff"))
+      (bg2        (if (display-graphic-p) "#efeae9" "#e4e4e4"))
+      (bg3        (if (display-graphic-p) "#e3dedd" "#d0d0d0"))
+      (bg4        (if (display-graphic-p) "#d2ceda" "#bcbcbc"))
+      (key1       (if (display-graphic-p) "#4f97d7" "#4f97d7"))
+      (key2       (if (display-graphic-p) "#277bb8" "#277bb8"))
+      (builtin    (if (display-graphic-p) "#268bd2" "#268bd2"))
+      (keyword    (if (display-graphic-p) "#268bd2" "#268bd2"))
+      (const      (if (display-graphic-p) "#4e3163" "#8700af"))
+      (comment    (if (display-graphic-p) "#2aa198" "#2aa198"))
+      (comment-bg (if (display-graphic-p) "#f6f5ec" "#d0d0d0"))
+      (func       (if (display-graphic-p) "#6c3163" "#8700af"))
+      (str        (if (display-graphic-p) "#2aa198" "#2aa198"))
+      (type       (if (display-graphic-p) "#6c4173" "#8700af"))
+      (var        (if (display-graphic-p) "#656370" "#767676"))
+      (err        (if (display-graphic-p) "#e0211d" "#e0211d"))
+      (war        (if (display-graphic-p) "#dc752f" "#dc752f"))
+      (inf        (if (display-graphic-p) "#2f96dc" "#2f96dc"))
+      (suc        (if (display-graphic-p) "#86dc2f" "#87ff00"))
+      (green      (if (display-graphic-p) "#67b11d" "#5faf00"))
+      (yellow     (if (display-graphic-p) "#b1951d" "#875f00"))
+      (cyan       (if (display-graphic-p) "#21b8c7" "#008080"))
+      (violet     (if (display-graphic-p) "#a31db1" "#800080"))
+      (red        (if (display-graphic-p) "#f2241f" "#d70008"))
+      (active1    (if (display-graphic-p) "#efeae9" "#d7dfff"))
+      (active2    (if (display-graphic-p) "#c0c0dc" "#afafd7"))
+      (inactive   (if (display-graphic-p) "#9f8fbd" "#af87d7"))
+      (highlight  (if (display-graphic-p) "#d3d3e7" "#d7d7ff")))
+
   (custom-theme-set-faces
    'spacemacs-light
-   `(default ((,class (:background ,bg1 :foreground ,fg1))))
+
+;;;;; basics
+   `(default ((,class (:background ,bg1 :foreground ,base))))
+   `(vertical-border ((,class (:foreground ,bg4))))
+   `(minibuffer-prompt ((,class (:bold t :foreground ,keyword))))
+   `(match ((,class (:background ,bg1 :foreground ,inf :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 (:background ,comment-bg :foreground 
,comment))))
+   `(font-lock-comment-face ((,class (:foreground ,comment))))
    `(font-lock-negation-char-face ((,class (:foreground ,const))))
    `(font-lock-reference-face ((,class (:foreground ,const))))
    `(font-lock-constant-face ((,class (:foreground ,const))))
-   `(font-lock-doc-face ((,class (:background ,comment-bg :foreground 
,comment))))
+   `(font-lock-doc-face ((,class (:foreground ,comment))))
    `(font-lock-function-name-face ((,class (:foreground ,func :bold t))))
    `(font-lock-keyword-face ((,class (:bold ,class :foreground ,keyword))))
    `(font-lock-string-face ((,class (:foreground ,str))))
    `(font-lock-type-face ((,class (:foreground ,type :bold t))))
    `(font-lock-variable-name-face ((,class (:foreground ,var))))
-   `(font-lock-warning-face ((,class (:foreground ,warning :background ,bg2))))
+   `(font-lock-preprocessor-face ((,class (:foreground ,func))))
+   `(font-lock-warning-face ((,class (:foreground ,war :background ,bg2))))
    `(region ((,class (:background ,highlight))))
-   `(highlight ((,class (:foreground ,fg1 :background ,bg3))))
+   `(highlight ((,class (:foreground ,base :background ,bg3))))
    `(hl-line ((,class (:background ,bg2))))
-   `(fringe ((,class (:background ,bg2 :foreground ,fg1))))
+   `(fringe ((,class (:background ,bg1 :foreground ,base))))
    `(cursor ((,class (:background ,bg3))))
-   `(show-paren-match-face ((,class (:background ,warning))))
-   `(isearch ((,class (:bold t :foreground ,func :background ,greenish))))
-
+   `(show-paren-match-face ((,class (:background ,suc))))
+   `(isearch ((,class (:bold t :foreground ,bg1 :background ,inf))))
+   `(success ((,class (:foreground ,suc))))
+   `(warning ((,class (:foreground ,war ))))
+   `(error ((,class (:foreground ,err))))
+   `(lazy-highlight ((,class (:foreground ,bg1 :background ,inf :weight 
normal))))
+   `(page-break-lines ((,class (:foreground ,active2))))
    `(mode-line
-     ((,class (:foreground ,fg1
-                           :background ,bg2
-                           :box (:color ,bg4 :line-width 1)
-                           ))))
+     ((,class (:foreground ,base
+                           :background ,active1))))
    `(mode-line-inactive
-     ((,class (:foreground ,fg1
+     ((,class (:foreground ,base
                            :background ,bg1
-                           :box (:color ,bg3 :line-width 1)
-                           ))))
-
+                           :box (:color ,inactive :line-width 1)))))
    `(mode-line-buffer-id ((,class (:bold t :foreground ,func))))
 
-   `(powerline-active1 ((,class (:background ,bg3 :foreground ,fg1))))
-   `(powerline-active2 ((,class (:background ,bg3 :foreground ,fg1))))
-   `(powerline-inactive1 ((,class (:background ,bg2 :foreground ,fg1))))
-   `(powerline-inactive2 ((,class (:background ,bg2 :foreground ,fg1))))
-
+;;;;; powerline
+   `(powerline-active1 ((,class (:background ,active2 :foreground ,base))))
+   `(powerline-active2 ((,class (:background ,active2 :foreground ,base))))
+   `(powerline-inactive1 ((,class (:background ,bg2 :foreground ,base))))
+   `(powerline-inactive2 ((,class (:background ,bg2 :foreground ,base))))
 
 ;;;;; guide-key
-   `(guide-key/highlight-command-face ((,class (:foreground ,fg1))))
-   `(guide-key/key-face ((,class (:foreground ,func))))
-   `(guide-key/prefix-command-face ((,class (:foreground ,func :weight bold))))
+   `(guide-key/highlight-command-face ((,class (:foreground ,base))))
+   `(guide-key/key-face ((,class (:foreground ,key1))))
+   `(guide-key/prefix-command-face ((,class (:foreground ,key2 :weight bold))))
 
 ;;;;; flycheck
    `(flycheck-error
      ((,(append '((supports :underline (:style line))) class)
-       (:underline (:style line :color ,error)))
-      (,class (:foreground ,fg1 :background ,error :weight bold :underline 
t))))
+       (:underline (:style line :color ,err)))
+      (,class (:foreground ,base :background ,err :weight bold :underline t))))
 
    `(flycheck-warning
      ((,(append '((supports :underline (:style line))) class)
-       (:underline (:style line :color ,warning)))
-      (,class (:foreground ,fg1 :background ,warning :weight bold :underline 
t))))
+       (:underline (:style line :color ,war)))
+      (,class (:foreground ,base :background ,war :weight bold :underline t))))
 
    `(flycheck-info
      ((,(append '((supports :underline (:style line))) class)
-       (:underline (:style line :color ,info)))
-      (,class (:foreground ,fg1 :background ,info :weight bold :underline t))))
-
-   `(flycheck-fringe-error
-     ((,class (:foreground ,error :weight bold))))
+       (:underline (:style line :color ,inf)))
+      (,class (:foreground ,base :background ,inf :weight bold :underline t))))
 
-   `(flycheck-fringe-warning
-     ((,class (:foreground ,warning :weight bold))))
+   `(flycheck-error-list-checker-name ((,class (:foreground ,keyword))))
+   `(flycheck-fringe-error ((,class (:foreground ,err :weight bold))))
+   `(flycheck-fringe-warning ((,class (:foreground ,war :weight bold))))
+   `(flycheck-fringe-info ((,class (:foreground ,inf :weight bold))))
 
-   `(flycheck-fringe-info
-     ((,class (:foreground ,info :weight bold))))
+;;;;; anzu-mode
+   `(anzu-mode-line ((,class (:foreground ,yellow :weight bold))))
 
 ;;;;; smartparens
    `(sp-show-pair-match-face
-     ((,class (:foreground ,warning :weight bold))))
+     ((,class (:foreground ,war :weight bold))))
 
 ;;;;; git-gutter-fr
-   `(git-gutter-fr:added ((,class (:foreground ,greenish :weight bold))))
-   `(git-gutter-fr:deleted ((,class (:foreground ,warning :weight bold))))
-   `(git-gutter-fr:modified ((,class (:foreground ,info :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 ,info :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-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-source-header ((,class (:background ,type :foreground ,bg1 :bold 
t))))
+   `(helm-selection ((,class (:background ,highlight))))
+   `(helm-selection-line ((,class (:background ,bg2))))
+   `(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-match ((,class (:inherit match))))
+   `(helm-match-item ((,class (:inherit match))))
+   `(helm-moccur-buffer ((,class (:foreground ,func :background ,bg1))))
+   `(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 ,const :underline t))))
-   `(org-code ((,class (:foreground ,fg1))))
-   `(org-hide ((,class (:foreground ,fg1))))
-   `(org-level-1 ((,class (:bold t :foreground ,fg1 :height 1.1))))
-   `(org-level-2 ((,class (:bold nil :foreground ,fg1))))
-   `(org-level-3 ((,class (:bold t :foreground ,fg1))))
+;;;;; company
+   `(company-echo-common ((,class (:background ,base :foreground ,bg1))))
+   `(company-preview ((,class (:background ,bg1 :foreground ,key1))))
+   `(company-preview-common ((,class (:background ,bg2 :foreground ,keyword))))
+   `(company-preview-search ((,class (:background ,bg2 :foreground ,green))))
+   `(company-scrollbar-bg ((,class (:background ,bg3))))
+   `(company-scrollbar-fg ((,class (:background ,type))))
+   `(company-tooltip ((,class (:foreground ,base :background ,bg2 :bold t))))
+   `(company-tooltip-annotation ((,class (:background ,bg2 :foreground ,inf))))
+   `(company-tooltip-common ((,class ( :foreground ,base))))
+   `(company-tooltip-common-selection ((,class (:foreground ,keyword))))
+   `(company-tooltip-mouse ((,class (:inherit highlight))))
+   `(company-tooltip-search ((,class (:inherit match))))
+   `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,base))))
+   `(company-template-field ((,class (:inherit region))))
+
+;;;;; rainbow-delimiters
+   `(rainbow-delimiters-unmatched-face ((,class :foreground ,war)))
+   `(rainbow-delimiters-depth-1-face ((,class :foreground ,keyword)))
+   `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
+   `(rainbow-delimiters-depth-3-face ((,class :foreground ,keyword)))
+   `(rainbow-delimiters-depth-4-face ((,class :foreground ,type)))
+   `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
+   `(rainbow-delimiters-depth-6-face ((,class :foreground ,type)))
+   `(rainbow-delimiters-depth-7-face ((,class :foreground ,keyword)))
+   `(rainbow-delimiters-depth-8-face ((,class :foreground ,type)))
+
+;;;;; dired
+   `(dired-directory ((,class (:foreground ,key1 :background ,bg1 :weight 
bold))))
+   `(dired-flagged ((,class (:foreground ,red))))
+   `(dired-header ((,class (:foreground ,type :weight bold))))
+   `(dired-ignored ((,class (:inherit shadow))))
+   `(dired-mark ((,class (:foreground ,type :weight bold))))
+   `(dired-marked ((,class (:foreground ,violet :weight bold))))
+   `(dired-perm-write ((,class (:foreground ,base :underline t))))
+   `(dired-symlink ((,class (:foreground ,cyan :background ,bg1 :weight 
bold))))
+   `(dired-warning ((,class (:foreground ,war))))
+
+;;;;; eshell
+   `(eshell-prompt ((,class (:foreground ,keyword :weight bold))))
+   `(eshell-ls-archive ((,class (:foreground ,red :weight bold))))
+   `(eshell-ls-backup ((,class (:inherit font-lock-comment-face))))
+   `(eshell-ls-clutter ((,class (:inherit font-lock-comment-face))))
+   `(eshell-ls-directory ((,class (:foreground ,inf :weight bold))))
+   `(eshell-ls-executable ((,class (:foreground ,suc :weight bold))))
+   `(eshell-ls-unreadable ((,class (:foreground ,base))))
+   `(eshell-ls-missing ((,class (:inherit font-lock-warning-face))))
+   `(eshell-ls-product ((,class (:inherit font-lock-doc-face))))
+   `(eshell-ls-special ((,class (:foreground ,yellow :weight bold))))
+   `(eshell-ls-symlink ((,class (:foreground ,cyan :weight bold))))
+
+;;;;; other, need more work
+   `(org-code ((,class (:foreground ,base))))
+   `(org-hide ((,class (:foreground ,base))))
+   `(org-level-1 ((,class (:bold t :foreground ,base :height 1.1))))
+   `(org-level-2 ((,class (:bold nil :foreground ,base))))
+   `(org-level-3 ((,class (:bold t :foreground ,base))))
    `(org-level-4 ((,class (:bold nil :foreground ,bg4))))
    `(org-date ((,class (:underline t :foreground ,var) )))
-   `(org-footnote  ((,class (:underline t :foreground ,fg1))))
-   `(org-link ((,class (:underline t :foreground ,type ))))
+   `(org-footnote  ((,class (:underline t :foreground ,base))))
+   `(org-link ((,class (:underline t :foreground ,comment))))
    `(org-special-keyword ((,class (:foreground ,func))))
-   `(org-block ((,class (:foreground ,fg1))))
+   `(org-block ((,class (:foreground ,base))))
    `(org-quote ((,class (:inherit org-block :slant italic))))
    `(org-verse ((,class (:inherit org-block :slant italic))))
-   `(org-todo ((,class (:box (:line-width 1 :color ,fg1) :foreground ,keyword 
:bold t))))
-   `(org-done ((,class (:box (:line-width 1 :color ,bg3) :bold t :foreground 
,bg4))))
-   `(org-warning ((,class (:underline t :foreground ,warning))))
-   `(org-agenda-structure ((,class (:weight bold :foreground ,fg1 :box (:color 
,fg1) :background ,bg3))))
-   `(org-agenda-date ((,class (:foreground ,var :height 1.1 ))))
-   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,fg1))))
+   `(org-todo ((,class (:foreground ,keyword :bold t))))
+   `(org-done ((,class (:foreground ,bg4 :background ,suc :bold t))))
+   `(org-warning ((,class (:underline t :foreground ,war))))
+   `(org-agenda-structure ((,class (:weight bold :foreground ,base :box 
(:color ,base) :background ,bg3))))
+   `(org-agenda-date ((,class (:foreground ,var :height 1.1))))
+   `(org-agenda-date-weekend ((,class (:weight normal :foreground ,base))))
    `(org-agenda-date-today ((,class (:weight bold :foreground ,keyword :height 
1.4))))
-   `(org-agenda-done ((,class (:foreground ,bg4))))
+   `(org-agenda-done ((,class (:foreground ,bg4 :background ,suc))))
    `(org-scheduled ((,class (:foreground ,type))))
    `(org-scheduled-today ((,class (:foreground ,func :weight bold :height 
1.2))))
    `(org-ellipsis ((,class (:foreground ,builtin))))
-   `(org-verbatim ((,class (:foreground ,fg1))))
+   `(org-verbatim ((,class (:foreground ,base))))
    `(org-document-info-keyword ((,class (:foreground ,func))))
+   `(org-sexp-date ((,class (:foreground ,base))))
    `(font-latex-bold-face ((,class (:foreground ,type))))
-   `(font-latex-italic-face ((,class (:foreground ,key3 :italic t))))
+   `(font-latex-italic-face ((,class (:foreground ,key2 :italic t))))
    `(font-latex-string-face ((,class (:foreground ,str))))
    `(font-latex-match-reference-keywords ((,class (:foreground ,const))))
    `(font-latex-match-variable-keywords ((,class (:foreground ,var))))
-   `(ido-only-match ((,class (:foreground ,warning))))
-   `(org-sexp-date ((,class (:foreground ,fg1))))
-   `(ido-first-match ((,class (:foreground ,keyword :bold t))))
+   `(ido-only-match ((,class (:foreground ,war :underline nil))))
+   `(ido-first-match ((,class (:foreground ,keyword :bold t :underline nil))))
+   `(ido-vertical-match-face ((,class (:foreground ,type :underline nil))))
+   `(flx-highlight-face ((,class (:foreground ,type :underline nil))))
    `(gnus-header-content ((,class (:foreground ,keyword))))
    `(gnus-header-from ((,class (:foreground ,var))))
    `(gnus-header-name ((,class (:foreground ,type))))
    `(gnus-header-subject ((,class (:foreground ,func :bold t))))
    `(mu4e-view-url-number-face ((,class (:foreground ,type))))
-   `(mu4e-cited-1-face ((,class (:foreground ,fg1))))
-   `(mu4e-cited-7-face ((,class (:foreground ,fg1))))
+   `(mu4e-cited-1-face ((,class (:foreground ,base))))
+   `(mu4e-cited-7-face ((,class (:foreground ,base))))
    `(mu4e-header-marks-face ((,class (:foreground ,type))))
-   `(ffap ((,class (:foreground ,fg1))))
+   `(ffap ((,class (:foreground ,base))))
    `(js2-private-function-call ((,class (:foreground ,const))))
    `(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,str))))
-   `(js2-jsdoc-html-tag-name ((,class (:foreground ,key2))))
+   `(js2-jsdoc-html-tag-name ((,class (:foreground ,key1))))
    `(js2-external-variable ((,class (:foreground ,type  ))))
    `(js2-function-param ((,class (:foreground ,const))))
    `(js2-jsdoc-value ((,class (:foreground ,str))))
-   `(js2-private-member ((,class (:foreground ,fg1))))
+   `(js2-private-member ((,class (:foreground ,base))))
    `(js3-warning-face ((,class (:underline ,keyword))))
-   `(js3-error-face ((,class (:underline ,warning))))
+   `(js3-error-face ((,class (:underline ,war))))
    `(js3-external-variable-face ((,class (:foreground ,var))))
-   `(js3-function-param-face ((,class (:foreground ,key3))))
+   `(js3-function-param-face ((,class (:foreground ,key2))))
    `(js3-jsdoc-tag-face ((,class (:foreground ,keyword))))
    `(js3-instance-member-face ((,class (:foreground ,const))))
-   `(warning ((,class (:foreground ,warning))))
    `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
    `(info-quoted-name ((,class (:foreground ,builtin))))
    `(info-string ((,class (:foreground ,str))))
    `(icompletep-determined ((,class :foreground ,builtin)))
    `(undo-tree-visualizer-current-face ((,class :foreground ,builtin)))
-   `(undo-tree-visualizer-default-face ((,class :foreground ,fg1)))
+   `(undo-tree-visualizer-default-face ((,class :foreground ,base)))
    `(undo-tree-visualizer-unmodified-face ((,class :foreground ,var)))
    `(undo-tree-visualizer-register-face ((,class :foreground ,type)))
    `(slime-repl-inputed-output-face ((,class (:foreground ,type))))
-   `(trailing-whitespace ((,class :foreground nil :background ,warning)))
-   `(rainbow-delimiters-depth-1-face ((,class :foreground ,fg1)))
-   `(rainbow-delimiters-depth-2-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-3-face ((,class :foreground ,var)))
-   `(rainbow-delimiters-depth-4-face ((,class :foreground ,const)))
-   `(rainbow-delimiters-depth-5-face ((,class :foreground ,keyword)))
-   `(rainbow-delimiters-depth-6-face ((,class :foreground ,fg1)))
-   `(rainbow-delimiters-depth-7-face ((,class :foreground ,type)))
-   `(rainbow-delimiters-depth-8-face ((,class :foreground ,var)))
+   `(trailing-whitespace ((,class :foreground nil :background ,err)))
    `(magit-item-highlight ((,class :background ,bg3)))
    `(magit-section-heading        ((,class (:foreground ,keyword :weight 
bold))))
    `(magit-hunk-heading           ((,class (:background ,bg3))))
    `(magit-section-highlight      ((,class (:background ,bg2))))
    `(magit-hunk-heading-highlight ((,class (:background ,bg3))))
-   `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground 
,fg1))))
+   `(magit-diff-context-highlight ((,class (:background ,bg3 :foreground 
,base))))
    `(magit-diffstat-added   ((,class (:foreground ,type))))
    `(magit-diffstat-removed ((,class (:foreground ,var))))
    `(magit-process-ok ((,class (:foreground ,func :weight bold))))
-   `(magit-process-ng ((,class (:foreground ,warning :weight bold))))
+   `(magit-process-ng ((,class (:foreground ,war :weight bold))))
    `(magit-branch ((,class (:foreground ,const :weight bold))))
-   `(magit-log-author ((,class (:foreground ,fg1))))
-   `(magit-hash ((,class (:foreground ,fg1))))
-   `(magit-diff-file-header ((,class (:foreground ,fg1 :background ,bg3))))
-   `(lazy-highlight ((,class (:foreground ,fg1 :background ,bg3))))
-   `(term ((,class (:foreground ,fg1 :background ,bg1))))
-   `(term-color-black ((,class (:foreground ,bg3 :background ,bg3))))
-   `(term-color-blue ((,class (:foreground ,func :background ,func))))
-   `(term-color-red ((,class (:foreground ,keyword :background ,bg3))))
-   `(term-color-green ((,class (:foreground ,type :background ,bg3))))
-   `(term-color-yellow ((,class (:foreground ,var :background ,var))))
-   `(term-color-magenta ((,class (:foreground ,builtin :background ,builtin))))
-   `(term-color-cyan ((,class (:foreground ,str :background ,str))))
-   `(term-color-white ((,class (:foreground ,fg1 :background ,fg1))))
-   `(rainbow-delimiters-unmatched-face ((,class :foreground ,warning)))
-   `(helm-header ((,class (:foreground ,fg1 :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 ,fg1))))
-   `(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 ,fg1 :background ,bg1))))
-   `(helm-buffer-size ((,class (:foreground ,fg1 :background ,bg1))))
-   `(helm-ff-directory ((,class (:foreground ,func :background ,bg1 :weight 
bold))))
-   `(helm-ff-file ((,class (:foreground ,fg1 :background ,bg1 :weight 
normal))))
-   `(helm-ff-executable ((,class (:foreground ,key2 :background ,bg1 :weight 
normal))))
-   `(helm-ff-invalid-symlink ((,class (:foreground ,key3 :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 ,fg1 :background ,bg1))))
-   `(helm-grep-file ((,class (:foreground ,fg1 :background ,bg1))))
-   `(helm-grep-finish ((,class (:foreground ,fg1 :background ,bg1))))
-   `(helm-grep-lineno ((,class (:foreground ,fg1 :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 ,fg1))))
-   `(company-preview ((,class (:background ,bg1 :foreground ,key2))))
-   `(company-preview-common ((,class (:foreground ,bg2 :foreground ,fg1))))
-   `(company-preview-search ((,class (:foreground ,type :background ,bg1))))
-   `(company-scrollbar-bg ((,class (:background ,bg3))))
-   `(company-scrollbar-fg ((,class (:foreground ,keyword))))
-   `(company-tooltip ((,class (:foreground ,fg1 :background ,bg1 :bold t))))
-   `(company-tooltop-annotation ((,class (:foreground ,const))))
-   `(company-tooltip-common ((,class ( :foreground ,fg1))))
-   `(company-tooltip-common-selection ((,class (:foreground ,str))))
-   `(company-tooltip-mouse ((,class (:inherit highlight))))
-   `(company-tooltip-selection ((,class (:background ,bg3 :foreground ,fg1))))
-   `(company-template-field ((,class (:inherit region))))
+   `(magit-log-author ((,class (:foreground ,base))))
+   `(magit-hash ((,class (:foreground ,base))))
+   `(magit-diff-file-header ((,class (:foreground ,base :background ,bg3))))
+   `(term ((,class (:foreground ,base :background ,bg1))))
+   `(term-color-black ((,class (:foreground ,bg3))))
+   `(term-color-blue ((,class (:foreground ,inf))))
+   `(term-color-red ((,class (:foreground ,red))))
+   `(term-color-green ((,class (:foreground ,green))))
+   `(term-color-yellow ((,class (:foreground ,yellow))))
+   `(term-color-magenta ((,class (:foreground ,builtin))))
+   `(term-color-cyan ((,class (:foreground ,cyan))))
+   `(term-color-white ((,class (:foreground ,base))))
    `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
    `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))
    `(web-mode-constant-face ((,class (:inherit ,font-lock-constant-face))))
@@ -351,4 +352,4 @@
 ;; no-byte-compile: t
 ;; End:
 
-;;; spacemacs-theme.el ends here
+;;; spacemacs-light-theme.el ends here



reply via email to

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