From 5f9996b0763c68d538f5cbf8abe9b1abf20f1cee Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Dec 2017 17:58:52 +0100 Subject: Polish theme --- emacs.d/drobillized-theme.el | 17 ++++++++++------- emacs.d/init.el | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el index 5d50334..1a5b240 100644 --- a/emacs.d/drobillized-theme.el +++ b/emacs.d/drobillized-theme.el @@ -59,6 +59,7 @@ 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-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)))) @@ -102,12 +103,13 @@ Reload the theme after changing anything in this group." `(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-builtin-face ((t (:foreground ,blue-l)))) - `(font-lock-comment-face ((t (:foreground ,violet)))) - `(font-lock-constant-face ((t (:foreground "#93A1A1")))) + `(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 (:foreground ,cyan :weight normal)))) - `(font-lock-keyword-face ((t (:foreground "#738181" :weight bold)))) + `(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-type-face ((t (:foreground ,green :weight normal)))) @@ -193,8 +195,8 @@ Reload the theme after changing anything in this group." `(minibuffer-prompt ((((background dark)) (:foreground "white")))) `(mode-line ((t (:background "#2D3232" :foreground "#AFB3B2" :box nil)))) `(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")))) + `(mode-line-buffer-id-inactive ((t (:inherit mode-line-buffer-id :foreground "gray30")))) + `(mode-line-inactive ((t (:inherit mode-line :background "#222727" :foreground "gray30")))) `(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t)))) `(powerline-active0 ((t (:inherit mode-line :background "#121717")))) `(powerline-active1 ((t (:inherit mode-line :background "#222727")))) @@ -225,6 +227,7 @@ Reload the theme after changing anything in this group." `(whitespace-space ((t (:foreground "grey20")))) `(whitespace-space-after-tab ((t (:foreground "grey20")))) `(whitespace-tab ((t (:foreground "grey20")))) + `(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))))) diff --git a/emacs.d/init.el b/emacs.d/init.el index b5bd88f..5043e92 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -119,7 +119,7 @@ '(custom-enabled-themes (quote (drobillized))) '(custom-safe-themes (quote - ("7d43c7d8df6de48944dd8c2dff6fc12083cbca821e161a73d06e4de2a9c210f2" default))) + ("c2616934f29a24eded08ab10db3615ba9fa6b91ce0427dd53700d43f94705f42" default))) '(delete-old-versions t) '(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$") '(diredp-hide-details-initially-flag t) -- cgit v1.2.1