mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-24 16:19:38 +01:00
11 lines
124 B
Plaintext
11 lines
124 B
Plaintext
|
/* colors */
|
||
|
|
||
|
* {
|
||
|
al: #00000000;
|
||
|
bg: #282A3A;
|
||
|
bga: #3a3e4e;
|
||
|
fga: #e1e3e0;
|
||
|
fg: #e1e3e4;
|
||
|
ac: #7e8294;
|
||
|
}
|