diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 17:46:21 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-10-18 17:46:21 +0100 |
commit | 9bfd7ca098dc13424eaef4bcf0d2558a75db991a (patch) | |
tree | b54e3b183e1b1e8d061110ede619794e37f10819 /.config/aerc | |
parent | 406fe1cefa65020bf90b49aedcef20b354d0d58e (diff) |
Added *.normal=true to styleset as a requirement of the latest version
Diffstat (limited to '.config/aerc')
-rw-r--r-- | .config/aerc/stylesets/gruvbox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/aerc/stylesets/gruvbox b/.config/aerc/stylesets/gruvbox index a47b708..998f4c7 100644 --- a/.config/aerc/stylesets/gruvbox +++ b/.config/aerc/stylesets/gruvbox @@ -2,6 +2,7 @@ # terminal colors are preferred, but hex is used for grayscale *.default=true +*.normal=true # present in 'Send this email?' dialog title.fg=yellow |