mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
21 lines
404 B
CSS
21 lines
404 B
CSS
/* Classic Dark by Jason Heeris (http://heeris.id.au) */
|
|
|
|
:root {
|
|
--base00: #151515;
|
|
--base01: #202020;
|
|
--base02: #303030;
|
|
--base03: #505050;
|
|
--base04: #B0B0B0;
|
|
--base05: #D0D0D0;
|
|
--base06: #E0E0E0;
|
|
--base07: #F5F5F5;
|
|
--base08: #AC4142;
|
|
--base09: #D28445;
|
|
--base0A: #F4BF75;
|
|
--base0B: #90A959;
|
|
--base0C: #75B5AA;
|
|
--base0D: #6A9FB5;
|
|
--base0E: #AA759F;
|
|
--base0F: #8F5536;
|
|
}
|