summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-09-18 17:53:35 +0200
committerDave Davenport <qball@gmpclient.org>2017-09-18 17:53:35 +0200
commit87d9caec6009b304d97042474219c4a72a445554 (patch)
tree94248a31e777df5767cf98c5ba46dc81975d6ac8
parent99f2a1a9bf6fedeafe3e882f76aff876274d8ed3 (diff)
Fix DarkBlue theme
-rw-r--r--themes/DarkBlue.rasi2
-rw-r--r--themes/arthur.rasi8
2 files changed, 5 insertions, 5 deletions
diff --git a/themes/DarkBlue.rasi b/themes/DarkBlue.rasi
index 308225ec..76d02982 100644
--- a/themes/DarkBlue.rasi
+++ b/themes/DarkBlue.rasi
@@ -121,7 +121,7 @@
spacing: 0;
text-color: @normal-foreground;
}
-#prompt {
+#prompt, button{
spacing: 0;
text-color: @normal-foreground;
}
diff --git a/themes/arthur.rasi b/themes/arthur.rasi
index 5bd96b46..dfeb688d 100644
--- a/themes/arthur.rasi
+++ b/themes/arthur.rasi
@@ -21,7 +21,7 @@ configuration {
* {
foreground: #ffeedd;
backlight: #ccffeedd;
- background-color: rgba(0,0,0,0);
+ background-color: transparent;
dark: #1c1c1c;
// Black
black: #3d352a;
@@ -104,7 +104,7 @@ configuration {
font: "Sauce Code Pro 18";
}
#entry,prompt,case-indicator {
- text-font: inherit;
+ text-font: inherit;
text-color:inherit;
}
#listview {
@@ -117,11 +117,11 @@ configuration {
lines: 10;
}
#element {
- padding: 3px;
+ padding: 3px;
vertical-align: 0.5;
// border: 2px;
border-radius: 4px;
- background-color: transparent;
+ background-color: transparent;
color: @foreground;
font:inherit;
}