diff options
author | David Morgan <djm_uk@protonmail.com> | 2023-08-09 08:35:22 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2023-08-09 08:35:22 +0100 |
commit | 010f149c8e55086ddf47600dd7e76fb6c217b0e3 (patch) | |
tree | f91f3d43374abf5c26868f3c4e5358d73db57018 /.emacs.d/themes | |
parent | 515e54d6905e36c414165fd92c7aff443e3d98b3 (diff) | |
download | dotfiles-010f149c8e55086ddf47600dd7e76fb6c217b0e3.tar.gz |
Fix typo in non-modo theme
Diffstat (limited to '.emacs.d/themes')
-rw-r--r-- | .emacs.d/themes/non-modo-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/themes/non-modo-theme.el b/.emacs.d/themes/non-modo-theme.el index f2432e1..d6778c7 100644 --- a/.emacs.d/themes/non-modo-theme.el +++ b/.emacs.d/themes/non-modo-theme.el @@ -91,7 +91,7 @@ `(help-key-binding ((,class :inherit bold :foreground "#00bcff"))) `(homoglyph ((,class :foreground "#f5aa80"))) `(ibuffer-locked-buffer ((,class :foreground "#d0ba95"))) - `(icon-button ((,class :background "#323232" :box (:line-width -1 :style release-button :color "#3c3c3c")))) + `(icon-button ((,class :background "#323232" :box (:line-width -1 :style released-button :color "#3c3c3c")))) `(italic ((,class :slant italic))) `(nobreak-hyphen ((,class :foreground "#e7a59a"))) `(nobreak-space ((,class :foreground "#e7a59a" :underline t))) |