summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/arthur.rasi16
1 files changed, 4 insertions, 12 deletions
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index 39d0f9e6..6052e561 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -97,24 +97,16 @@ configuration {
#inputbar {
color: @lightgreen;
- padding: 8px;
+ padding: 11px;
background-color: @tlightblack;
border: 2px 2px 2px 2px;
border-radius: 15px 15px 0px 0px;
border-color: @foreground;
font: "Sauce Code Pro 18";
}
-#prompt {
- color: inherit;
-}
-#entry {
- color:inherit;
-}
-#entry {
- color:inherit;
-}
-#entry {
- font: inherit;
+#entry,prompt,case-indicator {
+ text-font: inherit;
+ text-color:inherit;
}
#listview {
padding: 8px;