Initial commit

This commit is contained in:
2024-07-06 20:31:50 +02:00
commit b5f83958c9
299 changed files with 11284 additions and 0 deletions

26
rofi/everforest.rasi Normal file
View File

@@ -0,0 +1,26 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
/*
* {
background: #323D43FF;
background-alt: #3C474DFF;
foreground: #DAD1BEFF;
selected: #7FBBB3FF;
active: #A7C080FF;
urgent: #E67E80FF;
}
*/
* {
background: #2b3339;
background-alt: #323d43;
foreground: #a7c080;
selected: #7fbbb3;
active: #a7c080;
urgent: #e67e80;
}