16 lines
246 B
Plaintext
Executable File
16 lines
246 B
Plaintext
Executable File
/* colors */
|
|
|
|
* {
|
|
al: #c8ccd4;
|
|
bg: #1f2227;
|
|
se: #413E4Aff;
|
|
fg: #abb2bf;
|
|
ac: #B38184ff;
|
|
red: #e06c75;
|
|
green: #98c379;
|
|
yellow: #e5c07b;
|
|
blue: #81a1c1;
|
|
purple: #BA68C8ff;
|
|
cyan: #56b6c2;
|
|
}
|