Commit b23e5d9
authored
Add colorful composer controls appearance setting (#858)
* feat: add colorful composer controls appearance setting
Introduces an opt-in Appearance setting that paints the composer's effort level, Plan toggle, and Terminal-Mode toggle with their accent colors (off by default for a neutral appearance).
* feat: restore accent colors to composer mode controls
Remove the colorful composer controls setting and make accent colors
always-on (the preferred default). Simplifies the code by eliminating
the opt-in toggle and its conditional rendering logic.1 parent bf84ce9 commit b23e5d9
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1169 | 1169 | | |
1170 | 1170 | | |
1171 | 1171 | | |
1172 | | - | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
1173 | 1179 | | |
1174 | 1180 | | |
1175 | 1181 | | |
| |||
1223 | 1229 | | |
1224 | 1230 | | |
1225 | 1231 | | |
1226 | | - | |
| 1232 | + | |
1227 | 1233 | | |
1228 | 1234 | | |
1229 | 1235 | | |
| |||
1244 | 1250 | | |
1245 | 1251 | | |
1246 | 1252 | | |
1247 | | - | |
| 1253 | + | |
1248 | 1254 | | |
1249 | 1255 | | |
1250 | 1256 | | |
| |||
0 commit comments