From 67886999ab7498f240bce345b474c6032fd2f5dc Mon Sep 17 00:00:00 2001 From: Wolfgang Popp Date: Tue, 24 Oct 2017 17:19:13 +0200 Subject: [PATCH 01/10] Add Arc-Dark theme again --- Official Themes/Arc-Dark.rasi | 137 ++++++++++++++++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 Official Themes/Arc-Dark.rasi diff --git a/Official Themes/Arc-Dark.rasi b/Official Themes/Arc-Dark.rasi new file mode 100644 index 0000000..2788229 --- /dev/null +++ b/Official Themes/Arc-Dark.rasi @@ -0,0 +1,137 @@ +/************************************************ + * ROFI Color theme + * User: leofa + * Copyright: 2017 leofa + ***********************************************/ + +* { + selected-normal-foreground: rgba ( 249, 249, 249, 100 % ); + foreground: rgba ( 196, 203, 212, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: rgba ( 64, 69, 82, 59 % ); + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: rgba ( 204, 102, 102, 100 % ); + alternate-urgent-background: rgba ( 75, 81, 96, 90 % ); + active-foreground: rgba ( 101, 172, 255, 100 % ); + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: rgba ( 249, 249, 249, 100 % ); + alternate-active-background: rgba ( 75, 81, 96, 89 % ); + background: rgba ( 45, 48, 59, 95 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: rgba ( 64, 132, 214, 100 % ); + border-color: rgba ( 124, 131, 137, 100 % ); + spacing: 2; + separatorcolor: rgba ( 29, 31, 33, 100 % ); + urgent-background: rgba ( 29, 31, 33, 17 % ); + selected-urgent-background: rgba ( 165, 66, 66, 100 % ); + alternate-urgent-foreground: @urgent-foreground; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @active-foreground; + active-background: rgba ( 29, 31, 33, 17 % ); + selected-active-background: rgba ( 68, 145, 237, 100 % ); +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 2px 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px 0px 0px ; + border-color: @separatorcolor; + spacing: 2px ; + scrollbar: true; + padding: 2px 0px 0px ; +} +#element { + border: 0; + padding: 1px ; +} +#element.normal.normal { + background-color: @normal-background; + text-color: @normal-foreground; +} +#element.normal.urgent { + background-color: @urgent-background; + text-color: @urgent-foreground; +} +#element.normal.active { + background-color: @active-background; + text-color: @active-foreground; +} +#element.selected.normal { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} +#element.selected.urgent { + background-color: @selected-urgent-background; + text-color: @selected-urgent-foreground; +} +#element.selected.active { + background-color: @selected-active-background; + text-color: @selected-active-foreground; +} +#element.alternate.normal { + background-color: @alternate-normal-background; + text-color: @alternate-normal-foreground; +} +#element.alternate.urgent { + background-color: @alternate-urgent-background; + text-color: @alternate-urgent-foreground; +} +#element.alternate.active { + background-color: @alternate-active-background; + text-color: @alternate-active-foreground; +} +#scrollbar { + width: 4px ; + border: 0; + handle-color: @normal-foreground; + handle-width: 8px ; + padding: 0; +} +#sidebar { + border: 2px 0px 0px ; + border-color: @separatorcolor; +} +#button { + spacing: 0; + text-color: @normal-foreground; +} +#button.selected { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} +#inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 1px ; +} +#case-indicator { + spacing: 0; + text-color: @normal-foreground; +} +#entry { + spacing: 0; + text-color: @normal-foreground; +} +#prompt { + spacing: 0; + text-color: @normal-foreground; +} From 4615de2a018e8732404647a543cb0d3b2c36a4f0 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Mon, 5 Feb 2018 17:43:49 +0100 Subject: [PATCH 02/10] add sidetab theme --- User Themes/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/User Themes/README.md b/User Themes/README.md index a060d4e..0d0eb25 100644 --- a/User Themes/README.md +++ b/User Themes/README.md @@ -8,4 +8,7 @@ ![royal_sky](https://53280.de/rofi/royal_blue.png) #### solarized-darker -![solarized_darker](https://i.imgur.com/7otjzla.png) \ No newline at end of file +![solarized_darker](https://53280.de/rofi/solarized_darker.png) + +#### sidetab +![sidetab](https://53280.de/rofi/sidetab.png) From ee0f12cfbeedec9ef8a98d39900804478f136114 Mon Sep 17 00:00:00 2001 From: Brian Hardisty Date: Mon, 12 Feb 2018 04:15:11 -0800 Subject: [PATCH 03/10] Add updated gruvbox themes --- Official Themes/gruvbox-dark-hard.rasi | 208 +++++++++++++---------- Official Themes/gruvbox-dark-soft.rasi | 208 +++++++++++++---------- Official Themes/gruvbox-dark.rasi | 208 +++++++++++++---------- Official Themes/gruvbox-light-hard.rasi | 208 +++++++++++++---------- Official Themes/gruvbox-light-soft.rasi | 209 ++++++++++++++---------- Official Themes/gruvbox-light.rasi | 208 +++++++++++++---------- 6 files changed, 745 insertions(+), 504 deletions(-) diff --git a/Official Themes/gruvbox-dark-hard.rasi b/Official Themes/gruvbox-dark-hard.rasi index a2b0ea6..3341f43 100644 --- a/Official Themes/gruvbox-dark-hard.rasi +++ b/Official Themes/gruvbox-dark-hard.rasi @@ -1,140 +1,180 @@ -/********************************************************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox*dark*hard.theme - * Desc: Gruvbox dark (hard contrast) color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox*rofi - * Modified: Sat Oct 22 2016 03:12:10 PDT *0700 - **********************************************************/ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-dark-hard.rasi + Desc: Gruvbox dark (hard contrast) color theme for Rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:08:57 PST -0800 + ========================================================================== */ * { - selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); - foreground: rgba ( 235, 219, 178, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox dark colors */ + gruvbox-dark-bg0-hard: #1d2021; + gruvbox-dark-bg0: #282828; + gruvbox-dark-bg2: #504945; + gruvbox-dark-fg0: #fbf1c7; + gruvbox-dark-fg1: #ebdbb2; + gruvbox-dark-red-dark: #cc241d; + gruvbox-dark-red-light: #fb4934; + gruvbox-dark-yellow-dark: #d79921; + gruvbox-dark-yellow-light: #fabd2f; + gruvbox-dark-gray: #a89984; + + /* Theme colors */ + background: @gruvbox-dark-bg0-hard; + background-color: @background; + foreground: @gruvbox-dark-fg1; + border-color: @gruvbox-dark-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 40, 40, 40, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 29, 32, 33, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 29, 32, 33, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 29, 32, 33, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 29, 32, 33, 100 % ); - alternate-active-background: rgba ( 215, 153, 33, 100 % ); - background: rgba ( 29, 32, 33, 100 % ); - bordercolor: rgba ( 168, 153, 132, 100 % ); + alternate-normal-background: @gruvbox-dark-bg0; alternate-normal-foreground: @foreground; - normal-background: rgba ( 29, 32, 33, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 80, 73, 69, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 168, 153, 132, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-dark-bg2; + selected-normal-foreground: @gruvbox-dark-fg0; + + active-background: @gruvbox-dark-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 215, 153, 33, 100 % ); - selected-active-background: rgba ( 250, 189, 47, 100 % ); + selected-active-background: @gruvbox-dark-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-dark-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-dark-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } + diff --git a/Official Themes/gruvbox-dark-soft.rasi b/Official Themes/gruvbox-dark-soft.rasi index 91bdff6..ebd9c8e 100644 --- a/Official Themes/gruvbox-dark-soft.rasi +++ b/Official Themes/gruvbox-dark-soft.rasi @@ -1,139 +1,179 @@ -/********************************************************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox*dark*soft.theme - * Desc: Gruvbox dark (soft contrast) color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox*rofi - * Modified: Sat Oct 22 2016 03:12:10 PDT *0700 - **********************************************************/ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-dark-soft.rasi + Desc: Gruvbox dark (soft contrast) color theme for Rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:09:04 PST -0800 + ========================================================================== */ + * { - selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); - foreground: rgba ( 235, 219, 178, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox dark colors */ + gruvbox-dark-bg0-soft: #32302f; + gruvbox-dark-bg1: #3c3836; + gruvbox-dark-bg3: #665c54; + gruvbox-dark-fg0: #fbf1c7; + gruvbox-dark-fg1: #ebdbb2; + gruvbox-dark-red-dark: #cc241d; + gruvbox-dark-red-light: #fb4934; + gruvbox-dark-yellow-dark: #d79921; + gruvbox-dark-yellow-light: #fabd2f; + gruvbox-dark-gray: #a89984; + + /* Theme colors */ + background: @gruvbox-dark-bg0-soft; + background-color: @background; + foreground: @gruvbox-dark-fg1; + border-color: @gruvbox-dark-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 60, 56, 54, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 50, 48, 47, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 50, 48, 47, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 50, 48, 47, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 50, 48, 47, 100 % ); - alternate-active-background: rgba ( 215, 153, 33, 100 % ); - background: rgba ( 50, 48, 47, 100 % ); - bordercolor: rgba ( 168, 153, 132, 100 % ); + alternate-normal-background: @gruvbox-dark-bg1; alternate-normal-foreground: @foreground; - normal-background: rgba ( 50, 48, 47, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 102, 92, 84, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 168, 153, 132, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-dark-bg3; + selected-normal-foreground: @gruvbox-dark-fg0; + + active-background: @gruvbox-dark-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 215, 153, 33, 100 % ); - selected-active-background: rgba ( 250, 189, 47, 100 % ); + selected-active-background: @gruvbox-dark-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-dark-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-dark-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } diff --git a/Official Themes/gruvbox-dark.rasi b/Official Themes/gruvbox-dark.rasi index 90e4f0b..b0e57ad 100644 --- a/Official Themes/gruvbox-dark.rasi +++ b/Official Themes/gruvbox-dark.rasi @@ -1,139 +1,179 @@ -/********************************************************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox*dark.theme - * Desc: Gruvbox dark color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox*rofi - * Modified: Sat Oct 22 2016 03:12:10 PDT *0700 - **********************************************************/ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-dark.rasi + Desc: Gruvbox dark color theme for Rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:08:43 PST -0800 + ========================================================================== */ + * { - selected-normal-foreground: rgba ( 251, 241, 199, 100 % ); - foreground: rgba ( 235, 219, 178, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox dark colors */ + gruvbox-dark-bg0: #282828; + gruvbox-dark-bg0-soft: #32302f; + gruvbox-dark-bg3: #665c54; + gruvbox-dark-fg0: #fbf1c7; + gruvbox-dark-fg1: #ebdbb2; + gruvbox-dark-red-dark: #cc241d; + gruvbox-dark-red-light: #fb4934; + gruvbox-dark-yellow-dark: #d79921; + gruvbox-dark-yellow-light: #fabd2f; + gruvbox-dark-gray: #a89984; + + /* Theme colors */ + background: @gruvbox-dark-bg0; + background-color: @background; + foreground: @gruvbox-dark-fg1; + border-color: @gruvbox-dark-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 50, 48, 47, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 40, 40, 40, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 40, 40, 40, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 40, 40, 40, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 40, 40, 40, 100 % ); - alternate-active-background: rgba ( 215, 153, 33, 100 % ); - background: rgba ( 40, 40, 40, 100 % ); - bordercolor: rgba ( 168, 153, 132, 100 % ); + alternate-normal-background: @gruvbox-dark-bg0-soft; alternate-normal-foreground: @foreground; - normal-background: rgba ( 40, 40, 40, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 102, 92, 84, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 168, 153, 132, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-dark-bg3; + selected-normal-foreground: @gruvbox-dark-fg0; + + active-background: @gruvbox-dark-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 215, 153, 33, 100 % ); - selected-active-background: rgba ( 250, 189, 47, 100 % ); + selected-active-background: @gruvbox-dark-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-dark-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-dark-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } diff --git a/Official Themes/gruvbox-light-hard.rasi b/Official Themes/gruvbox-light-hard.rasi index 2db85cb..96cd326 100644 --- a/Official Themes/gruvbox-light-hard.rasi +++ b/Official Themes/gruvbox-light-hard.rasi @@ -1,140 +1,180 @@ -/******************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox-light-hard.theme - * Desc: Gruvbox light (hard contrast) color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox-rofi - * Modified: Sat Oct 22 2016 03:11:32 PDT -0700 - */ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-light-hard.rasi + Desc: Gruvbox light (hard contrast) color theme for Rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:09:14 PST -0800 + ========================================================================== */ * { - selected-normal-foreground: rgba ( 40, 40, 40, 100 % ); - foreground: rgba ( 60, 56, 54, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox light colors */ + gruvbox-light-bg0-hard: #f9f5d7; + gruvbox-light-bg0: #fbf1c7; + gruvbox-light-bg1: #ebdbb2; + gruvbox-light-fg0: #282828; + gruvbox-light-fg1: #3c3836; + gruvbox-light-red-dark: #9d0006; + grubbox-light-red-light: #cc241d; + gruvbox-light-yellow-dark: #b57614; + gruvbox-light-yellow-light: #d79921; + gruvbox-light-gray: #7c6f64; + + /* Theme colors */ + background: @gruvbox-light-bg0-hard; + background-color: @background; + foreground: @gruvbox-light-fg1; + border-color: @gruvbox-light-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 251, 241, 199, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 253, 244, 193, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 253, 244, 193, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 253, 244, 193, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 253, 244, 193, 100 % ); - alternate-active-background: rgba ( 181, 118, 20, 100 % ); - background: rgba ( 249, 245, 215, 100 % ); - bordercolor: rgba ( 124, 111, 100, 100 % ); + alternate-normal-background: @gruvbox-light-bg0; alternate-normal-foreground: @foreground; - normal-background: rgba ( 249, 245, 215, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 235, 219, 178, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 124, 111, 100, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-light-bg1; + selected-normal-foreground: @gruvbox-light-fg0; + + active-background: @gruvbox-light-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 181, 118, 20, 100 % ); - selected-active-background: rgba ( 215, 153, 33, 100 % ); + selected-active-background: @gruvbox-light-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-light-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-light-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } + diff --git a/Official Themes/gruvbox-light-soft.rasi b/Official Themes/gruvbox-light-soft.rasi index bfb083c..d8d225c 100644 --- a/Official Themes/gruvbox-light-soft.rasi +++ b/Official Themes/gruvbox-light-soft.rasi @@ -1,139 +1,180 @@ -/******************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox-light-soft.theme - * Desc: Gruvbox light (soft contrast) color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox-rofi - * Modified: Sat Oct 22 2016 03:11:32 PDT -0700 - */ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-light-soft.rasi + Desc: Gruvbox light (soft contrast) color theme for Rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:09:21 PST -0800 + ========================================================================== */ + * { - selected-normal-foreground: rgba ( 40, 40, 40, 100 % ); - foreground: rgba ( 60, 56, 54, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox light colors */ + gruvbox-light-bg0-soft: #f2e5bc; + gruvbox-light-bg1: #ebdbb2; + gruvbox-light-bg2: #d5c4a1; + gruvbox-light-fg0: #282828; + gruvbox-light-fg1: #3c3836; + gruvbox-light-red-dark: #9d0006; + grubbox-light-red-light: #cc241d; + gruvbox-light-yellow-dark: #b57614; + gruvbox-light-yellow-light: #d79921; + gruvbox-light-gray: #7c6f64; + + /* Theme colors */ + background: @gruvbox-light-bg0-soft; + background-color: @background; + foreground: @gruvbox-light-fg1; + border-color: @gruvbox-light-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 235, 219, 178, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 242, 229, 188, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 242, 229, 188, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 242, 229, 188, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 242, 229, 188, 100 % ); - alternate-active-background: rgba ( 181, 118, 20, 100 % ); - background: rgba ( 242, 229, 188, 100 % ); - bordercolor: rgba ( 124, 111, 100, 100 % ); + alternate-normal-background: @gruvbox-light-bg1; alternate-normal-foreground: @foreground; - normal-background: rgba ( 242, 229, 188, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 213, 196, 161, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 124, 111, 100, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-light-bg2; + selected-normal-foreground: @gruvbox-light-fg0; + + active-background: @gruvbox-light-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 181, 118, 20, 100 % ); - selected-active-background: rgba ( 215, 153, 33, 100 % ); + selected-active-background: @gruvbox-light-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-light-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-light-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } + diff --git a/Official Themes/gruvbox-light.rasi b/Official Themes/gruvbox-light.rasi index deb3a57..6239d8a 100644 --- a/Official Themes/gruvbox-light.rasi +++ b/Official Themes/gruvbox-light.rasi @@ -1,139 +1,179 @@ -/******************* - * Rofi color theme - * - * Based on the Gruvbox color scheme for Vim by morhetz - * https://github.com/morhetz/gruvbox - * - * File: gruvbox-light.theme - * Desc: Gruvbox light color theme for Rofi - * Author: bardisty - * Source: https://github.com/bardisty/gruvbox-rofi - * Modified: Sat Oct 22 2016 03:11:32 PDT -0700 - */ +/* ========================================================================== + Rofi color theme + + Based on the Gruvbox color scheme for Vim by morhetz + https://github.com/morhetz/gruvbox + + File: gruvbox-light.rasi + Desc: Gruvbox light color theme for rofi + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 04:09:29 PST -0800 + ========================================================================== */ + * { - selected-normal-foreground: rgba ( 40, 40, 40, 100 % ); - foreground: rgba ( 60, 56, 54, 100 % ); + /* Theme settings */ + highlight: bold italic; + scrollbar: true; + + /* Gruvbox light colors */ + gruvbox-light-bg0: #fbf1c7; + gruvbox-light-bg0-soft: #f2e5bc; + gruvbox-light-bg2: #d5c4a1; + gruvbox-light-fg0: #282828; + gruvbox-light-fg1: #3c3836; + gruvbox-light-gray: #7c6f64; + gruvbox-light-red-dark: #9d0006; + grubbox-light-red-light: #cc241d; + gruvbox-light-yellow-dark: #b57614; + gruvbox-light-yellow-light: #d79921; + + /* Theme colors */ + background: @gruvbox-light-bg0; + background-color: @background; + foreground: @gruvbox-light-fg1; + border-color: @gruvbox-light-gray; + separatorcolor: @border-color; + scrollbar-handle: @border-color; + + normal-background: @background; normal-foreground: @foreground; - alternate-normal-background: rgba ( 242, 229, 188, 100 % ); - red: rgba ( 220, 50, 47, 100 % ); - selected-urgent-foreground: rgba ( 251, 241, 199, 100 % ); - blue: rgba ( 38, 139, 210, 100 % ); - urgent-foreground: rgba ( 251, 241, 199, 100 % ); - alternate-urgent-background: rgba ( 204, 36, 29, 100 % ); - active-foreground: rgba ( 251, 241, 199, 100 % ); - lightbg: rgba ( 238, 232, 213, 100 % ); - selected-active-foreground: rgba ( 251, 241, 199, 100 % ); - alternate-active-background: rgba ( 181, 118, 20, 100 % ); - background: rgba ( 251, 241, 199, 100 % ); - bordercolor: rgba ( 124, 111, 100, 100 % ); + alternate-normal-background: @gruvbox-light-bg0-soft; alternate-normal-foreground: @foreground; - normal-background: rgba ( 251, 241, 199, 100 % ); - lightfg: rgba ( 88, 104, 117, 100 % ); - selected-normal-background: rgba ( 213, 196, 161, 100 % ); - border-color: @foreground; - spacing: 2; - separatorcolor: rgba ( 124, 111, 100, 100 % ); - urgent-background: rgba ( 204, 36, 29, 100 % ); - selected-urgent-background: rgba ( 251, 73, 52, 100 % ); - alternate-urgent-foreground: @urgent-foreground; - background-color: rgba ( 0, 0, 0, 0 % ); + selected-normal-background: @gruvbox-light-bg2; + selected-normal-foreground: @gruvbox-light-fg0; + + active-background: @gruvbox-light-yellow-dark; + active-foreground: @background; + alternate-active-background: @active-background; alternate-active-foreground: @active-foreground; - active-background: rgba ( 181, 118, 20, 100 % ); - selected-active-background: rgba ( 215, 153, 33, 100 % ); + selected-active-background: @gruvbox-light-yellow-light; + selected-active-foreground: @active-foreground; + + urgent-background: @gruvbox-light-red-dark; + urgent-foreground: @background; + alternate-urgent-background: @urgent-background; + alternate-urgent-foreground: @urgent-foreground; + selected-urgent-background: @gruvbox-light-red-light; + selected-urgent-foreground: @urgent-foreground; } -#window { + +window { background-color: @background; - border: 1; - padding: 5; + border: 2; + padding: 2; } -#mainbox { + +mainbox { border: 0; padding: 0; } -#message { - border: 1px dash 0px 0px ; + +message { + border: 2px 0 0; border-color: @separatorcolor; - padding: 1px ; + padding: 1px; } -#textbox { + +textbox { + highlight: @highlight; text-color: @foreground; } -#listview { - fixed-height: 0; - border: 2px dash 0px 0px ; + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; border-color: @separatorcolor; - spacing: 2px ; - scrollbar: true; - padding: 2px 0px 0px ; + spacing: 2px; + scrollbar: @scrollbar; } -#element { + +element { border: 0; - padding: 1px ; + padding: 2px; } -#element.normal.normal { + +element.normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { + +element.normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { + +element.normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { + +element.selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { + +element.selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { + +element.selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { + +element.alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { + +element.alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { + +element.alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { - width: 4px ; + +scrollbar { + width: 4px; border: 0; - handle-width: 8px ; + handle-color: @scrollbar-handle; + handle-width: 8px; padding: 0; } -#sidebar { - border: 2px dash 0px 0px ; + +sidebar { + border: 2px 0 0; border-color: @separatorcolor; } -#button.selected { + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 1px ; -} -#case-indicator { - spacing: 0; - text-color: @normal-foreground; -} -#entry { - spacing: 0; - text-color: @normal-foreground; -} -#prompt { - spacing: 0; + +textbox-prompt-sep { + expand: false; + str: ":"; text-color: @normal-foreground; + margin: 0 0.3em 0 0; } From b7fe3e9971c929dcc1ab10929da651d87bd81eb8 Mon Sep 17 00:00:00 2001 From: Brian Hardisty Date: Mon, 12 Feb 2018 05:48:22 -0800 Subject: [PATCH 04/10] Fix typo `grubbox` -> `gruvbox` --- Official Themes/gruvbox-light-hard.rasi | 4 ++-- Official Themes/gruvbox-light-soft.rasi | 4 ++-- Official Themes/gruvbox-light.rasi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Official Themes/gruvbox-light-hard.rasi b/Official Themes/gruvbox-light-hard.rasi index 96cd326..aca455d 100644 --- a/Official Themes/gruvbox-light-hard.rasi +++ b/Official Themes/gruvbox-light-hard.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light (hard contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 04:09:14 PST -0800 + Modified: Mon Feb 12 2018 05:40:56 PST -0800 ========================================================================== */ * { @@ -23,7 +23,7 @@ gruvbox-light-fg0: #282828; gruvbox-light-fg1: #3c3836; gruvbox-light-red-dark: #9d0006; - grubbox-light-red-light: #cc241d; + gruvbox-light-red-light: #cc241d; gruvbox-light-yellow-dark: #b57614; gruvbox-light-yellow-light: #d79921; gruvbox-light-gray: #7c6f64; diff --git a/Official Themes/gruvbox-light-soft.rasi b/Official Themes/gruvbox-light-soft.rasi index d8d225c..b71bb34 100644 --- a/Official Themes/gruvbox-light-soft.rasi +++ b/Official Themes/gruvbox-light-soft.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light (soft contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 04:09:21 PST -0800 + Modified: Mon Feb 12 2018 05:41:07 PST -0800 ========================================================================== */ * { @@ -23,7 +23,7 @@ gruvbox-light-fg0: #282828; gruvbox-light-fg1: #3c3836; gruvbox-light-red-dark: #9d0006; - grubbox-light-red-light: #cc241d; + gruvbox-light-red-light: #cc241d; gruvbox-light-yellow-dark: #b57614; gruvbox-light-yellow-light: #d79921; gruvbox-light-gray: #7c6f64; diff --git a/Official Themes/gruvbox-light.rasi b/Official Themes/gruvbox-light.rasi index 6239d8a..005a71d 100644 --- a/Official Themes/gruvbox-light.rasi +++ b/Official Themes/gruvbox-light.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light color theme for rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 04:09:29 PST -0800 + Modified: Mon Feb 12 2018 05:41:26 PST -0800 ========================================================================== */ * { @@ -24,7 +24,7 @@ gruvbox-light-fg1: #3c3836; gruvbox-light-gray: #7c6f64; gruvbox-light-red-dark: #9d0006; - grubbox-light-red-light: #cc241d; + gruvbox-light-red-light: #cc241d; gruvbox-light-yellow-dark: #b57614; gruvbox-light-yellow-light: #d79921; From 88ffca655d80ae171d07f7cbc39ea7ec18c0991d Mon Sep 17 00:00:00 2001 From: Brian Hardisty Date: Mon, 12 Feb 2018 06:24:41 -0800 Subject: [PATCH 05/10] Add `gruvbox-common.rasi` file Shared rules between all gruvbox themes --- Official Themes/gruvbox-common.rasi | 127 ++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 Official Themes/gruvbox-common.rasi diff --git a/Official Themes/gruvbox-common.rasi b/Official Themes/gruvbox-common.rasi new file mode 100644 index 0000000..f7a168d --- /dev/null +++ b/Official Themes/gruvbox-common.rasi @@ -0,0 +1,127 @@ +/* ========================================================================== + File: gruvbox-common.rasi + Desc: Shared rules between all gruvbox themes + Author: bardisty + Source: https://github.com/bardisty/gruvbox-rofi + Modified: Mon Feb 12 2018 06:06:47 PST -0800 + ========================================================================== */ + +window { + background-color: @background; + border: 2; + padding: 2; +} + +mainbox { + border: 0; + padding: 0; +} + +message { + border: 2px 0 0; + border-color: @separatorcolor; + padding: 1px; +} + +textbox { + highlight: @highlight; + text-color: @foreground; +} + +listview { + border: 2px solid 0 0; + padding: 2px 0 0; + border-color: @separatorcolor; + spacing: 2px; + scrollbar: @scrollbar; +} + +element { + border: 0; + padding: 2px; +} + +element.normal.normal { + background-color: @normal-background; + text-color: @normal-foreground; +} + +element.normal.urgent { + background-color: @urgent-background; + text-color: @urgent-foreground; +} + +element.normal.active { + background-color: @active-background; + text-color: @active-foreground; +} + +element.selected.normal { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} + +element.selected.urgent { + background-color: @selected-urgent-background; + text-color: @selected-urgent-foreground; +} + +element.selected.active { + background-color: @selected-active-background; + text-color: @selected-active-foreground; +} + +element.alternate.normal { + background-color: @alternate-normal-background; + text-color: @alternate-normal-foreground; +} + +element.alternate.urgent { + background-color: @alternate-urgent-background; + text-color: @alternate-urgent-foreground; +} + +element.alternate.active { + background-color: @alternate-active-background; + text-color: @alternate-active-foreground; +} + +scrollbar { + width: 4px; + border: 0; + handle-color: @scrollbar-handle; + handle-width: 8px; + padding: 0; +} + +sidebar { + border: 2px 0 0; + border-color: @separatorcolor; +} + +inputbar { + spacing: 0; + text-color: @normal-foreground; + padding: 2px; + children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; +} + +case-indicator, +entry, +prompt, +button { + spacing: 0; + text-color: @normal-foreground; +} + +button.selected { + background-color: @selected-normal-background; + text-color: @selected-normal-foreground; +} + +textbox-prompt-sep { + expand: false; + str: ":"; + text-color: @normal-foreground; + margin: 0 0.3em 0 0; +} From 607079bcf4494ff44a9d4fc1ed9c87aac18cbd14 Mon Sep 17 00:00:00 2001 From: Brian Hardisty Date: Mon, 12 Feb 2018 06:25:03 -0800 Subject: [PATCH 06/10] Add import for `gruvbox-common.rasi` --- Official Themes/gruvbox-dark-hard.rasi | 122 +----------------------- Official Themes/gruvbox-dark-soft.rasi | 121 +---------------------- Official Themes/gruvbox-dark.rasi | 119 +---------------------- Official Themes/gruvbox-light-hard.rasi | 122 +----------------------- Official Themes/gruvbox-light-soft.rasi | 122 +----------------------- Official Themes/gruvbox-light.rasi | 121 +---------------------- 6 files changed, 11 insertions(+), 716 deletions(-) diff --git a/Official Themes/gruvbox-dark-hard.rasi b/Official Themes/gruvbox-dark-hard.rasi index 3341f43..f09507e 100644 --- a/Official Themes/gruvbox-dark-hard.rasi +++ b/Official Themes/gruvbox-dark-hard.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox dark (hard contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 04:08:57 PST -0800 + Modified: Mon Feb 12 2018 06:04:26 PST -0800 ========================================================================== */ * { @@ -58,123 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} - -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} +@import "gruvbox-common.rasi" diff --git a/Official Themes/gruvbox-dark-soft.rasi b/Official Themes/gruvbox-dark-soft.rasi index ebd9c8e..d080824 100644 --- a/Official Themes/gruvbox-dark-soft.rasi +++ b/Official Themes/gruvbox-dark-soft.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox dark (soft contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 04:09:04 PST -0800 + Modified: Mon Feb 12 2018 06:04:37 PST -0800 ========================================================================== */ * { @@ -58,122 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} +@import "gruvbox-common.rasi" -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} diff --git a/Official Themes/gruvbox-dark.rasi b/Official Themes/gruvbox-dark.rasi index b0e57ad..6bec127 100644 --- a/Official Themes/gruvbox-dark.rasi +++ b/Official Themes/gruvbox-dark.rasi @@ -58,122 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} +@import "gruvbox-common.rasi" -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} diff --git a/Official Themes/gruvbox-light-hard.rasi b/Official Themes/gruvbox-light-hard.rasi index aca455d..e0efe33 100644 --- a/Official Themes/gruvbox-light-hard.rasi +++ b/Official Themes/gruvbox-light-hard.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light (hard contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 05:40:56 PST -0800 + Modified: Mon Feb 12 2018 06:04:48 PST -0800 ========================================================================== */ * { @@ -58,123 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} - -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} +@import "gruvbox-common.rasi" diff --git a/Official Themes/gruvbox-light-soft.rasi b/Official Themes/gruvbox-light-soft.rasi index b71bb34..43ddb6b 100644 --- a/Official Themes/gruvbox-light-soft.rasi +++ b/Official Themes/gruvbox-light-soft.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light (soft contrast) color theme for Rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 05:41:07 PST -0800 + Modified: Mon Feb 12 2018 06:05:38 PST -0800 ========================================================================== */ * { @@ -58,123 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} - -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} +@import "gruvbox-common.rasi" diff --git a/Official Themes/gruvbox-light.rasi b/Official Themes/gruvbox-light.rasi index 005a71d..f804156 100644 --- a/Official Themes/gruvbox-light.rasi +++ b/Official Themes/gruvbox-light.rasi @@ -8,7 +8,7 @@ Desc: Gruvbox light color theme for rofi Author: bardisty Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 05:41:26 PST -0800 + Modified: Mon Feb 12 2018 06:06:06 PST -0800 ========================================================================== */ * { @@ -58,122 +58,5 @@ selected-urgent-foreground: @urgent-foreground; } -window { - background-color: @background; - border: 2; - padding: 2; -} +@import "gruvbox-common.rasi" -mainbox { - border: 0; - padding: 0; -} - -message { - border: 2px 0 0; - border-color: @separatorcolor; - padding: 1px; -} - -textbox { - highlight: @highlight; - text-color: @foreground; -} - -listview { - border: 2px solid 0 0; - padding: 2px 0 0; - border-color: @separatorcolor; - spacing: 2px; - scrollbar: @scrollbar; -} - -element { - border: 0; - padding: 2px; -} - -element.normal.normal { - background-color: @normal-background; - text-color: @normal-foreground; -} - -element.normal.urgent { - background-color: @urgent-background; - text-color: @urgent-foreground; -} - -element.normal.active { - background-color: @active-background; - text-color: @active-foreground; -} - -element.selected.normal { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -element.selected.urgent { - background-color: @selected-urgent-background; - text-color: @selected-urgent-foreground; -} - -element.selected.active { - background-color: @selected-active-background; - text-color: @selected-active-foreground; -} - -element.alternate.normal { - background-color: @alternate-normal-background; - text-color: @alternate-normal-foreground; -} - -element.alternate.urgent { - background-color: @alternate-urgent-background; - text-color: @alternate-urgent-foreground; -} - -element.alternate.active { - background-color: @alternate-active-background; - text-color: @alternate-active-foreground; -} - -scrollbar { - width: 4px; - border: 0; - handle-color: @scrollbar-handle; - handle-width: 8px; - padding: 0; -} - -sidebar { - border: 2px 0 0; - border-color: @separatorcolor; -} - -inputbar { - spacing: 0; - text-color: @normal-foreground; - padding: 2px; - children: [ prompt, textbox-prompt-sep, entry, case-indicator ]; -} - -case-indicator, -entry, -prompt, -button { - spacing: 0; - text-color: @normal-foreground; -} - -button.selected { - background-color: @selected-normal-background; - text-color: @selected-normal-foreground; -} - -textbox-prompt-sep { - expand: false; - str: ":"; - text-color: @normal-foreground; - margin: 0 0.3em 0 0; -} From 1f71f399ce7e21c5fd20566b668b95163267b910 Mon Sep 17 00:00:00 2001 From: Diki Ananta Date: Wed, 14 Feb 2018 14:48:33 +0700 Subject: [PATCH 07/10] Rename Royal Sky to Oxide --- User Themes/README.md | 4 +- User Themes/{royal-sky.rasi => oxide.rasi} | 76 +++++++++++----------- 2 files changed, 40 insertions(+), 40 deletions(-) rename User Themes/{royal-sky.rasi => oxide.rasi} (71%) diff --git a/User Themes/README.md b/User Themes/README.md index 0d0eb25..3188b55 100644 --- a/User Themes/README.md +++ b/User Themes/README.md @@ -4,8 +4,8 @@ #### flat-orange ![flat_orange](https://53280.de/rofi/flat_orange.png) -#### royal-sky -![royal_sky](https://53280.de/rofi/royal_blue.png) +#### oxide +![oxide](https://53280.de/rofi/oxide.png) #### solarized-darker ![solarized_darker](https://53280.de/rofi/solarized_darker.png) diff --git a/User Themes/royal-sky.rasi b/User Themes/oxide.rasi similarity index 71% rename from User Themes/royal-sky.rasi rename to User Themes/oxide.rasi index b4784f4..26081ec 100644 --- a/User Themes/royal-sky.rasi +++ b/User Themes/oxide.rasi @@ -1,56 +1,56 @@ /** - * Royal Sky Color theme + * Oxide Color theme * User: dikiaap * Copyright: Diki Ananta **/ * { - selected-normal-foreground: rgba ( 249, 249, 249, 100 % ); + selected-normal-foreground: @lightfg; foreground: rgba ( 196, 202, 212, 100 % ); normal-foreground: @foreground; alternate-normal-background: rgba ( 42, 42, 42, 100 % ); red: rgba ( 194, 65, 65, 100 % ); - selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); + selected-urgent-foreground: @lightfg; blue: rgba ( 43, 131, 166, 100 % ); - urgent-foreground: rgba ( 249, 249, 249, 100 % ); - alternate-urgent-background: rgba ( 194, 65, 65, 100 % ); - active-foreground: rgba ( 249, 249, 249, 100 % ); - lightbg: rgba ( 196, 202, 212, 100 % ); - selected-active-foreground: rgba ( 249, 249, 249, 100 % ); - alternate-active-background: rgba ( 43, 131, 166, 100 % ); + urgent-foreground: @lightfg; + alternate-urgent-background: @red; + active-foreground: @lightfg; + lightbg: @foreground; + selected-active-foreground: @lightfg; + alternate-active-background: @blue; background: rgba ( 33, 33, 33, 100 % ); alternate-normal-foreground: @foreground; - normal-background: rgba ( 33, 33, 33, 100 % ); + normal-background: @background; lightfg: rgba ( 249, 249, 249, 100 % ); selected-normal-background: rgba ( 90, 90, 90, 100 % ); border-color: @foreground; spacing: 2; separatorcolor: rgba ( 183, 183, 183, 100 % ); - urgent-background: rgba ( 194, 65, 65, 100 % ); + urgent-background: @red; selected-urgent-background: rgba ( 214, 78, 78, 100 % ); alternate-urgent-foreground: @urgent-foreground; background-color: rgba ( 0, 0, 0, 0 % ); alternate-active-foreground: @active-foreground; - active-background: rgba ( 43, 131, 166, 100 % ); + active-background: @blue; selected-active-background: rgba ( 39, 141, 182, 100 % ); } -#window { +window { background-color: @background; border: 0; padding: 8; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 2px dash 0px 0px; border-color: @separatorcolor; padding: 1px; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 0; border-color: @separatorcolor; @@ -58,86 +58,86 @@ scrollbar: true; padding: 2px 0px 0px; } -#element { +element { border: 0; padding: 1px; } -#element.normal.normal { +element normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px; border: 0; handle-color: rgba ( 85, 85, 85, 100 % ); handle-width: 8px; padding: 0; } -#sidebar { +sidebar { border: 2px dash 0px 0px; border-color: @separatorcolor; } -#button { +button { spacing: 0; text-color: @normal-foreground; } -#button.selected { +button selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0px; text-color: @normal-foreground; padding: 1px; children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } - -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } -#textbox-prompt-colon { +textbox-prompt-colon { expand: false; - margin: 0px 0.3000em 0.0000em 0.0000em ; + str: ":"; + margin: 0px 0.3000em 0.0000em 0.0000em; text-color: inherit; } From 66e17846bf7b480fd26df4271562da6d4e4ae634 Mon Sep 17 00:00:00 2001 From: Diki Ananta Date: Wed, 14 Feb 2018 15:09:55 +0700 Subject: [PATCH 08/10] Use Rofi 1.5.0 style code --- User Themes/fancy.rasi | 53 +++++++++++++++---------------- User Themes/flat-orange.rasi | 47 ++++++++++++++------------- User Themes/sidetab.rasi | 34 ++++++++++---------- User Themes/solarized-darker.rasi | 50 ++++++++++++++--------------- 4 files changed, 91 insertions(+), 93 deletions(-) diff --git a/User Themes/fancy.rasi b/User Themes/fancy.rasi index 177abb5..180116b 100644 --- a/User Themes/fancy.rasi +++ b/User Themes/fancy.rasi @@ -4,7 +4,7 @@ */ /* global settings and color variables */ -* { +* { blue: #A7c6E2; blue-trans: #A7c6e2aa; darkblue: #005F87; @@ -27,22 +27,22 @@ line-style: "none"; } -#prompt-box { +prompt-box { background-color: transparent; } -#prompt { +prompt { background-color: transparent; text-color: @white; } -#window { +window { border-radius: 10px; background-color: @transparent; border: 2; color: @grey; } -#mainbox { +mainbox { padding: 0px; background-color: @blue-trans; color: @grey; @@ -50,13 +50,13 @@ spacing: 0%; } -#listview { +listview { // Looks. border-radius: 10px; border: 5px 5px 5px 5px; padding: 20px 20px 20px 20px; margin: 20px 30px 30px 30px; - background-color: @orange; + background-color: @orange; // Enable scrollbar scrollbar: false; scrollbar-width: 5px; @@ -64,58 +64,57 @@ reverse: false; color: #000000; spacing: 0.3em; - } -#scrollbar { +scrollbar { color: @black; background-color: @blue; padding: 1px; } -#element { +element { border: 0px; padding: 0px; margin: 0px; color: @black; background-color: @blue; } -#element.normal.normal { +element normal.normal { color: @black; background-color: @orange; } -#element.normal.urgent { +element normal.urgent { color: @urgent; background-color: @light-grey; } -#element.normal.active { +element normal.active { color: @active; background-color: @light-grey; } -#element.selected.normal { +element selected.normal { border-radius: 0px; color: @black; background-color: @dark-orange; } -#element.selected.urgent { +element selected.urgent { color: @light-grey; background-color: @urgent; } -#element.selected.active { +element selected.active { color: @light-grey; background-color: @active; } -#element.alternate.normal { +element alternate.normal { color: @black; background-color: @orange; } -#element.alternate.urgent { +element alternate.urgent { color: @urgent; background-color: @medium-grey; } -#element.alternate.active { +element alternate.active { color: @active; background-color: @medium-grey; } -#inputbar { +inputbar { spacing: 0; background-color: #88003300; border: 0px 0px 2px 0px; @@ -126,27 +125,27 @@ end: false; } -#separator { +separator { background-color: @blue; color: #00000000; } -#prompt.normal.normal { +prompt normal.normal { background-color: #00000000; color: #ffffff; padding: 0px; } -#entry.normal.normal { +entry normal.normal { background-color: #00000000; color: #ffffff; padding: 0px; } -#case-indicator.normal.normal { +case-indicator normal.normal { background-color: #00000000; color: #ffffff; padding: 0px; } - -#message { + +message { margin: 30px 30px 30px 30px; padding: 20px 30px 20px 20px; padding: 1px ; @@ -154,7 +153,7 @@ border: 5px 5px 5px 5px; } -#prompt-colon { +prompt-colon { spacing: 0; enabled: false; } diff --git a/User Themes/flat-orange.rasi b/User Themes/flat-orange.rasi index ed70d39..4171276 100644 --- a/User Themes/flat-orange.rasi +++ b/User Themes/flat-orange.rasi @@ -21,30 +21,30 @@ background-color: @blackdarkest; } -#window { +window { background-color: @blackdarkest; anchor: north; location: north; y-offset: 20%; } -#mainbox { +mainbox { background-color: @blackdarkest; spacing:0px; children: [inputbar, message, sidebar, listview]; } -#message { +message { padding: 6px 10px; background-color:@blackwidget; } -#textbox { +textbox { text-color:@darkgray; background-color:@blackwidget; } -#listview { +listview { fixed-height: false; dynamic: true; scrollbar: true; @@ -54,94 +54,93 @@ background: @blackdarkest; } -#element { +element { padding: 2px 15px; } -#element.normal.normal { +element normal.normal { padding: 0px 15px; background-color: @blackentry; text-color: @fgwhite; } -#element.normal.urgent { +element normal.urgent { background-color: @blackentry; text-color: @urgentcolor; } -#element.normal.active { +element normal.active { background-color: @blackentry; text-color: @maincolor; } -#element.selected.normal { +element selected.normal { background-color: @blackselect; text-color: @fgwhite; } -#element.selected.urgent { +element selected.urgent { background-color: @urgentcolor; text-color: @blackdarkest; } -#element.selected.active { +element selected.active { background-color: @maincolor; text-color: @blackdarkest; } -#element.alternate.normal { +element alternate.normal { background-color: @blackentry; text-color: @fgwhite; } -#element.alternate.urgent { +element alternate.urgent { background-color: @blackentry; text-color: @urgentcolor; } -#element.alternate.active { +element alternate.active { background-color: @blackentry; text-color: @maincolor; } -#scrollbar { +scrollbar { background-color: @blackwidget; handle-color: @darkgray; handle-width: 15px; } -#sidebar { +sidebar { background-color: @blackwidget; } -#button { +button { background-color: @blackwidget; text-color: @darkgray; } - -#button.selected { +button selected { text-color: @maincolor; } -#inputbar { +inputbar { background-color: @blackdarkest; spacing: 0px; } -#prompt { +prompt { padding:6px 9px; background-color: @maincolor; text-color:@blackwidget; } -#entry { +entry { padding:6px 10px; background-color:@blackwidget; text-color:@fgwhite; } -#case-indicator { +case-indicator { padding:6px 10px; text-color:@maincolor; background-color:@blackwidget; diff --git a/User Themes/sidetab.rasi b/User Themes/sidetab.rasi index 5bfd09a..4cc6db4 100644 --- a/User Themes/sidetab.rasi +++ b/User Themes/sidetab.rasi @@ -31,7 +31,7 @@ padding: 0; } -#window { +window { location: west; anchor: west; height: 100%; @@ -40,81 +40,81 @@ children: [mainbox]; } -#mainbox { +mainbox { spacing: 0.8em; children: [ entry,listview,sidebar ]; } -#button { padding: 5px 2px; } +button { padding: 5px 2px; } -#button selected { +button selected { background-color: @active-background; text-color: @background-color; } -#inputbar { +inputbar { padding: 5px; spacing: 5px; } -#listview { +listview { spacing: 0.5em; dynamic: false; cycle: true; } -#element { padding: 10px; } +element { padding: 10px; } -#entry { +entry { expand: false; text-color: @normal-foreground; vertical-align: 1; padding: 5px; } -#element.normal.normal { +element normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; border: 0 5px solid 0 0; border-color: @active-background; } -#element.selected.urgent { +element selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element alternate.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.alternate.urgent { +element alternate.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.alternate.active { +element alternate.active { background-color: @active-background; text-color: @active-foreground; } diff --git a/User Themes/solarized-darker.rasi b/User Themes/solarized-darker.rasi index 26e9700..041c6c1 100644 --- a/User Themes/solarized-darker.rasi +++ b/User Themes/solarized-darker.rasi @@ -5,8 +5,8 @@ ******************************************************************************/ * { - /**** Solarized colors **** - * NOTE: I am including all of them even though I am using a sub-set. I keep + /**** Solarized colors **** + * NOTE: I am including all of them even though I am using a sub-set. I keep * tweaking my theme and having access to all of the colors here is handy. */ base03: #002b36; @@ -44,7 +44,7 @@ selected-active-background: @base02; selected-urgent-foreground: @red; selected-urgent-background: @base02; - + alternate-normal-foreground: @foreground; alternate-normal-background: @transparent-background; alternate-active-foreground: @active-foreground; @@ -59,24 +59,24 @@ spacing: 2; background-color: @transparent-background; } -#window { +window { background-color: @background; border: 1; padding: 20; } -#mainbox { +mainbox { border: 0; padding: 0; } -#message { +message { border: 1px dash 0px 0px ; border-color: @separatorcolor; padding: 1px ; } -#textbox { +textbox { text-color: @foreground; } -#listview { +listview { fixed-height: 0; border: 1px dash 0px 0px ; border-color: @separatorcolor; @@ -84,74 +84,74 @@ scrollbar: false; padding: 8px 0px 0px 0px; } -#element { +element { border: 0; padding: 1px 0px 1px 1px; } -#element.normal.normal { +element normal.normal { background-color: @normal-background; text-color: @normal-foreground; } -#element.normal.urgent { +element normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } -#element.normal.active { +element normal.active { background-color: @active-background; text-color: @active-foreground; } -#element.selected.normal { +element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#element.selected.urgent { +element selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } -#element.selected.active { +element selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } -#element.alternate.normal { +element alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } -#element.alternate.urgent { +element alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } -#element.alternate.active { +element alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } -#scrollbar { +scrollbar { width: 4px ; border: 0; handle-width: 8px ; padding: 0; } -#sidebar { +sidebar { border: 2px dash 0px 0px ; border-color: @separatorcolor; } -#button.selected { +button selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } -#inputbar { +inputbar { spacing: 0; text-color: @normal-foreground; padding: 1px ; } -#case-indicator { +case-indicator { spacing: 0; text-color: @normal-foreground; } -#entry { +entry { spacing: 0; text-color: @normal-foreground; } -#prompt { +prompt { spacing: 0; text-color: @normal-foreground; } From eca23b53d366b17b875f5323ac588b8bfd79afa3 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 15 Feb 2018 16:02:22 +0100 Subject: [PATCH 09/10] Add prompt to official theme for rofi 1.5.0. --- Official Themes/Adapta-Nokto.rasi | 9 +++++++++ Official Themes/Arc-Dark.rasi | 9 +++++++++ Official Themes/Arc.rasi | 9 +++++++++ Official Themes/DarkBlue.rasi | 9 +++++++++ Official Themes/Indego.rasi | 9 +++++++++ Official Themes/Monokai.rasi | 9 +++++++++ Official Themes/Paper.rasi | 9 +++++++++ Official Themes/Pop-Dark.rasi | 9 +++++++++ Official Themes/android_notification.rasi | 9 +++++++++ Official Themes/arthur.rasi | 3 +++ Official Themes/blue.rasi | 9 +++++++++ Official Themes/c64.rasi | 9 +++++++++ Official Themes/clerk.rasi | 9 +++++++++ Official Themes/glue_pro_blue.rasi | 9 +++++++++ Official Themes/lb.rasi | 9 +++++++++ Official Themes/paper-float.rasi | 9 +++++++++ Official Themes/purple.rasi | 9 +++++++++ Official Themes/sidebar.rasi | 9 +++++++++ Official Themes/solarized.rasi | 9 +++++++++ Official Themes/solarized_alternate.rasi | 9 +++++++++ 20 files changed, 174 insertions(+) diff --git a/Official Themes/Adapta-Nokto.rasi b/Official Themes/Adapta-Nokto.rasi index fdbe95b..bc69bb1 100644 --- a/Official Themes/Adapta-Nokto.rasi +++ b/Official Themes/Adapta-Nokto.rasi @@ -132,3 +132,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Arc-Dark.rasi b/Official Themes/Arc-Dark.rasi index 2788229..5f5cf39 100644 --- a/Official Themes/Arc-Dark.rasi +++ b/Official Themes/Arc-Dark.rasi @@ -135,3 +135,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Arc.rasi b/Official Themes/Arc.rasi index 48d83ec..7d06575 100644 --- a/Official Themes/Arc.rasi +++ b/Official Themes/Arc.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/DarkBlue.rasi b/Official Themes/DarkBlue.rasi index 12158a9..ef073f3 100644 --- a/Official Themes/DarkBlue.rasi +++ b/Official Themes/DarkBlue.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Indego.rasi b/Official Themes/Indego.rasi index 3fa8ea3..5381a0a 100644 --- a/Official Themes/Indego.rasi +++ b/Official Themes/Indego.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Monokai.rasi b/Official Themes/Monokai.rasi index 37f47b5..c8d3c5f 100644 --- a/Official Themes/Monokai.rasi +++ b/Official Themes/Monokai.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Paper.rasi b/Official Themes/Paper.rasi index 3d58ce9..41f4f41 100644 --- a/Official Themes/Paper.rasi +++ b/Official Themes/Paper.rasi @@ -130,3 +130,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/Pop-Dark.rasi b/Official Themes/Pop-Dark.rasi index 53e6af4..81425fa 100644 --- a/Official Themes/Pop-Dark.rasi +++ b/Official Themes/Pop-Dark.rasi @@ -111,3 +111,12 @@ text-color: @foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/android_notification.rasi b/Official Themes/android_notification.rasi index 957c191..856da89 100644 --- a/Official Themes/android_notification.rasi +++ b/Official Themes/android_notification.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/arthur.rasi b/Official Themes/arthur.rasi index 726e2fc..db57659 100644 --- a/Official Themes/arthur.rasi +++ b/Official Themes/arthur.rasi @@ -112,6 +112,9 @@ configuration { text-font: inherit; text-color:inherit; } +#prompt { + margin: 0px 0.3em 0em 0em ; +} #listview { padding: 8px; border-radius: 0px 0px 15px 15px; diff --git a/Official Themes/blue.rasi b/Official Themes/blue.rasi index 49e8d1a..17cbdfc 100644 --- a/Official Themes/blue.rasi +++ b/Official Themes/blue.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/c64.rasi b/Official Themes/c64.rasi index 986a473..ef99ba4 100644 --- a/Official Themes/c64.rasi +++ b/Official Themes/c64.rasi @@ -134,3 +134,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/clerk.rasi b/Official Themes/clerk.rasi index 033d3b7..3e9d181 100644 --- a/Official Themes/clerk.rasi +++ b/Official Themes/clerk.rasi @@ -176,3 +176,12 @@ configuration { foreground: @black; padding: 0; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @black; +} diff --git a/Official Themes/glue_pro_blue.rasi b/Official Themes/glue_pro_blue.rasi index 9a3da6c..fa46e08 100644 --- a/Official Themes/glue_pro_blue.rasi +++ b/Official Themes/glue_pro_blue.rasi @@ -134,3 +134,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/lb.rasi b/Official Themes/lb.rasi index 39a9032..bbbec82 100644 --- a/Official Themes/lb.rasi +++ b/Official Themes/lb.rasi @@ -131,3 +131,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/paper-float.rasi b/Official Themes/paper-float.rasi index c2cdd7a..d9b62c7 100644 --- a/Official Themes/paper-float.rasi +++ b/Official Themes/paper-float.rasi @@ -115,3 +115,12 @@ #button selected { text-color: #4271AEFF; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/purple.rasi b/Official Themes/purple.rasi index b0d334f..f85e657 100644 --- a/Official Themes/purple.rasi +++ b/Official Themes/purple.rasi @@ -130,3 +130,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/sidebar.rasi b/Official Themes/sidebar.rasi index ca6faf2..1d71a9b 100644 --- a/Official Themes/sidebar.rasi +++ b/Official Themes/sidebar.rasi @@ -109,3 +109,12 @@ background-color: @lightred; text-color: @dark; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/solarized.rasi b/Official Themes/solarized.rasi index 5356c50..34ce0b1 100644 --- a/Official Themes/solarized.rasi +++ b/Official Themes/solarized.rasi @@ -130,3 +130,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} diff --git a/Official Themes/solarized_alternate.rasi b/Official Themes/solarized_alternate.rasi index 6c6fa7a..886248c 100644 --- a/Official Themes/solarized_alternate.rasi +++ b/Official Themes/solarized_alternate.rasi @@ -130,3 +130,12 @@ spacing: 0; text-color: @normal-foreground; } +#inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: @normal-foreground; +} From 86d8991d89d3556b81a10cf9adb84412421408b7 Mon Sep 17 00:00:00 2001 From: Rasmus Steinke Date: Thu, 15 Feb 2018 16:29:54 +0100 Subject: [PATCH 10/10] remove clerk theme --- Official Themes/clerk.rasi | 187 ------------------------------------- 1 file changed, 187 deletions(-) delete mode 100644 Official Themes/clerk.rasi diff --git a/Official Themes/clerk.rasi b/Official Themes/clerk.rasi deleted file mode 100644 index 3e9d181..0000000 --- a/Official Themes/clerk.rasi +++ /dev/null @@ -1,187 +0,0 @@ -/** - * User: Rasi - * Copyright: Rasmus Steinke - */ - -configuration { - width: 1500; - lines: 30; - monitor: "-5"; - fixed-num-lines: true; - levenshtein-sort: false; - threads: 8; -} - -/* global settings and color variables */ -* { - blue: #A7c6E2; - blue-trans: #A7c6e2aa; - darkblue: #005F87; - white: #FFFFFF; - green: #00330088; - black: #000000; - grey: #444444; - orange: #FFD391; - dark-orange: #FFA664; - light-grey: #F5F5F5; - medium-grey: #D0D0D0; - dark-grey: #002B36; - urgent: #D75F00; - active: #005F87; - transparent: #000000aa; - spacing: 0em; - font: "Dejavu Sans Mono 14"; - padding: 0px; - background: @transparent; - line-style: "none"; -} - -#window { - border-radius: 10px; - background: @transparent; - border: 2; - foreground: @grey; -} -#window.mainbox { - padding: 0px; - background: @blue-trans; - foreground: @grey; -} -#window.mainbox.box { - border: 2px; - spacing: 0%; -} -#window.mainbox.listview { - // Looks. - border-radius: 10px; - border: 5px 5px 5px 5px; - padding: 20px 20px 20px 20px; - margin: 20px 30px 30px 30px; - background: @orange; - // Enable scrollbar - scrollbar: false; - scrollbar-width: 5px; - // One column - columns: 1; - fixed-height: true; - reverse: false; - foreground: #000000; - spacing: 0.3em; - -} -#window.mainbox.listview.scrollbar { - foreground: @black; - background: @blue; - padding: 1px; -} -#window.mainbox.listview.element { - border: 0px; - padding: 0px; - margin: 0px; - foreground: @black; - background: @blue; -} -#window.mainbox.listview.element.normal.normal { - foreground: @black; - background: @orange; -} -#window.mainbox.listview.element.normal.urgent { - foreground: @urgent; - background: @light-grey; -} -#window.mainbox.listview.element.normal.active { - foreground: @active; - background: @light-grey; -} -#window.mainbox.listview.element.selected.normal { - border-radius: 0px; - foreground: @black; - background: @dark-orange; -} -#window.mainbox.listview.element.selected.urgent { - foreground: @light-grey; - background: @urgent; -} -#window.mainbox.listview.element.selected.active { - foreground: @light-grey; - background: @active; -} -#window.mainbox.listview.element.alternate.normal { - foreground: @black; - background: @orange; -} -#window.mainbox.listview.element.alternate.urgent { - foreground: @urgent; - background: @medium-grey; -} -#window.mainbox.listview.element.alternate.active { - foreground: @active; - background: @medium-grey; -} -#window.mainbox.inputbar { - spacing: 0; - background: #88003300; - border: 0px; -} -#window.mainbox.inputbar.box { - border: 0px 0px 2px 0px; - border-radius: 0px; - padding: 5px 10px 5px 35px; - background: #00330088; - foreground: @black; - end: false; -} -#window.mainbox.inputbar.normal { - foreground: @white; - background: @transparent; -} -#window.mainbox.inputbar.separator { - background: @blue; - foreground: #00000000; -} -#window.mainbox.inputbar.prompt.normal.normal { - background: #00000000; - foreground: #ffffff; - padding: 0px; -} -#window.mainbox.inputbar.entry.normal.normal { - background: #00000000; - foreground: #ffffff; - padding: 0px; -} -#window.mainbox.inputbar.case-indicator normal.normal { - background: #00000000; - foreground: #ffffff; - padding: 0px; -} - - -#window.mainbox.message.box { - index: 3; - border-radius: 10px; - background: #ffffff; - foreground: @black; - padding: 5px 5px 5px 5px; - margin: 20px 30px 20px 30px; - border: 5px 5px 5px 5px; -} -#window.mainbox.message.textbox { - foreground: @black; - background: #ffffff; - margin: 5px 30px 5px 30px; - border: 0px; -} -#window.mainbox.message.normal { - background: #ffffff00; - foreground: @black; - padding: 0; -} -#inputbar { - children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; -} -#textbox-prompt-colon { - expand: false; - str: ":"; - margin: 0px 0.3em 0em 0em ; - text-color: @black; -}