|
135 | 135 | ], |
136 | 136 | 'light': [ |
137 | 137 | (None, 'black', 'white'), |
138 | | - ('selected', 'white', 'dark blue'), |
139 | | - ('msg_selected', 'black', 'light gray'), |
| 138 | + ('selected', 'black', 'light green'), |
| 139 | + ('msg_selected', 'black', 'light green'), |
140 | 140 | ('header', 'white', 'dark blue', 'bold'), |
141 | 141 | ('custom', 'white', 'dark blue', 'underline'), |
142 | 142 | ('content', 'black', 'light gray', 'standout'), |
143 | | - ('name', 'black', 'light gray', 'bold'), |
| 143 | + ('name', 'dark green', 'white', 'bold'), |
144 | 144 | ('unread', 'dark gray', 'light gray'), |
145 | 145 | ('active', 'light green', 'dark gray'), |
146 | 146 | ('idle', 'yellow', 'dark gray'), |
147 | 147 | ('offline', 'white', 'dark gray'), |
148 | 148 | ('inactive', 'white', 'dark gray'), |
149 | 149 | ('title', 'white, bold', 'dark gray'), |
150 | | - ('time', 'white', 'dark gray'), |
| 150 | + ('time', 'dark blue', 'white'), |
151 | 151 | ('bar', 'white', 'dark gray'), |
152 | 152 | ('help', 'white', 'dark gray'), |
153 | 153 | ('emoji', 'light magenta', 'light gray'), |
154 | 154 | ('reaction', 'light magenta, bold', 'light gray'), |
155 | 155 | ('span', 'light red, bold', 'light gray'), |
156 | 156 | ('link', 'dark blue', 'light gray'), |
157 | | - ('blockquote', 'brown', 'dark gray'), |
| 157 | + ('blockquote', 'black', 'brown'), |
158 | 158 | ('code', 'dark gray', 'white'), |
159 | 159 | ('bold', 'white, bold', 'dark gray'), |
160 | 160 | ('footer', 'white', 'dark red', 'bold'), |
161 | | - ('starred', 'light red, bold', 'dark gray'), |
| 161 | + ('starred', 'light red, bold', 'white'), |
162 | 162 | ('category', 'dark gray, bold', 'light gray'), |
163 | 163 | ], |
164 | 164 | 'blue': [ |
|
0 commit comments