diff --git a/Themes/Adapta-Nokto.theme b/Themes/Adapta-Nokto.theme deleted file mode 100644 index 76db189..0000000 --- a/Themes/Adapta-Nokto.theme +++ /dev/null @@ -1,11 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! Based on Adapta-Nokto GTK theme (https://github.com/adapta-project/adapta-gtk-theme) -! User: PyGeek03 -! Copyright: PyGeek03 -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #3a4c54, #2a373e, #c3c6c8 -rofi.color-normal: #455a64, #fafbfc, #455a64, #00bcd4, #fafbfc -rofi.color-active: #455a64, #00bcd4, #455a64, #009688, #fdf6e3 -rofi.color-urgent: #455a64, #ff5252, #455a64, #ff5252, #fdf6e3 diff --git a/Themes/Adapta-Nokto.theme.rasi b/Themes/Adapta-Nokto.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Adapta-Nokto.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Arc-Dark-alternate.theme b/Themes/Arc-Dark-alternate.theme deleted file mode 100644 index 21e8350..0000000 --- a/Themes/Arc-Dark-alternate.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: leofa -! Copyright: 2017 leofa -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:31d1f21, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:2c1d1f21, #cc6666, argb:e54b5160, #a54242, #f9f9f9 -! "Color scheme for active row" Set from: File -rofi.color-active: argb:2c1d1f21, #65acff, argb:e44b5160, #4491ed, #f9f9f9 -! "Color scheme window" Set from: File -rofi.color-window: argb:f22d303b, #7c8389, #1d1f21 -! "Separator style (none, dash, solid)" Set from: XResources -rofi.separator-style: solid diff --git a/Themes/Arc-Dark-alternate.theme.rasi b/Themes/Arc-Dark-alternate.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Arc-Dark-alternate.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Arc-Dark.theme b/Themes/Arc-Dark.theme deleted file mode 100644 index 7f9e389..0000000 --- a/Themes/Arc-Dark.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: leofa -! Copyright: 2017 leofa -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0383c4a, #c4cbd4, argb:96404552, #4084d6, #f9f9f9 -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:02d303b, #cc6666, argb:e52d303b, #a54242, #f9f9f9 -! "Color scheme for active row" Set from: File -rofi.color-active: argb:02d303b, #b5bd68, argb:e42d303b, #8c9440, #f9f9f9 -! "Color scheme window" Set from: File -rofi.color-window: argb:f22d303b, #7c8389, #1d1f21 -! "Separator style (none, dash, solid)" Set from: XResources -rofi.separator-style: solid diff --git a/Themes/Arc-Dark.theme.rasi b/Themes/Arc-Dark.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Arc-Dark.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Arc.theme b/Themes/Arc.theme deleted file mode 100644 index c4e0954..0000000 --- a/Themes/Arc.theme +++ /dev/null @@ -1,17 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Sergio Morales -! Copyright: Sergio Morales -! ------------------------------------------------------------------------------ -! Use extended color scheme -rofi.color-enabled: true -! Color scheme for normal row -rofi.color-normal: #ffffff,#525d76,#f5f5f5,#5294e2,#ffffff -! Color scheme for urgent row -rofi.color-urgent: #ffffff,#dc322f,#f5f5f5,#5294e2,#dc322f -! Color scheme for active row -rofi.color-active: #ffffff,#c2cad0,#f5f5f5,#5294e2,#c2cad0 -! Color scheme window -rofi.color-window: #ffffff,#f5f5f5 -! Separator style (none, dash, solid) -rofi.separator-style: solid diff --git a/Themes/Arc.theme.rasi b/Themes/Arc.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Arc.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/DarkBlue.theme b/Themes/DarkBlue.theme deleted file mode 100644 index ec0d080..0000000 --- a/Themes/DarkBlue.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0000000, #dbdfbc, argb:00000000, #dbdfbc, #02143f -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0000000, #ff81ff, argb:00000000, #ff817f, #02143f -! "Color scheme for active row" Set from: File -rofi.color-active: argb:0000000, #8ac4ff, argb:00000000, #8ac4ff, #02143f -! "Color scheme window" Set from: File -rofi.color-window: argb:dd000021, #dbdfbc, #dbdfbc -! "Separator style (none, dash, solid)" Set from: XResources -rofi.separator-style: solid diff --git a/Themes/DarkBlue.theme.rasi b/Themes/DarkBlue.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/DarkBlue.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Dracula.theme b/Themes/Dracula.theme deleted file mode 100644 index 8165a3a..0000000 --- a/Themes/Dracula.theme +++ /dev/null @@ -1,14 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: milouse -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:00282a36, #f8f8f2, argb:00373844, #44475a, #e2e2dc -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:00282a36, #ff79c6, argb:00373844, #ff79c6, #282a36 -! "Color scheme for active row" Set from: File -rofi.color-active: argb:00282a36, #50fa7b, argb:00373844, #50fa7b, #282a36 -! "Color scheme window" Set from: File -rofi.color-window: argb:ee282a36, #282a36, #f4f99d -! "Separator style (none, dash, solid)" Set from: File -rofi.separator-style: solid diff --git a/Themes/Dracula.theme.rasi b/Themes/Dracula.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Dracula.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Indego.theme b/Themes/Indego.theme deleted file mode 100644 index 5b75502..0000000 --- a/Themes/Indego.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:07986cb, #e8eaf6, #283593, #3f51b5, #e8eaf6 -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:0fdf6e3, #ffcdd2, #b71c1c, #ffcdd2, #b71c1c -! "Color scheme for active row" Set from: File -rofi.color-active: argb:0fdf6e3, #b2ebf2, #006064, #b2ebf2, #006064 -! "Color scheme window" Set from: File -rofi.color-window: #1a237e, #e8eaf6, #e8eaf6 -! "Separator style (none, dash, solid)" Set from: XResources -rofi.separator-style: solid diff --git a/Themes/Indego.theme.rasi b/Themes/Indego.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Indego.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Monokai.theme b/Themes/Monokai.theme deleted file mode 100644 index 47d151a..0000000 --- a/Themes/Monokai.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: milouse -! Copyright: Étienne Deparis -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:00272822, #f8f8f2, argb:00272822, #141411, #f8f8f2 -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: argb:00272822, #f92672, argb:00272822, #f92672, #f8f8f2 -! "Color scheme for active row" Set from: File -rofi.color-active: argb:00272822, #a6e22a, argb:00272822, #141411, #a6e22a -! "Color scheme window" Set from: File -rofi.color-window: argb:ee272822, #002b36, #e6db74 -! "Separator style (none, dash, solid)" Set from: File -rofi.separator-style: solid diff --git a/Themes/Monokai.theme.rasi b/Themes/Monokai.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Monokai.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/Paper.theme b/Themes/Paper.theme deleted file mode 100644 index 7dfb3a2..0000000 --- a/Themes/Paper.theme +++ /dev/null @@ -1,16 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ -! "Color scheme for normal row" Set from: File -rofi.color-normal: argb:0f5f5f5, #002b36, #d0d0d0, #4271ae, #f5f5f5 -! "Color scheme for urgent row" Set from: File -rofi.color-urgent: #f5f5f5, #d75f00, #d0d0d0, #d75f00, #f5f5f5 -! "Color scheme for active row" Set from: File -rofi.color-active: #f5f5f5, #005f87, #d0d0d0, #005f87, #f5f5f5 -! "Color scheme window" Set from: File -rofi.color-window: #f5f5f5, #444444, #444444 -! "Separator style (none, dash, solid)" Set from: File -rofi.separator-style: solid -rofi.hide-scrollbar: false diff --git a/Themes/Paper.theme.rasi b/Themes/Paper.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/Paper.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/android_notification.theme b/Themes/android_notification.theme deleted file mode 100644 index 9ca3f08..0000000 --- a/Themes/android_notification.theme +++ /dev/null @@ -1,10 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #273238, #273238, #1e2529 -rofi.color-normal: #273238, #c1c1c1, #273238, #394249, #ffffff -rofi.color-active: #273238, #80cbc4, #273238, #394249, #80cbc4 -rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844 diff --git a/Themes/android_notification.theme.rasi b/Themes/android_notification.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/android_notification.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/blue.theme b/Themes/blue.theme deleted file mode 100644 index f9ae479..0000000 --- a/Themes/blue.theme +++ /dev/null @@ -1,15 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ -! Use extended color scheme -rofi.color-enabled: true -! Color scheme for normal row -rofi.color-normal: argb:00000000, #00b0ef, argb:00000000, #00b0ef,#0060a0 -! Color scheme for urgent row -rofi.color-urgent: argb:00000000, #ffa0a0, argb:00000000, #ffa0a0,#0060a0 -! Color scheme for active row -rofi.color-active: argb:00000000, #a0ffa0, argb:00000000, #a0ffa0,#0060a0 -! Color scheme window -rofi.color-window: argb:ee0060a0, #00b0ef,#00b0ef diff --git a/Themes/blue.theme.rasi b/Themes/blue.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/blue.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/c64.theme b/Themes/c64.theme deleted file mode 100644 index d69ee33..0000000 --- a/Themes/c64.theme +++ /dev/null @@ -1,10 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #0039ff, #0039ff, #4F80FF -rofi.color-normal: #0039ff, #4f80ff, #0039ff, #4f80ff, #ffffff -rofi.color-active: #0039ff, #68ba50, #0039ff, #4f80ff, #68ba50 -rofi.color-urgent: #0039ff, #ff7047, #0039ff, #4f80ff, #ff7047 diff --git a/Themes/c64.theme.rasi b/Themes/c64.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/c64.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/glue_pro_blue.theme b/Themes/glue_pro_blue.theme deleted file mode 100644 index cb6e013..0000000 --- a/Themes/glue_pro_blue.theme +++ /dev/null @@ -1,10 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #393939, #393939, #268bd2 -rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff -rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171 -rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c diff --git a/Themes/glue_pro_blue.theme.rasi b/Themes/glue_pro_blue.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/glue_pro_blue.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/lb.theme b/Themes/lb.theme deleted file mode 100644 index 26b0403..0000000 --- a/Themes/lb.theme +++ /dev/null @@ -1,18 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: qball -! Copyright: Dave Davenport -! ------------------------------------------------------------------------------ - -! Use extended color scheme -rofi.color-enabled: true -! Color scheme for normal row -rofi.color-normal: argb:00000000, #1aa, argb:11FFFFFF, #1aa,#333 -! Color scheme for urgent row -rofi.color-urgent: argb:00000000, #f99, argb:11FFFFFF, #f99,#333 -! Color scheme for active row -rofi.color-active: argb:00000000, #aa1, argb:11FFFFFF, #aa1,#333 -! Color scheme window -rofi.color-window: argb:ee333333, #1aa,#1aa -! Separator style (none, dash, solid) -rofi.separator-style: dash diff --git a/Themes/lb.theme.rasi b/Themes/lb.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/lb.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/purple.theme b/Themes/purple.theme deleted file mode 100644 index 5c516f5..0000000 --- a/Themes/purple.theme +++ /dev/null @@ -1,17 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -! Use extended color scheme -rofi.color-enabled: true -! Color scheme for normal row -rofi.color-normal: argb:a02f1e2e, #b4b4b4, argb:a02f1e2e, argb:54815ba4, #ffffff -! Color scheme for urgent row -rofi.color-urgent: argb:272f1e2e, #ef6155, argb:2f2f1e2e, argb:54815ba4, #ef6155 -! Color scheme for active row -rofi.color-active: argb:272f1e2e, #815ba4, argb:2f2f1e2e, argb:54815ba4, #815ba4 -! Color scheme window -rofi.color-window: #2f1e2e, argb:36ef6155, argb:2fef6155 -! Separator style (none, dash, solid) -rofi.separator-style: dash diff --git a/Themes/purple.theme.rasi b/Themes/purple.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/purple.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/solarized.theme b/Themes/solarized.theme deleted file mode 100644 index 540ebf4..0000000 --- a/Themes/solarized.theme +++ /dev/null @@ -1,10 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #002b37, #002b37, #003642 -rofi.color-normal: #002b37, #819396, #002b37, #003642, #819396 -rofi.color-active: #002b37, #008ed4, #002b37, #003642, #008ed4 -rofi.color-urgent: #002b37, #da4281, #002b37, #003642, #da4281 diff --git a/Themes/solarized.theme.rasi b/Themes/solarized.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/solarized.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +} diff --git a/Themes/solarized_alternate.theme b/Themes/solarized_alternate.theme deleted file mode 100644 index 5023bed..0000000 --- a/Themes/solarized_alternate.theme +++ /dev/null @@ -1,10 +0,0 @@ -! ------------------------------------------------------------------------------ -! ROFI Color theme -! User: Rasi -! Copyright: Rasmus Steinke -! ------------------------------------------------------------------------------ -rofi.color-enabled: true -rofi.color-window: #002b37, #002b37, #003642 -rofi.color-normal: #002b37, #819396, #003643, #008ed4, #ffffff -rofi.color-active: #002b37, #008ed4, #003643, #008ed4, #66c6ff -rofi.color-urgent: #002b37, #da4281, #003643, #008ed4, #890661 diff --git a/Themes/solarized_alternate.theme.rasi b/Themes/solarized_alternate.theme.rasi new file mode 100644 index 0000000..67a606c --- /dev/null +++ b/Themes/solarized_alternate.theme.rasi @@ -0,0 +1,131 @@ +* { + selected-normal-foreground: @lightbg; + foreground: rgba ( 0, 43, 54, 100 % ); + normal-foreground: @foreground; + alternate-normal-background: @lightbg; + red: rgba ( 220, 50, 47, 100 % ); + selected-urgent-foreground: @background; + blue: rgba ( 38, 139, 210, 100 % ); + urgent-foreground: @red; + alternate-urgent-background: @lightbg; + active-foreground: @blue; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: @background; + alternate-active-background: @lightbg; + background: rgba ( 253, 246, 227, 100 % ); + alternate-normal-foreground: @foreground; + normal-background: @background; + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: @lightfg; + border-color: @foreground; + spacing: 2; + separatorcolor: @foreground; + urgent-background: @background; + selected-urgent-background: @red; + alternate-urgent-foreground: @red; + background-color: rgba ( 0, 0, 0, 0 % ); + alternate-active-foreground: @blue; + active-background: @background; + selected-active-background: @blue; +} +#window { + background-color: @background; + border: 1; + padding: 5; +} +#mainbox { + border: 0; + padding: 0; +} +#message { + border: 1px dash 0px 0px ; + border-color: @separatorcolor; + padding: 1px ; +} +#textbox { + text-color: @foreground; +} +#listview { + fixed-height: 0; + border: 2px dash 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 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: 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; +}