Edited rofi theme after system upgrade due to inconsistent sizing of
[my-dotfiles.git] / rofi / blackpearl / utilsmenu.rasi
CommitLineData
fdd76fc5 1/*
2 * BLACKPEARL appsmenu 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 font: "Hurmit Nerd Font Mono 75";
16 fullscreen: true;
17 transparency: "real";
18 background-color: @bg-trans;
19}
20#mainbox {
21 children: [ listview ];
22 border: 0;
23 padding: 0;
24}
25#listview {
26 columns: 3;
27 lines: 1;
28 expand: false;
29 spacing: 90px;
30 padding: 284px 453px;
31 orientation: horizontal;
32}
33#element {
34 border: 1;
35 border-radius: 24;
36 border-color: @accent;
37 text-color: @accent;
38 background-color: @bg;
39 orientation: vertical;
a443d3fd 40 padding: 30 60 30;
fdd76fc5 41 horizontal-align: 0.5;
42 vertical-align: 0.5;
43}
44#element.selected {
45 text-color: @bg;
46 background-color: @accent;
47}