Skip to content

Commit

Permalink
🪛 more tweaks to ui
Browse files Browse the repository at this point in the history
  • Loading branch information
diffficult committed Oct 31, 2023
1 parent 61d4145 commit 7f8524b
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions rofi/.config/rofi/themes/slate.rasi
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
* {
background-color: #282C33;
border-color: #2e343f;
text-color: #8ca0aa;
spacing: 0;
width: 512px;
}

inputbar {
border: 0 0 1px 0;
children: [prompt,entry];
}

prompt {
padding: 16px;
border: 0 1px 0 0;
}

textbox {
background-color: #2e343f;
border: 0 0 1px 0;
border-color: #282C33;
padding: 8px 16px;
}

entry {
padding: 16px;
}

listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
}

element {
border: 0 0 1px 0;
padding: 16px;
}

element selected {
background-color: #2e343f;
}

element-icon {
size: 36px;
border: 0px;
background-color: inherit;
text-color: inherit;
highlight: none;
}

listview {
lines: 5;
}

0 comments on commit 7f8524b

Please sign in to comment.