initial commit
This commit is contained in:
parent
368432088d
commit
be67cf2dc1
8 changed files with 766 additions and 0 deletions
18
colors.rasi
Normal file
18
colors.rasi
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue