Update rofi configs

This commit is contained in:
Wiktor Zykubek 2020-05-22 15:51:19 +02:00
parent 0938ed2bd0
commit f7324dc482
2 changed files with 75 additions and 67 deletions

8
.config/rofi/config Normal file
View File

@ -0,0 +1,8 @@
rofi.modi: drun,run
rofi.font: Inconsolata 11
rofi.m: 0 /* monitor */
rofi.width: 450
rofi.theme: theme
rofi.location: 2
rofi.xoffset: 0
rofi.yoffset: 60

View File

@ -1,14 +1,14 @@
* {
maincolor: #282a38;
highlight: bold #e2a478;
urgentcolor: #dfdfdf;
prompt-background: #20232b;
scrollbar-handle: #555a63;
foreground: #dfdfdf;
background: #0e0f14;
blackselect: #22262e;
highlight: bold #6e99bf;
background: @maincolor;
background-color: @background;
show-icons: true;
blackselect: #363b47;
show-icons: false;
}
window {
@ -37,16 +37,16 @@ textbox {
listview {
columns: 1;
fixed-height: true;
scrollbar: false;
fixed-height: false;
scrollbar: true;
spacing: 0px;
padding: 1px 0px 0px 0px;
margin: 0px 0px 1px 0px;
background: #0a0200;
background: @background;
}
element {
padding: 2px 15px;
padding: 4px 15px;
}
element normal.normal {
@ -96,9 +96,9 @@ element alternate.active {
}
scrollbar {
background-color: @background;
handle-color: @cyan;
handle-width: 15px;
background-color: @prompt-background;
handle-color: @scrollbar-handle;
handle-width: 7px;
}
mode-switcher {
@ -107,7 +107,7 @@ mode-switcher {
button {
background-color: @background;
text-color: @cyan;
text-color: @foreground;
}
button selected {
@ -120,13 +120,13 @@ inputbar {
}
prompt {
padding: 6px 9px;
background-color: @maincolor;
text-color:#dfdfdf;
padding: 8px 11px;
background-color: @prompt-background;
text-color: @foreground;
}
entry {
padding:6px 10px;
padding: 8px 10px;
background-color: @background;
text-color: @urgentcolor;
}