summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/drobillized-theme.el
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-08 14:54:26 -0400
committerDavid Robillard <d@drobilla.net>2021-05-08 14:54:26 -0400
commit4dab29daa805fef4b5fe0ad4d577dfebc6ba6d0b (patch)
tree77d677cce79b2be27e57a236a30789a04f23dc73 /emacs/.emacs.d/drobillized-theme.el
parent5cbf33d1ad2e2d7a640f259032453ba3df014d47 (diff)
downloaddotfiles-4dab29daa805fef4b5fe0ad4d577dfebc6ba6d0b.tar.gz
dotfiles-4dab29daa805fef4b5fe0ad4d577dfebc6ba6d0b.tar.bz2
dotfiles-4dab29daa805fef4b5fe0ad4d577dfebc6ba6d0b.zip
Remove line between windows
Diffstat (limited to 'emacs/.emacs.d/drobillized-theme.el')
-rw-r--r--emacs/.emacs.d/drobillized-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/drobillized-theme.el b/emacs/.emacs.d/drobillized-theme.el
index 2c89352..880f512 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 (:foreground "#CCC" :weight normal))))
`(font-lock-warning-face ((t (:foreground ,red))))
- `(fringe ((t (:background "#151A1C" :foreground "#888"))))
+ `(fringe ((t (:background "#1B2022" :foreground "#888"))))
`(git-gutter:added ((t (:inherit diff-added))))
`(git-gutter:deleted ((t (:inherit diff-removed))))
`(git-gutter:modified ((t (:foreground ,magenta))))