efficient vim config
[dotfiles/.git] / .local / lib / python3.9 / site-packages / pywal / templates / colors-rofi-light.rasi
1 * {{
2     active-background: {color2};
3     active-foreground: @foreground;
4     normal-background: @background;
5     normal-foreground: @foreground;
6     urgent-background: {color1};
7     urgent-foreground: @foreground;
8
9     alternate-active-background: @background;
10     alternate-active-foreground: @foreground;
11     alternate-normal-background: @background;
12     alternate-normal-foreground: @foreground;
13     alternate-urgent-background: @background;
14     alternate-urgent-foreground: @foreground;
15
16     selected-active-background: {color1};
17     selected-active-foreground: @foreground;
18     selected-normal-background: {color2};
19     selected-normal-foreground: @foreground;
20     selected-urgent-background: {color3};
21     selected-urgent-foreground: @foreground;
22
23     background-color: @background;
24     background: {foreground};
25     foreground: {background};
26     border-color: @background;
27     spacing: 2;
28 }}
29
30 #window {{
31     background-color: @background;
32     border: 0;
33     padding: 2.5ch;
34 }}
35
36 #mainbox {{
37     border: 0;
38     padding: 0;
39 }}
40
41 #message {{
42     border: 2px 0px 0px;
43     border-color: @border-color;
44     padding: 1px;
45 }}
46
47 #textbox {{
48     text-color: @foreground;
49 }}
50
51 #inputbar {{
52     children:   [ prompt,textbox-prompt-colon,entry,case-indicator ];
53 }}
54
55 #textbox-prompt-colon {{
56     expand: false;
57     str: ":";
58     margin: 0px 0.3em 0em 0em;
59     text-color: @normal-foreground;
60 }}
61
62 #listview {{
63     fixed-height: 0;
64     border: 2px 0px 0px;
65     border-color: @border-color;
66     spacing: 2px;
67     scrollbar: true;
68     padding: 2px 0px 0px;
69 }}
70
71 #element {{
72     border: 0;
73     padding: 1px;
74 }}
75
76 #element.normal.normal {{
77     background-color: @normal-background;
78     text-color: @normal-foreground;
79 }}
80
81 #element.normal.urgent {{
82     background-color: @urgent-background;
83     text-color: @urgent-foreground;
84 }}
85
86 #element.normal.active {{
87     background-color: @active-background;
88     text-color: @active-foreground;
89 }}
90
91 #element.selected.normal {{
92     background-color: @selected-normal-background;
93     text-color: @selected-normal-foreground;
94 }}
95
96 #element.selected.urgent {{
97     background-color: @selected-urgent-background;
98     text-color: @selected-urgent-foreground;
99 }}
100
101 #element.selected.active {{
102     background-color: @selected-active-background;
103     text-color: @selected-active-foreground;
104 }}
105
106 #element.alternate.normal {{
107     background-color: @alternate-normal-background;
108     text-color: @alternate-normal-foreground;
109 }}
110
111 #element.alternate.urgent {{
112     background-color: @alternate-urgent-background;
113     text-color: @alternate-urgent-foreground;
114 }}
115
116 #element.alternate.active {{
117     background-color: @alternate-active-background;
118     text-color: @alternate-active-foreground;
119 }}
120
121 #scrollbar {{
122     width: 4px;
123     border: 0;
124     handle-width: 8px;
125     padding: 0;
126 }}
127
128 #sidebar {{
129     border: 2px 0px 0px;
130     border-color: @border-color;
131 }}
132
133 #button {{
134     text-color: @normal-foreground;
135 }}
136
137 #button.selected {{
138     background-color: @selected-normal-background;
139     text-color: @selected-normal-foreground;
140 }}
141
142 #inputbar {{
143     spacing: 0;
144     text-color: @normal-foreground;
145     padding: 1px;
146 }}
147
148 #case-indicator {{
149     spacing: 0;
150     text-color: @normal-foreground;
151 }}
152
153 #entry {{
154     spacing: 0;
155     text-color: @normal-foreground;
156 }}
157
158 #prompt {{
159     spacing: 0;
160     text-color: @normal-foreground;
161 }}