summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-10-31 09:51:00 +0100
committerDave Davenport <qball@gmpclient.org>2017-10-31 09:51:00 +0100
commit0bb64cf1adf3377f7c9847723dbb3ea19e06af13 (patch)
tree98573e999f3f76b2227ac91b1191eb850bb05c6f /include
parent1dccdb302e321db3973b010fb4e11ae759bc4702 (diff)
Add extra margin between prompt and entry.
Diffstat (limited to 'include')
-rw-r--r--include/default-theme.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/default-theme.h b/include/default-theme.h
index 5ece964b..f55ad246 100644
--- a/include/default-theme.h
+++ b/include/default-theme.h
@@ -140,5 +140,6 @@ const char *default_theme =
"#inputbar, case-indicator, entry, prompt, button {"
" spacing: 0;"
" text-color: @normal-foreground;"
- "}";
+ "}"
+ "#inputbar { spacing: 3px; }";
#endif