1
0
mirror of https://github.com/ksyasuda/rice.git synced 2025-02-24 14:25:44 -08:00
2021-09-01 23:06:47 -07:00

16 lines
262 B
Plaintext

/* colors */
* {
al: #00000000;
bg: #101010ff;
se: #151515ff;
fg: #f5f5f5ff;
ac: #42A5F5ff;
red: #EC7875ff;
green: #61C766ff;
yellow: #FDD835ff;
blue: #42A5F5ff;
purple: #BA68C8ff;
cyan: #4DD0E1ff;
}