13 lines
182 B
Plaintext
13 lines
182 B
Plaintext
/* colors */
|
|
/* Primary blue 415a77*/
|
|
|
|
* {
|
|
al: #00000000;
|
|
bg: #101010FF;
|
|
bga: #09090AA0;
|
|
fg: #f5f5f5FF;
|
|
ac: #2b3648FF;
|
|
se: #2b36485A;
|
|
font: "Terminus 12";
|
|
}
|