aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-01-17 13:49:15 +0100
committerGravatar Tom Willemsen2013-01-17 13:49:15 +0100
commitab39e96f0417d4e931b5f7a5221d5ff0b1272105 (patch)
tree002b2705e007c6fb3a104aadce0c10cac1bcc68b
parent3c5b675a8c6d99fcd32e924173e2a1e7de0751d4 (diff)
downloadyoshi-theme-ab39e96f0417d4e931b5f7a5221d5ff0b1272105.tar.gz
yoshi-theme-ab39e96f0417d4e931b5f7a5221d5ff0b1272105.zip
Make visited links violet
-rw-r--r--yoshi-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 4441894..de1b24a 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -63,7 +63,7 @@
'(jabber-rare-time-face ((t (:foreground "#63a0a0" :weight bold))))
'(jabber-roster-user-online ((t (:foreground "#769ff2"))))
'(link ((t (:foreground "#ffbb56" :underline t))))
- '(link-visited ((t (:foreground "#ff9800" :underline t))))
+ '(link-visited ((t (:foreground "#ee82ee" :underline t))))
'(magit-item-highlight ((t (:weight bold :background nil))))
'(markdown-header-face-1 ((t (:foreground "#78a2c1"))))
'(markdown-header-face-2 ((t (:foreground "#93d8d8"))))