summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-09 15:10:41 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-09 15:10:41 +0200
commit131dd56522b1d205667f8399e8dc21418f02f721 (patch)
tree704fa3a71077dffa096f793b9458c575037cafd4
parente1abc420e03860334d92729696da83c67a57c797 (diff)
small fix to arthur theme
-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;