Commit cf4ec9a
committed
fix(theme): add statusConnectingColor to night-Dracula and v26 base themes
Per Greptile: Dracula forces night mode, so the active overrides live in
values-night/themes.xml — which had statusConnected/Stopped but not the new
statusConnectingColor, so connecting still inherited the dark base value in practice.
Add statusConnectingColor=yellow to both night Dracula blocks, and to the API26+ base
Theme.SagerNet in values-v26 (which redefines the status attrs) so the attr always
resolves. Day-mode values were added in the previous commit.1 parent c05425b commit cf4ec9a
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments