Update colors and rofi

This commit is contained in:
Marco Thomas
2022-02-11 23:34:01 +01:00
parent fd31cdf2ca
commit f3348e4769
13 changed files with 71 additions and 209 deletions

View File

@@ -6,7 +6,7 @@ configuration {
show-icons: true;
display-drun: "🔎 Launch";
display-filebrowser: "💾 Files";
display-window: "🖥️ Switch application";
display-window: "🖥️ Switch to";
location: 0;
terminal: "alacritty";
sidebar-mode: false;
@@ -16,14 +16,47 @@ configuration {
@theme "Arc"
* {
font: "Roboto 20";
font: "Roboto 25";
alternate-normal-background: @background;
width: 30%;
height: 40%;
}
element-icon { size: 2ch ; }
element.selected.active {
background-color: #A6CC70;
text-color: rgba ( 255, 255, 255, 100 % );
}
element.selected.normal {
background-color: #A6CC70;
text-color: rgba ( 255, 255, 255, 100 % );
}
inputbar {
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
padding: 16px;
}