Thunderbirdで未読の文字色を変更する
メッセージ一覧の未読メッセージの文字色を変えたり、未読があるフォルダペインの文字色を変える方法です。
文字色の変更方法
Windows10の場合、%AppData%\Thunderbird\Profiles\{xxxxxxxx}.default\chrome\userChrome.css
を編集することで未読色を変更できます。
%AppData%
はOSがCドライブにある場合、"C:\Users\{ユーザー名}\AppData\Roaming"
です。
なお、chrome
フォルダとuserChrome.css
ファイルは通常は存在しませんので自分で作成してください。
userChrome.css について
- 文字コードは
UTF-8
で保存します - 1行目には下記を記述します
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
userChrome.css
の内容を反映させるにはThunderbirdの再起動が必要です
userChrome.css のサンプル
![Thunderbird 文字色変更](https://moewe-net.com/wp-content/uploads/2019/04/thunderbird-color.png)