summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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