Upload from GitHub
This commit is contained in:
78
general/configs/rofi/themes/power.rasi
Executable file
78
general/configs/rofi/themes/power.rasi
Executable file
@@ -0,0 +1,78 @@
|
||||
* {
|
||||
background: rgba(0, 30, 50, 1);
|
||||
foreground: #ffffff;
|
||||
border-color: @background;
|
||||
bg-selected: #282c34;
|
||||
grey: #565c64;
|
||||
spacing: 2;
|
||||
width: 20em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#window {
|
||||
background-color: @background;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
location: west;
|
||||
anchor: west;
|
||||
height: 40%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#mainbox {
|
||||
background-color: @background;
|
||||
spacing: 10px;
|
||||
margin: 10px 0 0 0;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#inputbar {
|
||||
children: [prompt,entry];
|
||||
background-color: @background;
|
||||
}
|
||||
|
||||
#listview {
|
||||
background-color: @background;
|
||||
fixed-height: true;
|
||||
margin: 5px 0 0 10px;
|
||||
}
|
||||
|
||||
#element {
|
||||
padding: 5px;
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @bg-selected;
|
||||
text-color: @foreground;
|
||||
}
|
||||
|
||||
element-text {
|
||||
background-color: inherit;
|
||||
text-color: inherit;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
background-color: inherit;
|
||||
margin: 0 4px 0 0;
|
||||
size: 25px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
background-color: @background;
|
||||
text-color: @foreground;
|
||||
placeholder: "Search";
|
||||
placeholder-color: @grey;
|
||||
font: "Sora Regular 20";
|
||||
}
|
||||
|
||||
#prompt {
|
||||
background-color: @background;
|
||||
padding: 0 4px;
|
||||
margin: 0 5px 0 0;
|
||||
text-color: @foreground;
|
||||
font: "Sora Regular 20";
|
||||
}
|
||||
|
Reference in New Issue
Block a user