summaryrefslogtreecommitdiff
path: root/.emacs.d/blueish-theme.el
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-23 03:34:00 +0300
committerdefanor <defanor@uberspace.net>2017-12-23 03:34:57 +0300
commita5b86b599fda45e686461d10f24fdf2caf35f620 (patch)
tree6167e37214e115b8608c8293d8598c6a4b2aea50 /.emacs.d/blueish-theme.el
parent200b2eb5caec7f05631c79becde4fdb356ddfffe (diff)
Set link color and experiment with nvidia settings
Diffstat (limited to '.emacs.d/blueish-theme.el')
-rw-r--r--.emacs.d/blueish-theme.el1
1 files changed, 1 insertions, 0 deletions
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"))))