@@ -163,6 +163,9 @@ In addition to colors, `config.css` provides variables that control other style
163163--not-playing: var(--tau-love);
164164--network: var(--tau-text);
165165--weather: var(--tau-text);
166+ --volume-start: var(--tau-strong);
167+ --volume-end: var(--tau-accent);
168+ --volume-inner: var(--tau-accent);
166169--bg-focused: var(--tau-highlight-high) / 0.4;
167170--bg-unfocused: var(--tau-overlay) / 0.5;
168171```
@@ -202,6 +205,9 @@ In addition to colors, `config.css` provides variables that control other style
202205--tiling-direction: var(--rp-rose);
203206--network: var(--rp-text);
204207--weather: var(--rp-text);
208+ --volume-start: var(--rp-love);
209+ --volume-end: var(--rp-foam);
210+ --volume-inner: var(--rp-foam);
205211--bg-focused: var(--rp-subtle) / 0.4;
206212--bg-unfocused: var(--rp-base) / 0.5;
207213```
@@ -234,6 +240,9 @@ In addition to colors, `config.css` provides variables that control other style
234240--tiling-direction: var(--rp-moon-rose);
235241--network: var(--rp-moon-text);
236242--weather: var(--rp-moon-text);
243+ --volume-start: var(--rp-moon-love);
244+ --volume-end: var(--rp-moon-foam);
245+ --volume-inner: var(--rp-moon-foam);
237246--bg-focused: var(--rp-moon-subtle) / 0.4;
238247--bg-unfocused: var(--rp-moon-base) / 0.5;
239248```
@@ -266,6 +275,9 @@ In addition to colors, `config.css` provides variables that control other style
266275--tiling-direction: var(--rp-dawn-rose);
267276--network: var(--rp-dawn-text);
268277--weather: var(--rp-dawn-text);
278+ --volume-start: var(--rp-dawn-love);
279+ --volume-end: var(--rp-dawn-foam);
280+ --volume-inner: var(--rp-dawn-foam);
269281--bg-focused: var(--rp-dawn-overlay) / 0.4;
270282--bg-unfocused: var(--rp-dawn-text) / 0.5;
271283```
0 commit comments