branch: elpa/spacemacs-theme commit 11744f88785908ec32ed32f1afb798a1af7f7250 Author: nashamri <designernas...@gmail.com> Commit: nashamri <designernas...@gmail.com>
Fix (#182) Links should look better now --- spacemacs-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spacemacs-theme.el b/spacemacs-theme.el index dff64e4213..f3e270d9cf 100644 --- a/spacemacs-theme.el +++ b/spacemacs-theme.el @@ -203,8 +203,8 @@ to `auto', tags may not be properly aligned. " `(hl-line ((,class (:background ,bg2 :extend t)))) `(isearch ((,class (:foreground ,bg1 :background ,mat)))) `(lazy-highlight ((,class (:background ,green-bg-s)))) - `(link ((,class (:foreground ,comment :underline t)))) - `(link-visited ((,class (:foreground ,comp :underline t)))) + `(link ((,class (:foreground ,blue :underline t)))) + `(link-visited ((,class (:foreground ,magenta :underline t)))) `(match ((,class (:background ,highlight :foreground ,mat)))) `(minibuffer-prompt ((,class (:inherit bold :foreground ,keyword)))) `(page-break-lines ((,class (:foreground ,act2)))) @@ -823,7 +823,7 @@ to `auto', tags may not be properly aligned. " `(org-level-6 ((,class (:weight normal :foreground ,head2)))) `(org-level-7 ((,class (:weight normal :foreground ,head3)))) `(org-level-8 ((,class (:weight normal :foreground ,head4)))) - `(org-link ((,class (:underline t :foreground ,comment)))) + `(org-link ((,class (:underline t :foreground ,blue)))) `(org-meta-line ((,class (:foreground ,meta)))) `(org-mode-line-clock-overrun ((,class (:foreground ,err)))) `(org-priority ((,class (:foreground ,war :inherit bold :weight ,(if spacemacs-theme-org-priority-bold 'unspecified 'normal)))))