nix-configs/other/rofi-themes/applauncher.rasi

80 lines
1.1 KiB
Text
Raw Permalink Normal View History

2022-09-09 10:55:45 +00:00
* {
background-color: #282828;
text-color: #ebdbb2;
}
window {
width: 1024px;
background-color: #1d2021;
border-radius: 12px;
}
mainbox {
spacing: 0px;
children: [inputbar,listview];
}
element {
background: #1d2021;
children: [ element-icon, element-text ];
}
element,element-text,element-icon, button {
cursor: pointer;
}
inputbar {
margin: 0px 0px 0.5em 0em;
spacing: 0.4em;
background-color: #1d2021;
children: [entry,overlay];
}
listview, inputbar, message {
columns: 5;
lines: 3;
}
listview {
padding: 20px;
2022-09-09 12:35:46 +00:00
border-radius: inherit;
2022-09-09 10:55:45 +00:00
}
element {
border: 0;
padding: 10px;
2023-01-29 12:38:53 +00:00
font: "Atkinson Hyperlegible 8";
2022-09-09 10:55:45 +00:00
orientation: vertical;
border-radius: 10px;
}
element-icon {
padding: 1.5em 1.5em 0.5em;
size: 4.5em;
}
element selected {
background-color: #1d2021;
}
element-text {
padding: 0 0 7px 0;
}
element-text selected, element-icon selected {
background-color: #1d2021;
}
element-text, element-icon {
font-size: 2em;
2023-01-29 12:38:53 +00:00
font: "Atkinson Hyperlegible";
2022-09-09 10:55:45 +00:00
horizontal-align: 0.5;
}
entry {
padding: 15px;
background-color: #1d2021;
}