initial commit

This commit is contained in:
pika 2025-02-17 17:31:19 +01:00
parent 368432088d
commit be67cf2dc1
8 changed files with 766 additions and 0 deletions

18
colors.rasi Normal file
View file

@ -0,0 +1,18 @@
/**
*
* Author : Aditya Shakya (adi1090x)
* Github : @adi1090x
*
* Colors
**/
* {
background: #1E1D2FFF;
background-alt: #282839FF;
foreground: #cba6f7;
selected: #cba6f7;
active: #cba6f7;
urgent: #cba6f7;
font: "JetBrains Mono Nerd Font 10";
}