From b92fe7b838a58f47d535a5598f5a3a59977b1c77 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 7 Apr 2017 09:24:00 +0200 Subject: Use theme --- emacs.d/Drobillarized-theme.el | 137 ------------------------------- emacs.d/drobillized-theme.el | 177 +++++++++++++++++++++++++++++++++++++++++ emacs.d/init.el | 123 ++-------------------------- 3 files changed, 183 insertions(+), 254 deletions(-) delete mode 100644 emacs.d/Drobillarized-theme.el create mode 100644 emacs.d/drobillized-theme.el diff --git a/emacs.d/Drobillarized-theme.el b/emacs.d/Drobillarized-theme.el deleted file mode 100644 index 7210aef..0000000 --- a/emacs.d/Drobillarized-theme.el +++ /dev/null @@ -1,137 +0,0 @@ -(deftheme Drobillarized - "Subdued theme based on Solarized palette.") - -(defgroup drobillized nil - "Drobillized theme options. -Reload the theme after changing anything in this group." - :group 'faces) - -;; Background (dark) -(defcustom base03 "#002B36" "Dark base 3" :group 'drobillarized :type '(color)) -(defcustom base02 "#073642" "Dark base 2" :group 'drobillarized :type '(color)) - -;; Content -(defcustom base01 "#586E75" "Dark content 1" :group 'drobillarized :type '(color)) -(defcustom base00 "#657B83" "Dark content 0" :group 'drobillarized :type '(color)) -(defcustom base0 "#839496" "Light content 0" :group 'drobillarized :type '(color)) -(defcustom base1 "#93A1A1" "Light content 1" :group 'drobillarized :type '(color)) - -;; Background (light) -(defcustom base2 "#EEE8D5" "Light base 2" :group 'drobillarized :type '(color)) -(defcustom base3 "#FDF6E3" "Light base 3" :group 'drobillarized :type '(color)) - -;; Basic colors -(defcustom yellow "#B58900" "Yellow" :group 'drobillarized :type '(color)) -(defcustom orange "#CB4B16" "Orange" :group 'drobillarized :type '(color)) -(defcustom red "#DC322F" "Red" :group 'drobillarized :type '(color)) -(defcustom magenta "#D33682" "Magenta" :group 'drobillarized :type '(color)) -(defcustom violet "#6C71C4" "Violet" :group 'drobillarized :type '(color)) -(defcustom blue "#268BD2" "Blue" :group 'drobillarized :type '(color)) -(defcustom cyan "#2AA198" "Cyan" :group 'drobillarized :type '(color)) -(defcustom green "#859900" "Green" :group 'drobillarized :type '(color)) - -;; Darker colors -(defcustom yellow-d "#7B6000" "Dark yellow" :group 'drobillarized :type '(color)) -(defcustom orange-d "#8B2C02" "Dark orange" :group 'drobillarized :type '(color)) -(defcustom red-d "#990A1B" "Dark red" :group 'drobillarized :type '(color)) -(defcustom magenta-d "#93115C" "Dark magenta" :group 'drobillarized :type '(color)) -(defcustom violet-d "#3F4D91" "Dark violet" :group 'drobillarized :type '(color)) -(defcustom blue-d "#00629D" "Dark blue" :group 'drobillarized :type '(color)) -(defcustom cyan-d "#00736F" "Dark cyan" :group 'drobillarized :type '(color)) -(defcustom green-d "#546E00" "Dark green" :group 'drobillarized :type '(color)) - -;; Lighter colors -(defcustom yellow-l "#DEB542" "Light yellow" :group 'drobillarized :type '(color)) -(defcustom orange-l "#F2804F" "Light orange" :group 'drobillarized :type '(color)) -(defcustom red-l "#FF6E64" "Light red" :group 'drobillarized :type '(color)) -(defcustom magenta-l "#F771AC" "Light magenta" :group 'drobillarized :type '(color)) -(defcustom violet-l "#9EA0E5" "Light violet" :group 'drobillarized :type '(color)) -(defcustom blue-l "#69B7F0" "Light blue" :group 'drobillarized :type '(color)) -(defcustom cyan-l "#69CABF" "Light cyan" :group 'drobillarized :type '(color)) -(defcustom green-l "#B4C342" "Light green" :group 'drobillarized :type '(color)) - -(custom-theme-set-variables - 'Drobillarized - ) - -(custom-theme-set-faces - 'Drobillarized - `(default ((t (:inherit nil :stipple nil :background "#141414" :foreground ,drobillized-default :box nil :inverse-video nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 120 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) - `(bold ((t (:weight bold)))) - `(compilation-column-number ((t (:foreground ,base00)))) - `(cursor ((t (:background ,base2)))) - `(diff-added ((t (:foreground ,green)))) - `(diff-file-header ((((class color) (min-colors 88) (background dark)) (:weight bold)))) - `(diff-header ((((class color) (min-colors 88) (background dark)) (:foreground ,violet)))) - `(diff-refine-added ((t (:inherit diff-refine-change :foreground ,green)))) - `(diff-refine-change ((t (:background ,base02)))) - `(diff-refine-removed ((t (:inherit diff-refine-change :foreground ,red)))) - `(diff-removed ((t (:foreground ,red)))) - `(dired-directory ((t (:foreground ,blue)))) - `(diredp-compressed-file-suffix ((t (:foreground ,base0)))) - `(diredp-date-time ((t (:foreground ,violet)))) - `(diredp-dir-heading ((t (:foreground ,green-l)))) - `(diredp-dir-name ((t (:foreground ,blue-d)))) - `(diredp-dir-priv ((t (:foreground ,blue-d)))) - `(diredp-exec-priv ((t (:foreground ,green)))) - `(diredp-file-name ((t (:foreground "gray90")))) - `(diredp-file-suffix ((t (:foreground "gray70")))) - `(diredp-ignored-file-name ((t (:foreground ,base0)))) - `(diredp-no-priv ((t nil))) - `(diredp-number ((t (:foreground "gray50")))) - `(diredp-rare-priv ((t (:foreground ,blue-l)))) - `(diredp-read-priv ((t (:foreground "gray70")))) - `(diredp-symlink ((t (:foreground ,cyan)))) - `(diredp-write-priv ((t (:foreground "gray90")))) - `(erc-action-face ((t (:slant italic)))) - `(erc-current-nick-face ((t (:foreground ,cyan :weight bold)))) - `(erc-input-face ((t (:foreground ,orange)))) - `(erc-my-nick-face ((t (:foreground ,orange :weight bold)))) - `(erc-nick-default-face ((t (:foreground "#A3B1B1")))) - `(erc-notice-face ((t (:foreground ,violet)))) - `(erc-timestamp-face ((t (:foreground ,green)))) - `(error ((t (:foreground ,red :weight bold)))) - `(escape-glyph ((((background dark)) (:foreground ,cyan)))) - `(font-lock-comment-face ((t (:foreground ,violet)))) - `(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) - `(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet)))) - `(font-lock-function-name-face ((t (:foreground ,cyan)))) - `(font-lock-keyword-face ((t (:foreground "#839496")))) - `(font-lock-preprocessor-face ((nil (:foreground ,magenta)))) - `(font-lock-string-face ((t (:foreground ,orange)))) - `(font-lock-type-face ((t (:foreground ,green)))) - `(font-lock-variable-name-face ((t (:foreground "#E3F1F1")))) - `(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground ,red :weight bold)))) - `(fringe ((((class color) (background dark)) (:background "grey25")))) - `(header-line ((t (:inherit mode-line)))) - `(link ((((class color) (min-colors 88) (background dark)) (:foreground ,blue :inverse-video nil :underline t)))) - `(link-visited ((default (:inherit link)) (((class color) (background dark)) (:foreground ,violet)))) - `(magit-diff-added ((t (:foreground ,green)))) - `(magit-diff-added-highlight ((t (:foreground ,green)))) - `(magit-diff-context ((t (:foreground "grey70")))) - `(magit-diff-context-highlight ((t (:foreground "grey80")))) - `(magit-diff-hunk-heading ((t (:foreground ,violet)))) - `(magit-diff-hunk-heading-highlight ((t (:foreground ,violet :weight bold)))) - `(magit-diff-removed ((t (:foreground ,red)))) - `(magit-diff-removed-highlight ((t (:foreground ,red-l)))) - `(magit-section-heading ((t (:foreground ,green :weight bold)))) - `(magit-section-highlight ((t (:background "grey15")))) - `(minibuffer-prompt ((((background dark)) (:foreground "white")))) - `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box (:line-width 2 :color "#1A1A1A"))))) - `(mode-line-inactive ((t (:inherit mode-line :background "#111" :foreground "#4F5352" :box (:line-width 2 :color "#141414"))))) - `(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) - `(powerline-active1 ((t (:inherit mode-line :background "#272A2A")))) - `(powerline-active2 ((t (:inherit mode-line :background "#2D3232")))) - `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#272A2A")))) - `(region ((t (:background ,green-d)))) - `(smerge-refined-change ((t (:background "gray20")))) - `(spaceline-highlight-face ((t (:background "#272A2A" :foreground "#FFFFFF" :inherit (quote mode-line))))) - `(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line))))) - `(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line))))) - `(warning ((t (:foreground ,yellow :weight bold)))) - `(whitespace-newline ((t (:foreground "grey20" :weight normal)))) - `(whitespace-space ((t (:foreground "grey20")))) - `(whitespace-tab ((t (:foreground "grey20")))) - `(erc-prompt-face ((t (:foreground ,base3 :weight bold))))) - -(provide-theme 'Drobillarized) diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el new file mode 100644 index 0000000..88bd858 --- /dev/null +++ b/emacs.d/drobillized-theme.el @@ -0,0 +1,177 @@ +(deftheme drobillized + "Subdued theme based on Solarized palette.") + +(defgroup drobillized nil + "Drobillized theme options. +Reload the theme after changing anything in this group." + :group 'faces) + +;; Background (dark) +(defcustom base03 "#002B36" "Dark base 3" :group 'drobillized :type '(color)) +(defcustom base02 "#073642" "Dark base 2" :group 'drobillized :type '(color)) + +;; Content +(defcustom base01 "#586E75" "Dark content 1" :group 'drobillized :type '(color)) +(defcustom base00 "#657B83" "Dark content 0" :group 'drobillized :type '(color)) +(defcustom base0 "#839496" "Light content 0" :group 'drobillized :type '(color)) +(defcustom base1 "#93A1A1" "Light content 1" :group 'drobillized :type '(color)) + +;; Background (light) +(defcustom base2 "#EEE8D5" "Light base 2" :group 'drobillized :type '(color)) +(defcustom base3 "#FDF6E3" "Light base 3" :group 'drobillized :type '(color)) + +;; Basic colors +(defcustom yellow "#B58900" "Yellow" :group 'drobillized :type '(color)) +(defcustom orange "#CB4B16" "Orange" :group 'drobillized :type '(color)) +(defcustom red "#DC322F" "Red" :group 'drobillized :type '(color)) +(defcustom magenta "#D33682" "Magenta" :group 'drobillized :type '(color)) +(defcustom violet "#6C71C4" "Violet" :group 'drobillized :type '(color)) +(defcustom blue "#268BD2" "Blue" :group 'drobillized :type '(color)) +(defcustom cyan "#2AA198" "Cyan" :group 'drobillized :type '(color)) +(defcustom green "#859900" "Green" :group 'drobillized :type '(color)) + +;; Darker colors +(defcustom yellow-d "#7B6000" "Dark yellow" :group 'drobillized :type '(color)) +(defcustom orange-d "#8B2C02" "Dark orange" :group 'drobillized :type '(color)) +(defcustom red-d "#990A1B" "Dark red" :group 'drobillized :type '(color)) +(defcustom magenta-d "#93115C" "Dark magenta" :group 'drobillized :type '(color)) +(defcustom violet-d "#3F4D91" "Dark violet" :group 'drobillized :type '(color)) +(defcustom blue-d "#00629D" "Dark blue" :group 'drobillized :type '(color)) +(defcustom cyan-d "#00736F" "Dark cyan" :group 'drobillized :type '(color)) +(defcustom green-d "#546E00" "Dark green" :group 'drobillized :type '(color)) + +;; Lighter colors +(defcustom yellow-l "#DEB542" "Light yellow" :group 'drobillized :type '(color)) +(defcustom orange-l "#F2804F" "Light orange" :group 'drobillized :type '(color)) +(defcustom red-l "#FF6E64" "Light red" :group 'drobillized :type '(color)) +(defcustom magenta-l "#F771AC" "Light magenta" :group 'drobillized :type '(color)) +(defcustom violet-l "#9EA0E5" "Light violet" :group 'drobillized :type '(color)) +(defcustom blue-l "#69B7F0" "Light blue" :group 'drobillized :type '(color)) +(defcustom cyan-l "#69CABF" "Light cyan" :group 'drobillized :type '(color)) +(defcustom green-l "#B4C342" "Light green" :group 'drobillized :type '(color)) + +(custom-theme-set-variables + 'drobillized + ) + +(custom-theme-set-faces + 'drobillized + `(bold ((t (:weight bold)))) + `(compilation-column-number ((t (:foreground "grey40")))) + `(cursor ((t (:background "grey80")))) + `(custom-state ((t (:foreground ,green)))) + `(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) + `(diff-added ((t (:foreground ,green)))) + `(diff-file-header ((((class color) (min-colors 88) (background dark)) (:weight bold)))) + `(diff-header ((((class color) (min-colors 88) (background dark)) (:foreground ,violet)))) + `(diff-refine-added ((t (:inherit diff-refine-change :foreground "green")))) + `(diff-refine-change ((t (:background "grey15"))) t) + `(diff-refine-changed ((t (:background "grey15")))) + `(diff-refine-removed ((t (:inherit diff-refine-change :foreground "red")))) + `(diff-removed ((t (:foreground ,red-d)))) + `(dired-directory ((t (:foreground ,blue)))) + `(diredp-compressed-file-suffix ((t (:foreground "grey50")))) + `(diredp-date-time ((t (:foreground ,violet)))) + `(diredp-dir-heading ((t (:foreground ,green)))) + `(diredp-dir-name ((t (:foreground ,blue)))) + `(diredp-dir-priv ((t (:foreground ,blue-l)))) + `(diredp-exec-priv ((t (:foreground ,green)))) + `(diredp-file-name ((t (:inherit default)))) + `(diredp-file-suffix ((t (:foreground "grey70")))) + `(diredp-ignored-file-name ((t (:foreground ,base01)))) + `(diredp-no-priv ((t nil))) + `(diredp-number ((t (:foreground "grey50")))) + `(diredp-rare-priv ((t (:foreground ,cyan-l)))) + `(diredp-read-priv ((t (:foreground "grey70")))) + `(diredp-symlink ((t (:foreground ,cyan)))) + `(diredp-write-priv ((t (:foreground "grey90")))) + `(erc-action-face ((t (:slant italic)))) + `(erc-current-nick-face ((t (:foreground ,cyan :weight bold)))) + `(erc-input-face ((t (:foreground ,orange)))) + `(erc-my-nick-face ((t (:foreground ,orange :weight bold)))) + `(erc-nick-default-face ((t (:foreground "#A3B1B1")))) + `(erc-notice-face ((t (:foreground ,violet)))) + `(erc-prompt-face ((t (:foreground "white" :weight bold)))) + `(erc-timestamp-face ((t (:foreground ,green)))) + `(error ((t (:foreground ,red :weight bold)))) + `(escape-glyph ((((background dark)) (:foreground "cyan")))) + `(eshell-prompt ((t (:foreground ,green :weight bold)))) + `(font-latex-italic-face ((t (:inherit italic :foreground ,green)))) + `(font-latex-math-face ((t (:foreground ,red)))) + `(font-latex-sectioning-5-face ((t (:inherit nil :foreground ,yellow :weight bold)))) + `(font-latex-sedate-face ((t (:foreground ,cyan-d)))) + `(font-latex-string-face ((t (:foreground ,orange)))) + `(font-latex-warning-face ((t (:inherit bold :foreground ,red)))) + `(font-lock-comment-face ((t (:foreground ,violet)))) + `(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) + `(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet)))) + `(font-lock-function-name-face ((t (:foreground ,cyan)))) + `(font-lock-keyword-face ((t (:foreground ,base0)))) + `(font-lock-preprocessor-face ((nil (:foreground ,magenta)))) + `(font-lock-string-face ((t (:foreground ,orange)))) + `(font-lock-type-face ((t (:foreground ,green)))) + `(font-lock-variable-name-face ((t (:foreground "#E3F1F1")))) + `(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground ,red :weight bold)))) + `(fringe ((((class color) (background dark)) (:background "grey25")))) + `(ggtags-global-line ((t (:inherit secondary-selection)))) + `(header-line ((t (:inherit mode-line)))) + `(highlight-beyond-fill-column-face ((t (:background ,red-d)))) + `(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground ,green)))) + `(ivy-current-match ((t (:background "#546E00")))) + `(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground ,red)))) + `(ivy-minibuffer-match-face-1 ((t (:background "#222")))) + `(ivy-minibuffer-match-face-2 ((t (:background "#444" :weight bold)))) + `(ivy-minibuffer-match-face-3 ((t (:background ,violet-d :weight bold)))) + `(ivy-minibuffer-match-face-4 ((t (:background ,magenta-d :weight bold)))) + `(ivy-remote ((t (:foreground ,violet)))) + `(jabber-chat-prompt-foreign ((t (:foreground ,cyan-d :weight bold)))) + `(jabber-chat-prompt-local ((t (:foreground ,green :weight bold)))) + `(jabber-rare-time-face ((t (:foreground ,violet :weight bold)))) + `(jabber-roster-user-away ((t (:foreground ,green-d :slant italic :weight normal)))) + `(jabber-roster-user-online ((t (:foreground ,green-l :slant normal :weight bold)))) + `(jabber-title-large ((t (:foreground "white" :weight bold)))) + `(jabber-title-medium ((t (:weight bold :height 1.0 :width expanded)))) + `(link ((((class color) (min-colors 88) (background dark)) (:foreground ,blue :inverse-video nil :underline t)))) + `(link-visited ((default (:inherit link)) (((class color) (background dark)) (:foreground ,violet)))) + `(magit-branch-current ((t (:inherit magit-branch-local :box 1)))) + `(magit-branch-local ((t (:foreground ,cyan-l)))) + `(magit-diff-added ((t (:foreground ,green)))) + `(magit-diff-added-highlight ((t (:foreground ,green)))) + `(magit-diff-context ((t (:foreground "grey70")))) + `(magit-diff-context-highlight ((t (:foreground "grey80")))) + `(magit-diff-hunk-heading ((t (:foreground ,violet)))) + `(magit-diff-hunk-heading-highlight ((t (:foreground ,violet :weight bold)))) + `(magit-diff-removed ((t (:foreground ,red)))) + `(magit-diff-removed-highlight ((t (:foreground "red")))) + `(magit-item-highlight ((t (:background "grey15")))) + `(magit-section-heading ((t (:foreground ,green :weight bold)))) + `(magit-section-highlight ((t (:background "grey15")))) + `(minibuffer-prompt ((((background dark)) (:foreground "white")))) + `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box (:line-width 2 :color "#1A1A1A"))))) + `(mode-line-buffer-id ((t (:weight bold)))) + `(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "red")))) + `(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "#424747")))) + `(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) + `(powerline-active1 ((t (:inherit mode-line :background "#222727")))) + `(powerline-active2 ((t (:inherit mode-line :background "#2D3232")))) + `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#121717")))) + `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#1D2222")))) + `(region ((t (:background "#455900")))) + `(secondary-selection ((t (:background "#344E00")))) + `(smerge-refined-change ((t (:background "grey20"))) t) + `(smerge-refined-changed ((t (:background "grey20")))) + `(spaceline-highlight-face ((t (:background "#272A2A" :foreground "#FFFFFF" :inherit (quote mode-line))))) + `(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line))))) + `(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line))))) + `(success ((t (:foreground ,green :weight bold)))) + `(warning ((t (:foreground ,yellow :weight bold)))) + `(whitespace-indentation ((t (:foreground "grey20")))) + `(whitespace-newline ((t (:foreground "grey20" :weight normal)))) + `(whitespace-space ((t (:foreground "grey20")))) + `(whitespace-space-after-tab ((t (:foreground "grey20")))) + `(whitespace-tab ((t (:foreground "grey20")))) + `(woman-addition ((t (:inherit font-lock-builtin-face :foreground ,blue)))) + `(woman-bold ((t (:inherit bold :foreground ,green)))) + `(woman-italic ((t (:inherit italic :slant italic))))) + +(provide-theme 'drobillized) diff --git a/emacs.d/init.el b/emacs.d/init.el index b2fd342..8007008 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -97,6 +97,10 @@ '(column-number-mode t) '(compilation-scroll-output t) '(cursor-in-non-selected-windows (quote hollow)) + '(custom-enabled-themes (quote (drobillized))) + '(custom-safe-themes + (quote + ("d29fac0d9dea908c1353c00f4cdc5659c4e8b800405ce55652ae446f08819c32" default))) '(delete-old-versions t) '(dired-listing-switches "-al --time-style=long-iso") '(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$") @@ -193,128 +197,13 @@ '(version-control t)) ;;; Colours + (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - '(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))) - '(bold ((t (:weight bold)))) - '(compilation-column-number ((t (:foreground "grey40")))) - '(cursor ((t (:background "grey80")))) - '(custom-state ((t (:foreground "#859900")))) - '(diff-added ((t (:foreground "#859900")))) - '(diff-file-header ((((class color) (min-colors 88) (background dark)) (:weight bold)))) - '(diff-header ((((class color) (min-colors 88) (background dark)) (:foreground "#6C71C4")))) - '(diff-refine-added ((t (:inherit diff-refine-change :foreground "green")))) - '(diff-refine-change ((t (:background "grey15"))) t) - '(diff-refine-changed ((t (:background "grey15")))) - '(diff-refine-removed ((t (:inherit diff-refine-change :foreground "red")))) - '(diff-removed ((t (:foreground "#D30102")))) - '(dired-directory ((t (:foreground "#268BD2")))) - '(diredp-compressed-file-suffix ((t (:foreground "grey50")))) - '(diredp-date-time ((t (:foreground "#6c71c4")))) - '(diredp-dir-heading ((t (:foreground "#4E9A06")))) - '(diredp-dir-name ((t (:foreground "#268BD2")))) - '(diredp-dir-priv ((t (:foreground "#3465A4")))) - '(diredp-exec-priv ((t (:foreground "#859900")))) - '(diredp-file-name ((t (:foreground "grey90")))) - '(diredp-file-suffix ((t (:foreground "grey70")))) - '(diredp-ignored-file-name ((t (:foreground "#586E75")))) - '(diredp-no-priv ((t nil))) - '(diredp-number ((t (:foreground "grey50")))) - '(diredp-rare-priv ((t (:foreground "#32E2E2")))) - '(diredp-read-priv ((t (:foreground "grey70")))) - '(diredp-symlink ((t (:foreground "#32E2E2")))) - '(diredp-write-priv ((t (:foreground "grey90")))) - '(erc-action-face ((t (:slant italic)))) - '(erc-current-nick-face ((t (:foreground "#2AA198" :weight bold)))) - '(erc-input-face ((t (:foreground "#CB4B16")))) - '(erc-my-nick-face ((t (:foreground "#CB4B16" :weight bold)))) - '(erc-nick-default-face ((t (:foreground "#A3B1B1")))) - '(erc-notice-face ((t (:foreground "#6C71C4")))) - '(erc-prompt-face ((t (:foreground "white" :weight bold)))) - '(erc-timestamp-face ((t (:foreground "#859900")))) - '(error ((t (:foreground "#DC322F" :weight bold)))) - '(escape-glyph ((((background dark)) (:foreground "cyan")))) - '(eshell-prompt ((t (:foreground "#859900" :weight bold)))) - '(font-latex-italic-face ((t (:inherit italic :foreground "#859900")))) - '(font-latex-math-face ((t (:foreground "#DC322F")))) - '(font-latex-sectioning-5-face ((t (:inherit nil :foreground "#B58900" :weight bold)))) - '(font-latex-sedate-face ((t (:foreground "#2aa198")))) - '(font-latex-string-face ((t (:foreground "#F2804F")))) - '(font-latex-warning-face ((t (:inherit bold :foreground "#FF6E64")))) - '(font-lock-comment-face ((t (:foreground "#6c71c4")))) - '(font-lock-constant-face ((((class color) (min-colors 88) (background dark)) (:weight bold)))) - '(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground "#6C71C4")))) - '(font-lock-function-name-face ((t (:foreground "#2aa198")))) - '(font-lock-keyword-face ((t (:foreground "#839496")))) - '(font-lock-preprocessor-face ((nil (:foreground "#D33682")))) - '(font-lock-string-face ((t (:foreground "#CB4B16")))) - '(font-lock-type-face ((t (:foreground "#859900")))) - '(font-lock-variable-name-face ((t (:foreground "#E3F1F1")))) - '(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground "#D30102" :weight bold)))) - '(fringe ((((class color) (background dark)) (:background "grey25")))) - '(ggtags-global-line ((t (:inherit secondary-selection)))) - '(header-line ((t (:inherit mode-line)))) - '(highlight-beyond-fill-column-face ((t (:background "#530102")))) - '(ivy-confirm-face ((t (:inherit minibuffer-prompt :foreground "#859900")))) - '(ivy-current-match ((t (:background "#546E00")))) - '(ivy-match-required-face ((t (:inherit minibuffer-prompt :foreground "#DC322F")))) - '(ivy-minibuffer-match-face-1 ((t (:background "#222")))) - '(ivy-minibuffer-match-face-2 ((t (:background "#444" :weight bold)))) - '(ivy-minibuffer-match-face-3 ((t (:background "#3F4D91" :weight bold)))) - '(ivy-minibuffer-match-face-4 ((t (:background "#93115C" :weight bold)))) - '(ivy-remote ((t (:foreground "#6C71C4")))) - '(jabber-chat-prompt-foreign ((t (:foreground "#00736F" :weight bold)))) - '(jabber-chat-prompt-local ((t (:foreground "#859900" :weight bold)))) - '(jabber-rare-time-face ((t (:foreground "#6C71C4" :weight bold)))) - '(jabber-roster-user-away ((t (:foreground "#546E00" :slant italic :weight normal)))) - '(jabber-roster-user-online ((t (:foreground "#00629D" :slant normal :weight bold)))) - '(jabber-title-large ((t (:foreground "white" :weight bold)))) - '(jabber-title-medium ((t (:weight bold :height 1.0 :width expanded)))) - '(link ((((class color) (min-colors 88) (background dark)) (:foreground "#268BD2" :inverse-video nil :underline t)))) - '(link-visited ((default (:inherit link)) (((class color) (background dark)) (:foreground "#6C71C4")))) - '(magit-branch-current ((t (:inherit magit-branch-local :box 1)))) - '(magit-branch-local ((t (:foreground "#69CABF")))) - '(magit-diff-added ((t (:foreground "#657900")))) - '(magit-diff-added-highlight ((t (:foreground "#859900")))) - '(magit-diff-context ((t (:foreground "grey70")))) - '(magit-diff-context-highlight ((t (:foreground "grey80")))) - '(magit-diff-hunk-heading ((t (:foreground "#6C71C4")))) - '(magit-diff-hunk-heading-highlight ((t (:foreground "#6C71C4" :weight bold)))) - '(magit-diff-removed ((t (:foreground "#955353")))) - '(magit-diff-removed-highlight ((t (:foreground "#cc221f")))) - '(magit-item-highlight ((t (:background "grey15")))) - '(magit-section-heading ((t (:foreground "#859900" :weight bold)))) - '(magit-section-highlight ((t (:background "grey15")))) - '(minibuffer-prompt ((((background dark)) (:foreground "white")))) - '(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box (:line-width 2 :color "#1A1A1A"))))) - '(mode-line-buffer-id ((t (:weight bold)))) - '(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "red")))) - '(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "#424747")))) - '(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) - '(powerline-active1 ((t (:inherit mode-line :background "#222727")))) - '(powerline-active2 ((t (:inherit mode-line :background "#2D3232")))) - '(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#121717")))) - '(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#1D2222")))) - '(region ((t (:background "#253900")))) - '(secondary-selection ((t (:background "#344E00")))) - '(smerge-refined-change ((t (:background "grey20"))) t) - '(smerge-refined-changed ((t (:background "grey20")))) - '(spaceline-highlight-face ((t (:background "#272A2A" :foreground "#FFFFFF" :inherit (quote mode-line))))) - '(spaceline-modified ((t (:background "#A66" :foreground "#3E3D31" :inherit (quote mode-line))))) - '(spaceline-unmodified ((t (:background "#777" :foreground "#3E3D31" :inherit (quote mode-line))))) - '(success ((t (:foreground "#859900" :weight bold)))) - '(warning ((t (:foreground "#B58900" :weight bold)))) - '(whitespace-indentation ((t (:foreground "grey20")))) - '(whitespace-newline ((t (:foreground "grey20" :weight normal)))) - '(whitespace-space ((t (:foreground "grey20")))) - '(whitespace-space-after-tab ((t (:foreground "grey20")))) - '(whitespace-tab ((t (:foreground "grey20")))) - '(woman-addition ((t (:inherit font-lock-builtin-face :foreground "#268BD2")))) - '(woman-bold ((t (:inherit bold :foreground "#859900")))) - '(woman-italic ((t (:inherit italic :slant italic))))) + ) ;;; Windows -- cgit v1.2.1