config.rasi
1// @theme "~/.config/rofi/themes/theme.rasi"
2
3configuration {
4 display-run: " ";
5 display-drun: " ";
6 display-window: " ";
7 drun-display-format: "{icon} {name}";
8 font: "Fira Code Nerd Font Medium 10";
9 modi: "window,run,drun";
10 show-icons: true;
11}
12
13@theme "~/.config/rofi/themes/rounded-common.rasi"
14
15configuration {
16 display-run: " ";
17 display-drun: " ";
18 display-window: " ";
19 drun-display-format: "{icon} {name}";
20 font: "Fira Code Nerd Font Medium 10";
21 modi: "window,run,drun";
22 show-icons: true;
23}
24
25* {
26 fg0: #2E3440F2;
27 fg1: #3B4252;
28 fg2: #4C566A80;
29 fg3: #88C0D0F2;
30 bg0: #D8DEE9;
31 bg02: #D8DEE975;
32 bg1: #ECEFF4;
33 bg2: #D8DEE9;
34 bg3: #4C566A;
35}
36
37@import "rounded-common.rasi"
38
39element selected {
40 text-color: @bg1;
41}
42