From 87d9caec6009b304d97042474219c4a72a445554 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 18 Sep 2017 17:53:35 +0200 Subject: [PATCH] Fix DarkBlue theme --- themes/DarkBlue.rasi | 2 +- themes/arthur.rasi | 8 ++++---- 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; }