main
59c7d64 ยท 8 days ago 139 commits
 1configuration{
 2    display-drun: "";    
 3    drun-display-format: "{icon} {name}";
 4    show-icons: true;
 5    modi: "drun";
 6}
 7
 8* {
 9    bg0:    #11111b;
10    bg1:    #11111b;
11    bg2:    #4C566A80;
12    bg3:    #b4befe;
13    fg0:rgba(180, 190, 254, 0.5);
14    fg1:    #ECEFF4;
15    fg2:    #D8DEE9;
16    fg3:    #4C566A;
17}
18
19@import "./colors.rasi"
20@import "./wraith-template.rasi"
21
22element selected {
23    text-color: @primary-container;	
24}