dotfiles/home/.config/rofi/nord.rasi
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

151 lines
3.5 KiB
Plaintext

* {
nord0: #2E3440;
nord1: #3B4252;
nord2: #434C5E;
nord3: #4C566A;
nord4: #D8DEE9;
nord5: #E5E9F0;
nord6: #ECEFF4;
nord7: #8FBCBB;
nord8: #88C0D0;
nord9: #81A1C1;
nord10: #5E81AC;
nord11: #BF616A;
nord12: #D08770;
nord13: #EBCB8B;
nord14: #A3BE8C;
nord15: #B48EAD;
background: @nord0;
foreground: @nord4;
selected-normal-foreground: @nord4;
normal-foreground: @foreground;
alternate-normal-background: @nord0;
selected-urgent-foreground: @nord4;
urgent-foreground: @foreground;
alternate-urgent-background: @nord0;
active-foreground: @foreground;
selected-active-foreground: @foreground;
alternate-active-background: @nord0;
bordercolor: @nord10;
alternate-normal-foreground: @foreground;
normal-background: @background;
selected-normal-background: @nord3;
border-color: @nord10;
spacing: 2;
separatorcolor: @blue;
urgent-background: @background;
selected-urgent-background: @nord3;
alternate-urgent-foreground: @urgent-foreground;
background-color: @background;
alternate-active-foreground: @active-foreground;
active-background: @background;
selected-active-background: @nord3;
}
//----------------------
// Style
//----------------------
#window {
background-color: @background;
}
#mainbox {
border: 2;
padding: 10;
}
#message {
border: 2px 2px 2px ;
border-color: @separatorcolor;
padding: 10 ;
}
#textbox {
text-color: @foreground;
}
#listview {
fixed-height: 0;
padding: 5 0 0;
spacing: 5px ;
}
#element {
border: 0;
padding: 5px ;
}
#element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
#element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
#element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
#element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
#element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
#element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
#element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
#element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
#inputbar {
spacing: 5;
text-color: @normal-foreground;
padding: 5px ;
border: 0 0 1;
border-color: @separatorcolor;
}
#case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
#entry {
spacing: 0;
text-color: @normal-foreground;
}
#prompt {
spacing: 0;
text-color: @normal-foreground;
}