diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 11:52:38 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 11:52:38 -0400 |
commit | fcdcd32de7118e1de1f8d94c380a0e80a64265ec (patch) | |
tree | a4279dec21c3d81901e23f1081fafad59258e3f5 /config | |
parent | 89ffd8653dfec30f66875bde71c997b511e2466c (diff) | |
download | aerc-fcdcd32de7118e1de1f8d94c380a0e80a64265ec.tar.gz |
Remove unimplemented color configuration
Will probably end up doing this differently anyway
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 5db4cf0..530e92b 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -65,45 +65,3 @@ editor= subject,~^\[PATCH=contrib/hldiff.py text/html=contrib/html text/*=contrib/plaintext.py - -[colors] -# -# Colors are configured in one of two ways: -# -# "foreground" or "background:foreground" -# -# You can specify colors according to the base 8 names: -# default, black, red, green, yellow, blue, magenta, cyan, white -# -# or you can use numbers for the 256 color palette, -# e.g. "127:118" (a particularly ugly combination FYI) -# -# Add one or more of the following characters to the beginning -# of the foreground color to add modifiers: -# -# * bold -# _ underline -# ^ reverse -# -# e.g. "default:_*^default" would reverse the default colors and -# with bold and underlined modifiers -borders=default:^default -loading-indicator=default:default - -account-unselected=white:black -account-selected=default:default -account-error=red:black - -folder-unselected=default:default -folder-selected=white:black - -status-line=white:black -status-line-error=red:black - -ex-line=default:default - -message-list-selected=white:black -message-list-selected-unread=white:_black -message-list-unselected=default:default -message-list-unselected-unread=default:*default -message-list-empty=default:default |