aboutsummaryrefslogtreecommitdiff
path: root/.config/wal/templates/colors-rofi.rasi
blob: afd7d085107a0bdbe6608c0458ad2a6403fec2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
* {{
    background:         rgba({background.rgb}, 0.3);
    background-alt:     rgb({background.rgb}, 0.1);
    brdr:               {color0};
    foreground:         {foreground};
    foresel:            {color2};
    selected:           rgba({color3.rgb}, 0.5);
    urgent:             {color1};
    on:                 {color4};
    off:                {color5};
		border: 						{color11};
}}