diff options
| author | tslil clingman <> | 2020-01-31 13:50:29 -0800 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-31 13:50:29 -0800 |
| commit | b9a16108f8d27f2c9e401be89e13d3de0c1b9478 (patch) | |
| tree | cc82adcc18fb306022d59a42948d52fb7ad53546 /emacs/themes | |
| parent | 5553be28d41cefc72300be7160b5202fd297537b (diff) | |
Tramp/Projectile/Ivy(Rich) slowness fix, misc improvements
Diffstat (limited to 'emacs/themes')
| -rw-r--r-- | emacs/themes/acme-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
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)))) |
