mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
13 lines
193 B
CSS
13 lines
193 B
CSS
|
:root {
|
||
|
/* catppuccin-mocha colorscheme */
|
||
|
--bg: #1e1e2e;
|
||
|
--fg: #cdd6f4;
|
||
|
--1: #45475a;
|
||
|
--2: #f38ba8;
|
||
|
--3: #a6e3a1;
|
||
|
--4: #f9e2af;
|
||
|
--5: #89b4fa;
|
||
|
--6: #f5c2e7;
|
||
|
--7: #ffffff;
|
||
|
}
|