diff options
author | jao <jao@gnu.org> | 2021-01-03 02:30:46 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-01-03 02:30:46 +0000 |
commit | 9660b8608061d051983956b5ed1c312e887ecb67 (patch) | |
tree | 118d5dc809a13fc6d5d9c68d9652d0156996c789 /themes | |
parent | 4d629a7eeca85b1e51c83c5ef00859c1cde1bcb9 (diff) | |
download | elibs-9660b8608061d051983956b5ed1c312e887ecb67.tar.gz elibs-9660b8608061d051983956b5ed1c312e887ecb67.tar.bz2 |
themes: cursor: the color that matters is the background
Diffstat (limited to 'themes')
-rw-r--r-- | themes/jao-greenish-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/jao-greenish-theme.el b/themes/jao-greenish-theme.el index 5738602..8546fb1 100644 --- a/themes/jao-greenish-theme.el +++ b/themes/jao-greenish-theme.el @@ -70,6 +70,7 @@ (:x-faces (clojure-keyword-face (c "powder blue")) (company-scrollbar-bg (c nil "#383941")) (company-scrollbar-fg (c nil "#484951")) + (cursor (c warning2 warning2)) (diff-hl-change (c dimm-line-fg green)) (diff-hl-delete (c dimm-line-fg orange2)) (diff-hl-insert (c dimm-line-fg dark-blue)) |