From a5b86b599fda45e686461d10f24fdf2caf35f620 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 23 Dec 2017 03:34:00 +0300 Subject: Set link color and experiment with nvidia settings --- .emacs.d/blueish-theme.el | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/blueish-theme.el') diff --git a/.emacs.d/blueish-theme.el b/.emacs.d/blueish-theme.el index 7d30cc0..02a19dd 100644 --- a/.emacs.d/blueish-theme.el +++ b/.emacs.d/blueish-theme.el @@ -30,6 +30,7 @@ ;; ----------------- Frame stuff -------------------- '(default ((((type graphic)) (:background "#091419" :foreground "#c0d0d6")))) + '(link ((t (:foreground "DarkSlateGray3")))) '(cursor ((t (:background "#F8F8F0")))) '(hl-line ((t (:background "#666666")))) '(modeline ((t (:background "#183c66" :foreground "white")))) -- cgit v1.2.3