first push of my config files
[my-dotfiles.git] / rofi / blackpearl / runner.rasi
1 /*
2 * BLACKPEARL runner rofi theme
3 * tested on a 1366x768 screen
4 */
5
6 /* IMPORTS */
7 @import "shared/settings.rasi"
8 @import "shared/reset.rasi"
9
10
11 #scrollbar {
12 enabled: false;
13 }
14 #window {
15 anchor: north;
16 location: north;
17 width: 600px;
18 height: 400px;
19 margin: 20px 0 0;
20 background-color: @transparent;
21 }
22 #mainbox {
23 background-color: @bg-trans;
24 children: [ inputbar, listview ];
25 border: 0;
26 padding: 0;
27 }
28 #inputbar {
29 /*padding: 40px 383px 10px;*/
30 }
31 #prompt {
32 enabled: false;
33 }
34 #entry {
35 text-color: @accent;
36 background-color: @bg-focus;
37 border: 1px solid;
38 border-color: @accent;
39 border-radius: 5px;
40 padding: 10px;
41 horizontal-align: 0.0;
42 vertical-align: 0.5;
43 placeholder: "enter app to search...";
44 placeholder-color: @fg;
45 }
46 #listview {
47 margin: 60px 0;
48 columns: 1;
49 lines: 12;
50 expand: false;
51 /*cycle: true;*/
52 spacing: 10px;
53 /*padding: 50px 10px;*/
54 }
55 #element {
56 text-color: @fg;
57 }
58 #element.selected {
59 background-color: @bg-focus;
60 text-color: @accent;
61 }