diff --git a/User Themes/README.md b/User Themes/README.md index 0a91f21..002a22c 100644 --- a/User Themes/README.md +++ b/User Themes/README.md @@ -4,3 +4,6 @@ #### flat-orange ![flat_orange](https://53280.de/rofi/flat_orange.png) +#### royal-sky +![royal_sky](https://53280.de/rofi/royal_blue.png) + diff --git a/User Themes/royal-sky.rasi b/User Themes/royal-sky.rasi new file mode 100644 index 0000000..9d68648 --- /dev/null +++ b/User Themes/royal-sky.rasi @@ -0,0 +1,143 @@ +/** + * Royal Sky Color theme + * User: dikiaap + * Copyright: Diki Ananta + **/ +* { + selected-normal-foreground: rgba ( 249, 249, 249, 100 % ); + 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 % ); + 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 % ); + background: rgba ( 33, 33, 33, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: rgba ( 33, 33, 33, 100 % ); + 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 % ); + 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 % ); + selected-active-background: rgba ( 39, 141, 182, 100 % ); +} +#window { + background-color: @background; + border: 0; + padding: 8; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 2px dash 0px 0px; + border-color: @separatorcolor; + padding: 1px; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 0; + 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: rgba ( 85, 85, 85, 100 % ); + handle-width: 8px; + padding: 0; +} +#sidebar { + border: 2px dash 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: 0px; + text-color: @normal-foreground; + padding: 1px; + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; +} +#case-indicator { + spacing: 0; + text-color: @normal-foreground; +} +#entry { + spacing: 0; + text-color: @normal-foreground; +} +#prompt { + spacing: 0; + text-color: @normal-foreground; +} +#textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3000em 0.0000em 0.0000em ; + text-color: inherit; +}