概要
Thunderbirdの配色をカスタマイズする方法について。
手順
ツール→アドオン
Stylish1.2.6をインストール
Thunderbirdの再起動
表示→ツールバー→カスタムからスタイリッシュを選択して
ツールバーにドラッグで「Stylish」のアイコンをセットする
Stylishのアイコンを選択してスタイルの管理を押下します。
新しいスタイルを書くを選択して以下の設定を追加します。
フォルダペインの配色変更
/* フォルダペイン */ #folderTree treechildren{ color: #55ff55 !important; /* 明るめの緑 */ background-color: black!important; /* 背景色は黒 */ font-size: 14px; font-family: "M+ 1mn regular" !important; /* M+フォントにする */ }
メッセージリストの配色設定
/* メッセージリストペイン */ /* 文字色・背景色を変える */ #threadTree treechildren{ color: #55ff55 !important; /* 文字色 */ background-color: #black !important; /* 背景色 */ font-size: 14px !important; font-family: "M+ 1mn regular" !important; /* M+フォントにする */ }
以上でターミナル風の黒バック+緑色の配色設定完了です。
せっかくなのでM+フォントも適用してみました。