make a new rofi theme
This commit is contained in:
parent
41b8416c56
commit
233a15530c
2 changed files with 61 additions and 36 deletions
60
home-manager/modules/rofi.css
Normal file
60
home-manager/modules/rofi.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
* {
|
||||
background-color: transparent;
|
||||
text-color: @foreground;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
window {
|
||||
location: center;
|
||||
width: 700px;
|
||||
background-color: @background;
|
||||
border: 2px solid;
|
||||
border-color: @border-color;
|
||||
}
|
||||
|
||||
inputbar {
|
||||
padding: 8px;
|
||||
spacing: 4px;
|
||||
background-color: @alternate-normal-background;
|
||||
color: @alternate-normal-foreground;
|
||||
}
|
||||
|
||||
textbox {
|
||||
padding: 4px 8px;
|
||||
background-color: @alternate-normal-background;
|
||||
}
|
||||
|
||||
listview {
|
||||
columns: 1;
|
||||
spacing: 8px;
|
||||
fixed-columns: true;
|
||||
}
|
||||
|
||||
element {
|
||||
spacing: 1em;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
element normal urgent {
|
||||
text-color: @urgent-foreground;
|
||||
}
|
||||
|
||||
element normal active {
|
||||
text-color: @active-foreground;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @selected-normal-background;
|
||||
color: @selected-normal-foreground;
|
||||
}
|
||||
|
||||
element selected urgent {
|
||||
background-color: @selected-urgent-background;
|
||||
color: @selected-urgent-foreground;
|
||||
}
|
||||
|
||||
element-text {
|
||||
text-color: inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue