rofi: add themes

This commit is contained in:
Inhji 2022-12-07 23:33:53 +01:00
parent f57297d584
commit c00311eb13
5 changed files with 82 additions and 11 deletions

8
config/rofi/config Normal file
View File

@ -0,0 +1,8 @@
configuration {
display-drun: "";
font: "Inter Bold 24";
show-icons: true;
icon-theme: "Moka";
}
@theme "mnt-reform"

View File

@ -1,11 +0,0 @@
configuration {
lines: 7;
display-drun: "";
font: "Caskaydia Cove Nerd Font 12";
}
window {
width: 600;
}
@theme "./manjaro.rasi"

View File

@ -0,0 +1,31 @@
//! ------------------------------------------------------------------------------
//! ROFI MNT Reform Color theme
//! User: MNT Research GmbH
//! ------------------------------------------------------------------------------
* {
background-color: #000000;
text-color: #ffffff;
}
prompt {
text-color: #000000;
font-size: 0;
}
window {
padding: 32px;
}
normal {
text-color: #ffffff;
}
selected, element-icon selected {
background-color: #ffffff;
text-color: #000000;
}
element-icon {
size: 1.15em;
}

View File

@ -0,0 +1,43 @@
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 512px;
}
inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}
entry {
padding: 16px;
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
}
element selected {
background-color: #2e343f;
}