mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-07-02 21:56:20 +00:00
15 lines
264 B
Text
15 lines
264 B
Text
/* 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;
|
|
}
|