summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-11-19 13:06:17 +0100
committerDavid Robillard <d@drobilla.net>2017-11-19 13:06:17 +0100
commit05c76661b856924edf498bdd8189996455847412 (patch)
tree75223751cf1d749a3812a2e30079a16414386976
parentbea37d3f839262bca12585c412b3d513a994789d (diff)
downloaddotfiles-05c76661b856924edf498bdd8189996455847412.tar.gz
dotfiles-05c76661b856924edf498bdd8189996455847412.tar.bz2
dotfiles-05c76661b856924edf498bdd8189996455847412.zip
Darken region colour
-rw-r--r--emacs.d/drobillized-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/drobillized-theme.el b/emacs.d/drobillized-theme.el
index 92c110d..a2bfa35 100644
--- a/emacs.d/drobillized-theme.el
+++ b/emacs.d/drobillized-theme.el
@@ -195,7 +195,7 @@ Reload the theme after changing anything in this group."
`(powerline-active2 ((t (:inherit mode-line :background "#2D3232"))))
`(powerline-inactive1 ((t (:inherit mode-line-inactive :background "#121717"))))
`(powerline-inactive2 ((t (:inherit mode-line-inactive :background "#1D2222"))))
- `(region ((t (:background "#455900"))))
+ `(region ((t (:background "#354900"))))
`(secondary-selection ((t (:background "#344E00"))))
`(smerge-refined-change ((t (:background "grey20"))) t)
`(smerge-refined-changed ((t (:background "grey20"))))