summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-06 17:33:50 +0100
committerDavid Robillard <d@drobilla.net>2021-01-06 17:33:50 +0100
commit2119cbd5de46f5ab7cdaa6e31a439ad19cf97d6b (patch)
tree0e932897f6d241e236eb95c9dadab80ea4f9ab36
parent7d038898c7b554aa095002409158b3dc1fd0f15f (diff)
downloaddotfiles-2119cbd5de46f5ab7cdaa6e31a439ad19cf97d6b.tar.gz
dotfiles-2119cbd5de46f5ab7cdaa6e31a439ad19cf97d6b.tar.bz2
dotfiles-2119cbd5de46f5ab7cdaa6e31a439ad19cf97d6b.zip
Update theme
-rw-r--r--emacs/.emacs.d/drobillized-theme.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index 3fda628..41a9ec9 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -59,9 +59,9 @@ Reload the theme after changing anything in this group."
`(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))))
@@ -104,19 +104,19 @@ 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 :foreground ,base1))))
+ `(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 (:foreground "#CCC" :weight normal))))
`(font-lock-warning-face ((t (:foreground ,red))))
`(fringe ((((class color) (background dark)) (:background "grey15"))))
`(git-gutter:added ((t (:inherit diff-added))))