summaryrefslogtreecommitdiffstats
path: root/themes/arthur.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'themes/arthur.rasi')
-rw-r--r--themes/arthur.rasi9
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index 061b33ec..db57659f 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -66,7 +66,7 @@ configuration {
highlight: underline bold #ffffff;
transparent: rgba(0,0,0,0);
- font: "Sauce Code Powerline Medium 10";
+ font: "Source Code Pro 10";
}
#window {
location: center;
@@ -95,7 +95,7 @@ configuration {
background-color: @tcyan;
}
#message {
- font: "Sauce Code Powerline ExtraLight 8";
+ font: "Source Code Pro 8";
color: @black;
}
@@ -106,12 +106,15 @@ configuration {
border: 2px 2px 2px 2px;
border-radius: 15px 15px 0px 0px;
border-color: @foreground;
- font: "Sauce Code Pro 18";
+ font: "Source Code Pro 18";
}
#entry,prompt,case-indicator {
text-font: inherit;
text-color:inherit;
}
+#prompt {
+ margin: 0px 0.3em 0em 0em ;
+}
#listview {
padding: 8px;
border-radius: 0px 0px 15px 15px;