branch: elpa/tangotango-theme commit dd3ad07da6ba6e4a9bcef71ad0ac6b4b06b832b5 Author: Julien Barnier <jul...@nozav.org> Commit: Julien Barnier <jul...@nozav.org>
Add dark foreground color to cursor face --- color-theme-tangotango.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/color-theme-tangotango.el b/color-theme-tangotango.el index 8aadb0ff1c..e2ae1d1af2 100644 --- a/color-theme-tangotango.el +++ b/color-theme-tangotango.el @@ -53,7 +53,6 @@ ((background-color . "#2e3434") (background-mode . dark) (border-color . "#888a85") - (cursor-color . "#fce94f") (foreground-color . "#eeeeec") (mouse-color . "#8ae234")) ((help-highlight-face . underline) @@ -64,6 +63,7 @@ (ibuffer-read-only-buffer-face . font-lock-type-face) (ibuffer-special-buffer-face . font-lock-keyword-face) (ibuffer-title-face . font-lock-type-face)) + (cursor ((t (:background "#fce94f" :foreground "#222222")))) (highlight ((t (:background "brown4" :foreground nil)))) (border ((t (:background "#888a85")))) (fringe ((t (:background "grey10"))))