10 lines
110 B
Plaintext
Raw Normal View History

2021-07-12 19:56:40 -06:00
/* colors */
* {
al: #00000000;
2021-09-12 23:13:12 -06:00
bg: #000000ff;
2021-07-12 19:56:40 -06:00
se: #101010ff;
fg: #FFFFFFff;
2021-09-12 23:13:12 -06:00
ac: #EC7875ff;
2021-07-12 19:56:40 -06:00
}