diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 18:49:55 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 18:49:55 -0400 |
commit | 3f67af77abb04464415ea0668f8b0e131c8c6e5d (patch) | |
tree | 3273df94fb57a119dd10a9559b19179622289310 | |
parent | e16773b83edbff90c68ba5b714a09847776430d4 (diff) | |
download | dotfiles-3f67af77abb04464415ea0668f8b0e131c8c6e5d.tar.gz dotfiles-3f67af77abb04464415ea0668f8b0e131c8c6e5d.tar.bz2 dotfiles-3f67af77abb04464415ea0668f8b0e131c8c6e5d.zip |
Add Solarized theme
-rw-r--r-- | emacs.d/Drobillarized-theme.el | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/emacs.d/Drobillarized-theme.el b/emacs.d/Drobillarized-theme.el new file mode 100644 index 0000000..6482e3c --- /dev/null +++ b/emacs.d/Drobillarized-theme.el @@ -0,0 +1,132 @@ +(deftheme Drobillarized + "Subdued theme based on Solarized palette.") + +(custom-theme-set-variables + 'Drobillarized + ) + +(let (;; Background (dark) + (base03 "#002B36") + (base02 "#073642") + + ;; Content + (base01 "#586E75") + (base00 "#657B83") + (base0 "#839496") + (base1 "#93A1A1") + + ;; Background (light) + (base2 "#EEE8D5") + (base3 "#FDF6E3") + + ;; Basic colors + (yellow "#B58900") + (orange "#CB4B16") + (red "#DC322F") + (magenta "#D33682") + (violet "#6C71C4") + (blue "#268BD2") + (cyan "#2AA198") + (green "#859900") + + ;; Darker colors + (yellow-d "#7B6000") + (orange-d "#8B2C02") + (red-d "#990A1B") + (magenta-d "#93115C") + (violet-d "#3F4D91") + (blue-d "#00629D") + (cyan-d "#00736F") + (green-d "#546E00") + + ;; Lighter colors + (yellow-l "#DEB542") + (orange-l "#F2804F") + (red-l "#FF6E64") + (magenta-l "#F771AC") + (violet-l "#9EA0E5") + (blue-l "#69B7F0") + (cyan-l "#69CABF") + (green-l "#B4C342")) + + (custom-theme-set-faces + 'Drobillarized + `(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#C3D1D1" :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) |