mirror of
https://github.com/Fluffy-Bean/dots.git
synced 2025-06-24 18:46:16 +00:00
first commit
This commit is contained in:
commit
e55d8c9640
15 changed files with 894 additions and 0 deletions
15
rofi/colours/gruvbox.rasi
Normal file
15
rofi/colours/gruvbox.rasi
Normal 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;
|
||||
}
|
16
rofi/colours/paradise.rasi
Normal file
16
rofi/colours/paradise.rasi
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue