mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 23:08:13 -05:00
21 lines
420 B
CSS
21 lines
420 B
CSS
|
/* Outrun Dark by Hugo Delahousse (http://github.com/hugodelahousse/) */
|
||
|
|
||
|
:root {
|
||
|
--base00: #00002A;
|
||
|
--base01: #20204A;
|
||
|
--base02: #30305A;
|
||
|
--base03: #50507A;
|
||
|
--base04: #B0B0DA;
|
||
|
--base05: #D0D0FA;
|
||
|
--base06: #E0E0FF;
|
||
|
--base07: #F5F5FF;
|
||
|
--base08: #FF4242;
|
||
|
--base09: #FC8D28;
|
||
|
--base0A: #F3E877;
|
||
|
--base0B: #59F176;
|
||
|
--base0C: #0EF0F0;
|
||
|
--base0D: #66B0FF;
|
||
|
--base0E: #F10596;
|
||
|
--base0F: #F003EF;
|
||
|
}
|