diff options
author | Joe <bousset.rudy@gmail.com> | 2022-08-29 18:31:02 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-08-29 18:31:02 +0200 |
commit | e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792 (patch) | |
tree | a12f89c55ab0e8ccd99ea8323822857e73ddfbbf /.config | |
parent | update (diff) | |
download | dotfiles-bsd-e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792.tar.gz dotfiles-bsd-e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792.tar.bz2 dotfiles-bsd-e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792.tar.xz dotfiles-bsd-e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792.tar.zst dotfiles-bsd-e1bc361c60ce5ae7fec0469fe064f8ba1e9ac792.zip |
up
Diffstat (limited to '.config')
-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: |