simple-awesome/assets/rofi/themes/paper-float.rasi

141 lines
2.5 KiB
Plaintext

/**
* A floating box version of the paper theme.
*
* User: Qball
* Copyright: Dave Davenport
*/
* {
background: #222222;
active-background: #0005;
active-background-selected: #fff1;
text: #eeeeee;
blue: #0000FF;
black: #000000;
grey: #eeeeee;
spacing: 2;
background-color: #00000000;
border-color: #fff2;
anchor: north;
location: center;
highlight: bold #fff;
}
#window {
transparency: "screenshot";
background-color: #00000000;
border: 0;
padding: 0% 0% 1em 0%;
x-offset: 0;
y-offset: -10%;
}
#mainbox {
padding: 0px;
border: 0;
spacing: 1%;
}
#message {
border: 2px;
padding: 1em;
background-color: @background;
text-color: @text;
}
#textbox normal {
text-color: @text;
padding: 0;
border: 0;
}
#listview {
fixed-height: 1;
border: 2px;
padding: 1em;
reverse: false;
columns: 1;
background-color: @background;
}
#element {
border: 0;
padding: 2px;
}
#element normal.normal {
text-color: @text;
background-color: @background;
}
#element normal.urgent {
text-color: @text;
background-color: @background;
}
#element normal.active {
text-color: @text;
background-color: @active-background;
}
#element selected.normal {
text-color: @text;
background-color: #fff1;
}
#element selected.urgent {
text-color: @text;
background-color: @background;
}
#element selected.active {
text-color: @text;
background-color: @active-background-selected;
}
#element alternate.normal {
text-color: @text;
background-color: @background;
}
#element alternate.urgent {
text-color: @text;
background-color: @background;
}
#element alternate.active {
text-color: @text;
background-color: @active-background;
}
#scrollbar {
border: 0;
padding: 0;
}
#inputbar {
spacing: 0;
border: 2px;
padding: 0.5em 1em;
background-color: @background;
index: 0;
}
#inputbar normal {
foreground-color: @text;
background-color: @background;
}
#mode-switcher {
border: 2px;
padding: 0.5em 1em;
background-color: @background;
index: 10;
}
#button selected {
text-color: @text;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
}
#prompt {
text-color: @text;
}
#entry {
text-color: @text;
}
#case-indicator {
text-color: @text;
}
#textbox-prompt-colon {
expand: false;
str: ":";
margin: 0px 0.3em 0em 0em ;
text-color: @text;
}