dotfiles/stow_home/rofi/.config/rofi/themes/centered-nord.rasi

85 lines
1.9 KiB
Plaintext
Executable File

/**
* Based on: dt-center.rasi by Derek Taylor (DT)
* Customized by JoelChrono12
* Nord Theme Rofi
*/
* {
background-color: #2e3440;
border-color: #2e3440;
text-color: #eceff4;
font: "monospace 12";
prompt-font: "monospace 13";
prompt-background: #b48ead;
prompt-foreground: #2e3440;
prompt-padding: 6px;
alternate-normal-background: #3b4252;
alternate-normal-foreground: @text-color;
selected-normal-background: #a3be8c;
selected-normal-foreground: #2e3440;
border-radius: 8px;
spacing: 3;
}
#window {
border: 1;
padding: 5;
}
#mainbox {
border: 0;
padding: 0;
}
#message {
border: 1px dash 0px 0px ;
padding: 1px ;
}
#listview {
fixed-height: 0;
border: 2px dash 0px 0px ;
spacing: 2px ;
scrollbar: true;
padding: 2px 0px 0px ;
}
#element {
border: 0;
padding: 1px ;
}
#element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
#scrollbar {
width: 0px ;
border: 0;
handle-width: 0px ;
padding: 0;
}
#sidebar {
border: 2px dash 0px 0px ;
}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#inputbar {
spacing: 0;
padding: 1px ;
}
#case-indicator {
spacing: 0;
}
#entry {
padding: 4px 4px;
expand: false;
width: 100%;
}
#prompt {
padding: @prompt-padding;
background-color: @prompt-background;
text-color: @prompt-foreground;
font: @prompt-font;
}