1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/doc/default_theme.rasi

132 lines
3.6 KiB
Text
Raw Normal View History

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