Modify rofi's configuration file

This commit is contained in:
adrien 2021-09-26 19:31:18 +02:00
parent 7fa17d7de8
commit c062ffd0d2
Signed by: adrien
GPG Key ID: 4F17BEA67707AC21
1 changed files with 15 additions and 14 deletions

View File

@ -1,15 +1,16 @@
* {
background-color: #282c34;
border-color: #282c34;
text-color: #bbc2cf;
font: "Agave Nerd Font 15";
prompt-font: "Agave Nerd Font 15";
prompt-background: #51afef;
prompt-foreground: #282c34;
prompt-padding: 4px;
alternate-normal-background: #1c1f24;
alternate-normal-foreground: @text-color;
selected-normal-background: #ae3f3e;
selected-normal-foreground: #ffffff;
spacing: 3;
configuration {
background-color: #ffffff;
border-color: #ffffff;
text-color: #bbc2cf;
font: "Agave Nerd Font 15";
prompt-font: "Agave Nerd Font 15";
prompt-background: #ffffff;
prompt-foreground: #282c34;
prompt-padding: 15px;
alternate-normal-background: #1c1f24;
alternate-normal-foreground: @text-color;
selected-normal-background: #ae3f3e;
selected-normal-foreground: #ffffff;
spacing: 10;
parse-known-hosts: false;
}