summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el49
1 files changed, 25 insertions, 24 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index 3fda628..b1ce414 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -56,22 +56,23 @@ Reload the theme after changing anything in this group."
(custom-theme-set-faces
'drobillized
+ `(Man-overstrike ((t (:inherit bold :foreground ,green))))
+ `(Man-underline ((t (:foreground ,yellow))))
`(bold ((t (:weight bold))))
`(compilation-column-number ((t (:foreground "grey40"))))
`(cursor ((t (:background "grey80"))))
- `(custom-button ((t (:background "#2D3232" :foreground "#DDD" :box (:line-width 2 :style released-button)))))
+ `(custom-button ((t (:background "#2D3232" :foreground "#CCC" :box (:line-width 2 :style released-button)))))
`(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"))))
+ `(default ((t (:inherit nil :stipple nil :background "#141414" :foreground "#EEE" :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-hl-change ((t (:background "#263059" :foreground ,violet))))
`(diff-hl-delete ((t (:inherit diff-removed :background "#660713" :foreground ,red))))
`(diff-hl-insert ((t (:inherit diff-added :background "#314000" :foreground ,green))))
- `(diff-refine-added ((t (:inherit diff-refine-change :foreground ,green))))
- `(diff-refine-change ((t (:background "grey10"))) t)
- `(diff-refine-changed ((t (:background "grey10"))))
- `(diff-refine-removed ((t (:inherit diff-refine-change :foreground ,red))))
+ `(diff-refine-added ((t (:inherit diff-refine-changed :foreground ,green))))
+ `(diff-refine-changed ((t (:background "grey15"))))
+ `(diff-refine-removed ((t (:inherit diff-refine-changed :foreground ,red))))
`(diff-removed ((t (:foreground ,red-d))))
`(dired-directory ((t (:foreground ,blue))))
`(diredp-compressed-file-suffix ((t (:foreground "grey50"))))
@@ -104,21 +105,21 @@ Reload the theme after changing anything in this group."
`(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-string-face ((t (:foreground ,base1))))
`(font-latex-warning-face ((t (:inherit bold :foreground ,red))))
`(font-lock-builtin-face ((t (:foreground ,green))))
`(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
`(font-lock-comment-face ((t (:foreground ,violet :slant normal))))
`(font-lock-constant-face ((t (:foreground ,base1))))
`(font-lock-doc-face ((t (:inherit font-lock-string-face :foreground ,violet))))
- `(font-lock-function-name-face ((t (:inherit default :foreground "#C3D1D1"))))
- `(font-lock-keyword-face ((t (:foreground ,base00 :weight bold))))
- `(font-lock-preprocessor-face ((nil (:foreground ,magenta))))
- `(font-lock-string-face ((t (:foreground ,orange))))
+ `(font-lock-function-name-face ((t (:inherit default))))
+ `(font-lock-keyword-face ((t (:foreground ,base1))))
+ `(font-lock-preprocessor-face ((nil (:foreground ,base00))))
+ `(font-lock-string-face ((t (:foreground ,magenta))))
`(font-lock-type-face ((t (:foreground ,green :weight normal))))
- `(font-lock-variable-name-face ((t (:foreground "#E3F1F1" :weight normal))))
+ `(font-lock-variable-name-face ((t (:inherit default))))
`(font-lock-warning-face ((t (:foreground ,red))))
- `(fringe ((((class color) (background dark)) (:background "grey15"))))
+ `(fringe ((t (:background "#202020" :foreground "#444"))))
`(git-gutter:added ((t (:inherit diff-added))))
`(git-gutter:deleted ((t (:inherit diff-removed))))
`(git-gutter:modified ((t (:foreground ,magenta))))
@@ -201,17 +202,15 @@ Reload the theme after changing anything in this group."
`(magit-tag ((t (:foreground ,yellow))))
`(magit-section-highlight ((t (:background "grey15"))))
`(minibuffer-prompt ((((background dark)) (:foreground "white"))))
- `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box nil))))
+ `(mode-line ((t (:background "#282828" :foreground "#AAA"))))
`(mode-line-buffer-id ((t (:weight bold))))
`(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "gray30"))))
- `(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "gray30"))))
+ `(mode-line-inactive ((t (:inherit mode-line :background "#181818" :foreground "#666"))))
`(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t))))
- `(powerline-active0 ((t (:inherit mode-line :background "#151A1C"))))
- `(powerline-active1 ((t (:inherit mode-line :background "#1B2022"))))
- `(powerline-active2 ((t (:inherit mode-line :background "#141414"))))
- `(powerline-inactive0 ((t (:inherit mode-line-inactive :background "#03080A"))))
- `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#0B1012"))))
- `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#141414"))))
+ `(powerline-active1 ((t (:inherit mode-line :background "#202020"))))
+ `(powerline-active2 ((t (:inherit mode-line :background "#181818"))))
+ `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#101010"))))
+ `(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#181818"))))
`(rainbow-delimiters-depth-1-face ((t (:inherit rainbow-delimiters-base-face :foreground "#93A1A1"))))
`(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8BA898"))))
`(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "#8391A1"))))
@@ -223,8 +222,7 @@ Reload the theme after changing anything in this group."
`(rainbow-delimiters-depth-9-face ((t (:inherit rainbow-delimiters-base-face :foreground "#536171"))))
`(region ((t (:background "#152900"))))
`(secondary-selection ((t (:background "#344E00"))))
- `(smerge-refined-change ((t (:background "grey10"))) t)
- `(smerge-refined-changed ((t (:background "grey10"))))
+ `(smerge-refined-changed ((t (:background "grey20"))))
`(smerge-refined-removed ((t (:inherit smerge-refined-change :foreground ,red))))
`(smerge-base ((t (:foreground ,green))) t)
`(smerge-lower ((t (:foreground ,orange))) t)
@@ -243,6 +241,9 @@ Reload the theme after changing anything in this group."
`(widget-field ((t (:background "#222" :box (:line-width 2 :color "#555")))))
`(woman-addition ((t (:inherit font-lock-builtin-face :foreground ,blue))))
`(woman-bold ((t (:inherit bold :foreground ,green))))
- `(woman-italic ((t (:inherit italic :slant italic)))))
+ `(woman-italic ((t (:inherit italic :slant italic))))
+ `(window-divider ((t (:foreground "#151A1C"))))
+ `(window-divider-first-pixel ((t (:foreground "#444"))))
+ `(window-divider-last-pixel ((t (:foreground "#444")))))
(provide-theme 'drobillized)