mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-01-15 18:55:12 +00:00
16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
/* GRUVBOX THEME */
|
||
|
/* config for fluffys dots */
|
||
|
|
||
|
* {
|
||
|
bg: #282828;
|
||
|
bg2: #1d2021BF;
|
||
|
fg: #ebdbb2;
|
||
|
sd: #1d2021;
|
||
|
alt: #3c3836;
|
||
|
rad: 16px;
|
||
|
rad2: 8px;
|
||
|
|
||
|
background-color: @bg;
|
||
|
text-color: @fg;
|
||
|
}
|