@@ -284,6 +284,48 @@ In addition to colors, `config.css` provides variables that control other style
284284
285285</details >
286286
287+ ### Catppuccin (partial)
288+
289+ <details >
290+ <summary > Colors</summary >
291+
292+ #### Mocha (thanks @Miitto!)
293+
294+ ```css
295+ /* colors */
296+ --text: var(--ctp-mocha-text);
297+ --accent: var(--ctp-mocha-lavender);
298+ --bg: var(--ctp-mocha-base);
299+ --border: var(--ctp-mocha-overlay0);
300+ --shadow: var(--cpt-mocha-crust);
301+ --icon: var(--ctp-mocha-red);
302+ --memory: var(--ctp-mocha-sky);
303+ --cpu: var(--ctp-mocha-blue);
304+ --cpu-high-usage: var(--ctp-mocha-sapphire);
305+ --battery-good: var(--ctp-mocha-green);
306+ --battery-mid: var(--ctp-mocha-teal);
307+ --battery-low: var(--ctp-mocha-red);
308+ --focused-process: var(--ctp-mocha-text);
309+ --process: var(--ctp-mocha-subtext0);
310+ --displayed: var(--ctp-mocha-text);
311+ --ws-1: var(--ctp-mocha-lavender);
312+ --ws-2: var(--ctp-mocha-mauve);
313+ --ws-3: var(--ctp-mocha-sapphire);
314+ --ws-4: var(--ctp-mocha-green);
315+ --ws-5: var(--ctp-mocha-peach);
316+ --tiling-direction: var(--ctp-mocha-rosewater);
317+ --not-playing: var(--ctp-mocha-red);
318+ --now-playing: var(--ctp-mocha-teal);
319+ --weather: var(--ctp-mocha-text);
320+ --volume-start: var(--ctp-mocha-mauve);
321+ --volume-end: var(--ctp-mocha-flamingo);
322+ --volume-inner: var(--ctp-mocha-lavender);
323+ --bg-focused: var(--ctp-mocha-lavender) / 0.4;
324+ --bg-unfocused: var(--ctp-mocha-base) / 0.5;
325+ ```
326+
327+ </details >
328+
287329## 🎉 Background Effects
288330
289331> [!WARNING ]
@@ -379,7 +421,7 @@ This creates segments with rounded corners, click-through enabled, transparency,
379421
380422This hasn't been tested. If you find a way to achieve the same taskbar effect as TaskbarX, please let me know (Windhawk might be capable of this).
381423
382- ## Contribution
424+ ## Contributing
383425
384426Contributions are welcome! If you have suggestions, improvements, or bug fixes, please open an issue or submit a pull request.
385427
0 commit comments