Modify rofi's configuration file
This commit is contained in:
parent
7fa17d7de8
commit
c062ffd0d2
@ -1,15 +1,16 @@
|
|||||||
* {
|
configuration {
|
||||||
background-color: #282c34;
|
background-color: #ffffff;
|
||||||
border-color: #282c34;
|
border-color: #ffffff;
|
||||||
text-color: #bbc2cf;
|
text-color: #bbc2cf;
|
||||||
font: "Agave Nerd Font 15";
|
font: "Agave Nerd Font 15";
|
||||||
prompt-font: "Agave Nerd Font 15";
|
prompt-font: "Agave Nerd Font 15";
|
||||||
prompt-background: #51afef;
|
prompt-background: #ffffff;
|
||||||
prompt-foreground: #282c34;
|
prompt-foreground: #282c34;
|
||||||
prompt-padding: 4px;
|
prompt-padding: 15px;
|
||||||
alternate-normal-background: #1c1f24;
|
alternate-normal-background: #1c1f24;
|
||||||
alternate-normal-foreground: @text-color;
|
alternate-normal-foreground: @text-color;
|
||||||
selected-normal-background: #ae3f3e;
|
selected-normal-background: #ae3f3e;
|
||||||
selected-normal-foreground: #ffffff;
|
selected-normal-foreground: #ffffff;
|
||||||
spacing: 3;
|
spacing: 10;
|
||||||
|
parse-known-hosts: false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user