mirror of
https://github.com/adi1090x/rofi.git
synced 2025-12-10 12:22:49 +01:00
added a minimal list like one-dark based rofi theme
This commit is contained in:
parent
aba9eb3d1a
commit
46be223240
30
720p/launchers/misc/minimal_list.rasi
Normal file
30
720p/launchers/misc/minimal_list.rasi
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
configuration {
|
||||||
|
modi: "window,run,ssh,drun";
|
||||||
|
font: "Jetbrains Mono 13";
|
||||||
|
icon-theme: "Papirus";
|
||||||
|
show-icons: true;
|
||||||
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
background-color: #282c34;
|
||||||
|
text-color: #abb2bf;
|
||||||
|
border: 0.5% 0.25% 0.5% 0.25%;
|
||||||
|
border-color: #282c34;
|
||||||
|
location: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
prompt {
|
||||||
|
enabled: true;
|
||||||
|
padding: 0% 0.5% 0% 0%;
|
||||||
|
font: "Jetbrains Mono";
|
||||||
|
text-color: #abb2bf;
|
||||||
|
background-color: #282c34;
|
||||||
|
}
|
||||||
|
|
||||||
|
element-icon {
|
||||||
|
size: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
|
element selected {
|
||||||
|
text-color: #98c379;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user