branch: externals/modus-vivendi-theme commit c0d35ae86dff5877a176a844bb33159df3156139 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Use appropriate colour for symlinks --- modus-operandi-theme.el | 6 +++--- modus-vivendi-theme.el | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el index 242b96a..0ae7889d 100644 --- a/modus-operandi-theme.el +++ b/modus-operandi-theme.el @@ -1350,7 +1350,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(dired-mark ((,class :inherit modus-theme-mark-symbol))) `(dired-marked ((,class :inherit modus-theme-mark-sel))) `(dired-perm-write ((,class :foreground ,fg-special-warm))) - `(dired-symlink ((,class :foreground ,blue-alt :underline t))) + `(dired-symlink ((,class :foreground ,cyan-alt :underline t))) `(dired-warning ((,class :foreground ,yellow :weight bold))) ;;;; dired-async `(dired-async-failures ((,class :foreground ,red-active :weight ,modus-theme-bold))) @@ -1396,7 +1396,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(diredfl-other-priv ((,class :foreground ,yellow))) `(diredfl-rare-priv ((,class :foreground ,magenta-alt-other))) `(diredfl-read-priv ((,class :foreground ,magenta))) - `(diredfl-symlink ((,class :foreground ,blue-alt :underline t))) + `(diredfl-symlink ((,class :foreground ,cyan-alt :underline t))) `(diredfl-tagged-autofile-name ((,class :inherit modus-theme-refine-magenta))) `(diredfl-write-priv ((,class :foreground ,cyan-alt-other))) ;;;; disk-usage @@ -3162,7 +3162,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(trashed-mark ((,class :inherit modus-theme-mark-symbol))) `(trashed-marked ((,class :inherit modus-theme-mark-alt))) `(trashed-restored ((,class :inherit modus-theme-mark-sel))) - `(trashed-symlink ((,class :foreground ,blue-alt :underline t))) + `(trashed-symlink ((,class :foreground ,cyan-alt :underline t))) ;;;; telephone-line `(telephone-line-accent-active ((,class :background ,fg-inactive :foreground ,bg-inactive))) `(telephone-line-accent-inactive ((,class :background ,bg-active :foreground ,fg-active))) diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el index 9d05e9b..2c9e3ce 100644 --- a/modus-vivendi-theme.el +++ b/modus-vivendi-theme.el @@ -1350,7 +1350,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(dired-mark ((,class :inherit modus-theme-mark-symbol))) `(dired-marked ((,class :inherit modus-theme-mark-sel))) `(dired-perm-write ((,class :foreground ,fg-special-warm))) - `(dired-symlink ((,class :foreground ,blue-alt :underline t))) + `(dired-symlink ((,class :foreground ,cyan-alt :underline t))) `(dired-warning ((,class :foreground ,yellow :weight bold))) ;;;; dired-async `(dired-async-failures ((,class :foreground ,red-active :weight ,modus-theme-bold))) @@ -1396,7 +1396,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(diredfl-other-priv ((,class :foreground ,yellow))) `(diredfl-rare-priv ((,class :foreground ,magenta-alt-other))) `(diredfl-read-priv ((,class :foreground ,magenta))) - `(diredfl-symlink ((,class :foreground ,blue-alt :underline t))) + `(diredfl-symlink ((,class :foreground ,cyan-alt :underline t))) `(diredfl-tagged-autofile-name ((,class :inherit modus-theme-refine-magenta))) `(diredfl-write-priv ((,class :foreground ,cyan-alt-other))) ;;;; disk-usage @@ -3162,7 +3162,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(trashed-mark ((,class :inherit modus-theme-mark-symbol))) `(trashed-marked ((,class :inherit modus-theme-mark-alt))) `(trashed-restored ((,class :inherit modus-theme-mark-sel))) - `(trashed-symlink ((,class :foreground ,blue-alt :underline t))) + `(trashed-symlink ((,class :foreground ,cyan-alt :underline t))) ;;;; telephone-line `(telephone-line-accent-active ((,class :background ,fg-inactive :foreground ,bg-inactive))) `(telephone-line-accent-inactive ((,class :background ,bg-active :foreground ,fg-active)))