summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-11-19 21:14:41 -0500
committerDavid Robillard <d@drobilla.net>2021-11-19 21:14:41 -0500
commit319af180428e549d385e199ed845ffca4bc45da8 (patch)
treeb768514798d2d399ebce99c90c0e8d49c0093bf6
parent24b27aaecb82ffca2acbb0378aba822f06a78f7f (diff)
downloaddotfiles-319af180428e549d385e199ed845ffca4bc45da8.tar.gz
dotfiles-319af180428e549d385e199ed845ffca4bc45da8.tar.bz2
dotfiles-319af180428e549d385e199ed845ffca4bc45da8.zip
Brighten mode line and fringe slightly
-rw-r--r--emacs/.emacs.d/drobillized-theme.el12
-rw-r--r--emacs/.emacs.d/init.el2
2 files changed, 7 insertions, 7 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index eec748c..327a5a8 100644
--- a/emacs/.emacs.d/drobillized-theme.el
+++ b/emacs/.emacs.d/drobillized-theme.el
@@ -120,7 +120,7 @@ Reload the theme after changing anything in this group."
`(font-lock-type-face ((t (:foreground ,green :weight normal))))
`(font-lock-variable-name-face ((t (:inherit default))))
`(font-lock-warning-face ((t (:foreground ,red))))
- `(fringe ((t (:background "#181818" :foreground "#444"))))
+ `(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))))
@@ -203,15 +203,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 "#222" :foreground "#AAA"))))
+ `(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 "#181818" :foreground "#666"))))
`(nobreak-space ((((class color) (min-colors 88)) (:inherit escape-glyph :underline t))))
- `(powerline-active1 ((t (:inherit mode-line :background "#181818"))))
- `(powerline-active2 ((t (:inherit mode-line :background "#141414"))))
- `(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#141414"))))
- `(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"))))
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 84d4220..c644804 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -186,7 +186,7 @@
'(cursor-in-non-selected-windows 'hollow)
'(custom-enabled-themes '(drobillized))
'(custom-safe-themes
- '("ab15a95a593ec98ab0ef9dd035aecc47021f4af5d2303173f7bf1125afb0a63a" default))
+ '("34dd19be0ae289b90ea8e6f3e33d588a54b7f734f122892bcfdbb2e45acded57" default))
'(delete-old-versions t)
'(delete-selection-mode t)
'(dired-omit-files "^\\.?#\\|^\\.$\\|^\\.\\.\\|^\\..*$")