summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/rofi/theme.rasi4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rofi/theme.rasi b/etc/rofi/theme.rasi
index 799cb19..6d9f713 100644
--- a/etc/rofi/theme.rasi
+++ b/etc/rofi/theme.rasi
@@ -18,7 +18,7 @@ configuration {
background-color: @black;
text-color: @white;
- margin: 2px;
+ padding: 2px;
}
window {
@@ -32,12 +32,12 @@ inputbar {
children: [prompt, entry];
border: 0 0 2px 0;
border-color: @blue;
- padding: 4px;
}
listview {
columns: 1;
spacing: 4px;
+ padding: 2px 0;
}
prompt {