first push of my config files
[my-dotfiles.git] / rofi / blackpearl / shared / reset.rasi
1 /* COLORS SETTINGS */
2 * {
3 accent: rgba(255,191,0,1);
4 bg: rgba(28,28,28,1);
5 bg-trans: rgba(28,28,28,0.85);
6 bg-focus: rgba(40,40,40,1);
7 fg: rgba(136,136,136,1);
8 fg-list: rgba(187,187,187,1);
9 on: rgba(68,173,77,1);
10 off: rgba(227,64,57,1);
11 transparent: rgba(255,255,255,0);
12 }
13
14 /* FONT SETTINGS */
15 * {
16
17 text-font: "Roboto Mono Nerd Font Regular 14";
18 text-font-title: "Roboto Mono Nerd Font Regular 36";
19 }
20
21 /* STYLE RESET */
22 * {
23 border: 0;
24 padding: 0;
25 margin: 0;
26 background-color: @transparent;
27 text-color: @fg;
28 }