From b9a16108f8d27f2c9e401be89e13d3de0c1b9478 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 31 Jan 2020 13:50:29 -0800 Subject: Tramp/Projectile/Ivy(Rich) slowness fix, misc improvements --- emacs/themes/acme-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs/themes') diff --git a/emacs/themes/acme-theme.el b/emacs/themes/acme-theme.el index 37dc7c1..317fe56 100644 --- a/emacs/themes/acme-theme.el +++ b/emacs/themes/acme-theme.el @@ -22,7 +22,7 @@ (deftheme acme "A theme inspired by the classic colours of the ACME editor.") -(let ((bg-yellow "#FFFFBA") +(let ((bg-yellow "#FFFFEA") (bg-blue "#DAEFEF") (lazy "#D1D1C0") @@ -41,7 +41,7 @@ '(cursor ((t (:background "black")))) '(escape-glyph ((t (:foreground "black")))) '(highlight ((t (:foreground "grey30")))) - `(region ((t (:background ,yellow :foreground "black")))) + '(region ((t (:background "orange" :foreground "black")))) `(secondary-selection ((t (:background ,red)))) '(trailing-whitespace ((t (:background "grey")))) `(widget-field ((t (:background ,bg-blue)))) -- cgit v1.2.3