diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 6 | ||||
-rw-r--r-- | .config/mutt/defaults.muttrc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index fd9c760..655f6b0 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -113,9 +113,9 @@ # NOTE: It might be helpful to run dunst -print in a terminal in order # to find fitting options for rules. -[espeak] # >shutup - summary = "*" # >shutup - script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup +#[espeak] # >shutup +# summary = "*" # >shutup +# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup #[script-test] # summary = "*script*" diff --git a/.config/mutt/defaults.muttrc b/.config/mutt/defaults.muttrc index 3366bd9..aac882e 100644 --- a/.config/mutt/defaults.muttrc +++ b/.config/mutt/defaults.muttrc @@ -167,12 +167,12 @@ macro compose Y "<first-entry>\ # Default index colors: color index white default '.*' -color index_author brightblue default '.*' +color index_author red default '.*' color index_subject white default '.*' # New mail is boldened: color index brightyellow default "~N" -color index_author brightblue default "~N" +color index_author brightred default "~N" # color index_subject brightred default "~N" # Tagged mail is highlighted: @@ -182,7 +182,7 @@ color index_subject default default "~T" # Shaded for deleted color index brightblack default '~D' -color index_author brightblue default '~D' +color index_author brightred default '~D' color index_subject brightblack default '~D' # Other colors and aesthetic settings: |