diff options
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)))) |
