From 05c76661b856924edf498bdd8189996455847412 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Nov 2017 13:06:17 +0100 Subject: Darken region colour --- emacs.d/drobillized-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))) -- cgit v1.2.1