first commit

This commit is contained in:
Michał Gdula 2022-04-18 14:03:29 +01:00
commit e55d8c9640
15 changed files with 894 additions and 0 deletions

15
rofi/colours/gruvbox.rasi Normal file
View file

@ -0,0 +1,15 @@
/* 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;
}

View file

@ -0,0 +1,16 @@
/* 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;
}