From a9ff2b6a1418254b582d5d40cd9651d74f819e3b Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 25 Aug 2022 15:15:36 +0200 Subject: colors update --- .config/mutt/defaults.muttrc | 9 +++++++-- .local/bin/install-port | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 702ed60..c41fbe0 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -173,13 +173,18 @@ color index_subject white default '.*' # New mail is boldened: color index brightyellow default "~N" color index_author brightblue default "~N" -color index_subject brightred default "~N" +color index_subject brightwhite default "~N" # Tagged mail is highlighted: color index brightwhite color088 "~T" -color index_author brightyellow default "~T" +color index_author brightblue default "~T" color index_subject brightwhite default "~T" +# Shaded for deleted +color index brightblack default '~D' +color index_author brightblue default '~D' +color index_subject brightblack default '~D' + # Other colors and aesthetic settings: mono bold bold mono underline underline diff --git a/.local/bin/install-port b/.local/bin/install-port index 3d5bf62..83ec07c 100755 --- a/.local/bin/install-port +++ b/.local/bin/install-port @@ -1,4 +1,4 @@ -#!/usr/bin/env perl -w +#!/usr/bin/env perl use strict; use warnings; -- cgit v1.2.3