mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
413 B
CSS
21 lines
413 B
CSS
/* Silk Dark by Gabriel Fontes (https://github.com/Misterio77) */
|
|
|
|
:root {
|
|
--base00: #0e3c46;
|
|
--base01: #1D494E;
|
|
--base02: #2A5054;
|
|
--base03: #587073;
|
|
--base04: #9DC8CD;
|
|
--base05: #C7DBDD;
|
|
--base06: #CBF2F7;
|
|
--base07: #D2FAFF;
|
|
--base08: #fb6953;
|
|
--base09: #fcab74;
|
|
--base0A: #fce380;
|
|
--base0B: #73d8ad;
|
|
--base0C: #3fb2b9;
|
|
--base0D: #46bddd;
|
|
--base0E: #756b8a;
|
|
--base0F: #9b647b;
|
|
}
|