.dotfiles/.config/rofi/slate.rasi

42 lines
526 B
Plaintext
Raw Normal View History

2021-11-08 01:29:28 +01:00
* {
background-color: #2b303b;
background-color: black;
2021-11-02 18:26:26 +01:00
border-color: #2e343f;
text-color: #8ca0aa;
border-radius: 5px;
2021-11-08 01:29:28 +01:00
border-radius: 0px;
spacing: 0px;
width: 20%;
2021-11-02 18:26:26 +01:00
}
inputbar {
border: 0 0 1px 0;
2021-11-08 01:29:28 +01:00
children: [entry];
2021-11-02 18:26:26 +01:00
}
prompt {
padding: 16px;
border: 0 1px 0 0;
}
entry {
2021-11-08 01:29:28 +01:00
padding: 8px;
2021-11-02 18:26:26 +01:00
}
listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}
element {
border: 0 0 1px 0;
padding: 16px;
2021-11-08 01:29:28 +01:00
padding-left: 0px;
margin-left: 0px;
2021-11-02 18:26:26 +01:00
}
element selected {
background-color: #2e343f;
}