From 1e42ea4852b86b24046c29d9b629c90d6e08036f Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 15 Feb 2018 19:43:43 +0000 Subject: [PATCH 1/2] Update sidetab.rasi --- User Themes/sidetab.rasi | 102 ++++++++++++++++++++++----------------- 1 file changed, 57 insertions(+), 45 deletions(-) diff --git a/User Themes/sidetab.rasi b/User Themes/sidetab.rasi index 5bfd09a..70adad1 100644 --- a/User Themes/sidetab.rasi +++ b/User Themes/sidetab.rasi @@ -4,40 +4,52 @@ * Copyright: deadguy *******************************************************************************/ +configuration { + display-drun: "Activate"; + display-run: "Execute"; + display-window: "Window"; + show-icons: true; + sidebar-mode: true; +} + * { - background-color: #080808; - text-color: #d3d7cf; - selbg: #215d9c; - actbg: #262626; - urgbg: #e53935; - winbg: #26c6da; + background-color: #080808; + text-color: #d3d7cf; + selbg: #215d9c; + actbg: #262626; + urgbg: #e53935; + winbg: #26c6da; - selected-normal-foreground: @winbg; - normal-foreground: @text-color; - selected-normal-background: @actbg; - normal-background: @background-color; + selected-normal-foreground: @winbg; + normal-foreground: @text-color; + selected-normal-background: @actbg; + normal-background: @background-color; - selected-urgent-foreground: @background-color; - urgent-foreground: @text-color; - selected-urgent-background: @urgbg; - urgent-background: @background-color; + selected-urgent-foreground: @background-color; + urgent-foreground: @text-color; + selected-urgent-background: @urgbg; + urgent-background: @background-color; - selected-active-foreground: @winbg; - active-foreground: @text-color; - selected-active-background: @actbg; - active-background: @selbg; + selected-active-foreground: @winbg; + active-foreground: @text-color; + selected-active-background: @actbg; + active-background: @selbg; - margin: 0; - padding: 0; + line-margin: 2; + line-padding: 2; + separator-style: "none"; + hide-scrollbar: "true"; + margin: 0; + padding: 0; } #window { - location: west; - anchor: west; - height: 100%; - width: 22%; - orientation: horizontal; - children: [mainbox]; + location: west; + anchor: west; + height: 100%; + width: 22%; + orientation: horizontal; + children: [mainbox]; } #mainbox { @@ -73,50 +85,50 @@ } #element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; + background-color: @normal-background; + text-color: @normal-foreground; } #element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; + background-color: @urgent-background; + text-color: @urgent-foreground; } #element.normal.active { - background-color: @active-background; - text-color: @active-foreground; + background-color: @active-background; + text-color: @active-foreground; } #element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; - border: 0 5px solid 0 0; + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; + border: 0 5px solid 0 0; border-color: @active-background; } #element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; + background-color: @selected-urgent-background; + text-color: @selected-urgent-foreground; } #element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; + background-color: @selected-active-background; + text-color: @selected-active-foreground; } #element.alternate.normal { - background-color: @normal-background; - text-color: @normal-foreground; + background-color: @normal-background; + text-color: @normal-foreground; } #element.alternate.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; + background-color: @urgent-background; + text-color: @urgent-foreground; } #element.alternate.active { - background-color: @active-background; - text-color: @active-foreground; + background-color: @active-background; + text-color: @active-foreground; } /* vim:ft=css */ From 6f4a55a65eaae5ee37c2a526b5483d60f3907909 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Thu, 15 Feb 2018 22:28:21 +0100 Subject: [PATCH 2/2] Update sidetab.rasi --- User Themes/sidetab.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/User Themes/sidetab.rasi b/User Themes/sidetab.rasi index 726588d..c465e26 100644 --- a/User Themes/sidetab.rasi +++ b/User Themes/sidetab.rasi @@ -17,7 +17,7 @@ configuration { selbg: #215d9c; actbg: #262626; urgbg: #e53935; - winbg: #26c6da; + winbg: #26c6da; selected-normal-foreground: @winbg; normal-foreground: @text-color; @@ -128,4 +128,4 @@ element alternate.urgent { element alternate.active { background-color: @active-background; text-color: @active-foreground; -} \ No newline at end of file +}