mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-01-01 04:05:59 +00:00
17 lines
301 B
Plaintext
17 lines
301 B
Plaintext
|
/* PARADISE THEME */
|
||
|
/* config for fluffys dots, */
|
||
|
/* colours by @Manas140 on GitHub */
|
||
|
|
||
|
* {
|
||
|
bg: #151515;
|
||
|
bg2: #15151500;
|
||
|
fg: #E8E3E3;
|
||
|
sd: #151515;
|
||
|
alt: #8C977D;
|
||
|
rad: 16px;
|
||
|
rad2: 8px;
|
||
|
|
||
|
background-color: @bg;
|
||
|
text-color: @fg;
|
||
|
}
|