rofi/doc/default_theme.rasi

132 lines
3.6 KiB
Plaintext
Raw Normal View History

* {
selected-normal-foreground: @lightbg;
2017-09-08 19:57:55 +00:00
foreground: rgba ( 0, 43, 54, 100 % );
normal-foreground: @foreground;
alternate-normal-background: @lightbg;
2017-09-08 19:57:55 +00:00
red: rgba ( 220, 50, 47, 100 % );
selected-urgent-foreground: @background;
2017-09-08 19:57:55 +00:00
blue: rgba ( 38, 139, 210, 100 % );
urgent-foreground: @red;
alternate-urgent-background: @lightbg;
active-foreground: @blue;
2017-05-16 20:33:55 +00:00
lightbg: rgba ( 238, 232, 213, 100 % );
selected-active-foreground: @background;
alternate-active-background: @lightbg;
2017-05-16 20:33:55 +00:00
background: rgba ( 253, 246, 227, 100 % );
2017-09-08 19:57:55 +00:00
alternate-normal-foreground: @foreground;
normal-background: @background;
2017-05-16 20:33:55 +00:00
lightfg: rgba ( 88, 104, 117, 100 % );
selected-normal-background: @lightfg;
2017-09-09 10:49:40 +00:00
border-color: @foreground;
spacing: 2;
2017-09-09 10:49:40 +00:00
separatorcolor: @foreground;
urgent-background: @background;
selected-urgent-background: @red;
2017-09-09 10:49:40 +00:00
alternate-urgent-foreground: @red;
background-color: rgba ( 0, 0, 0, 0 % );
alternate-active-foreground: @blue;
active-background: @background;
2017-09-09 10:49:40 +00:00
selected-active-background: @blue;
}
#window {
2017-09-09 10:49:40 +00:00
background-color: @background;
border: 1;
padding: 5;
}
2017-09-09 10:49:40 +00:00
#mainbox {
border: 0;
padding: 0;
}
2017-09-09 10:49:40 +00:00
#message {
border: 1px dash 0px 0px ;
border-color: @separatorcolor;
2017-09-09 12:50:23 +00:00
padding: 1px ;
}
2017-09-09 12:50:23 +00:00
#textbox {
2017-09-09 10:49:40 +00:00
text-color: @foreground;
}
2017-09-09 10:49:40 +00:00
#listview {
fixed-height: 0;
border: 2px dash 0px 0px ;
2017-09-09 10:49:40 +00:00
border-color: @separatorcolor;
spacing: 2px ;
scrollbar: true;
padding: 2px 0px 0px ;
}
2017-09-09 10:49:40 +00:00
#element {
border: 0;
padding: 1px ;
}
2017-09-09 10:49:40 +00:00
#element.normal.normal {
background-color: @normal-background;
text-color: @normal-foreground;
}
2017-09-09 10:49:40 +00:00
#element.normal.urgent {
background-color: @urgent-background;
text-color: @urgent-foreground;
}
2017-09-09 10:49:40 +00:00
#element.normal.active {
background-color: @active-background;
text-color: @active-foreground;
}
2017-09-09 10:49:40 +00:00
#element.selected.normal {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
2017-09-09 10:49:40 +00:00
#element.selected.urgent {
background-color: @selected-urgent-background;
text-color: @selected-urgent-foreground;
}
2017-09-09 10:49:40 +00:00
#element.selected.active {
background-color: @selected-active-background;
text-color: @selected-active-foreground;
}
2017-09-09 10:49:40 +00:00
#element.alternate.normal {
background-color: @alternate-normal-background;
text-color: @alternate-normal-foreground;
}
2017-09-09 10:49:40 +00:00
#element.alternate.urgent {
background-color: @alternate-urgent-background;
text-color: @alternate-urgent-foreground;
}
2017-09-09 10:49:40 +00:00
#element.alternate.active {
background-color: @alternate-active-background;
text-color: @alternate-active-foreground;
}
2017-09-09 10:49:40 +00:00
#scrollbar {
width: 4px ;
border: 0;
handle-color: @normal-foreground;
handle-width: 8px ;
padding: 0;
}
2017-09-09 10:49:40 +00:00
#sidebar {
border: 2px dash 0px 0px ;
border-color: @separatorcolor;
}
2017-09-18 07:06:40 +00:00
#button {
spacing: 0;
text-color: @normal-foreground;
}
2017-09-09 10:49:40 +00:00
#button.selected {
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}
2017-09-09 10:49:40 +00:00
#inputbar {
spacing: 0;
text-color: @normal-foreground;
padding: 1px ;
2017-05-20 13:37:29 +00:00
}
2017-09-09 10:49:40 +00:00
#case-indicator {
spacing: 0;
text-color: @normal-foreground;
}
#entry {
spacing: 0;
text-color: @normal-foreground;
}
2017-09-09 10:49:40 +00:00
#prompt {
spacing: 0;
text-color: @normal-foreground;
}