mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2024-12-29 10:46:08 +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;
|
|
}
|