diff --git a/themes/aniwrapper-hidpi.rasi b/themes/aniwrapper-hidpi.rasi new file mode 100644 index 0000000..76dab30 --- /dev/null +++ b/themes/aniwrapper-hidpi.rasi @@ -0,0 +1,199 @@ +configuration { + font: "Open Sans 15"; + display-drun: "Dmenu"; + scroll-method: 0; + disable-history: false; + sidebar-mode: true; + steal-focus: true; + dpi: 196; +} + +* { + selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); + selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); + /* foreground: rgba ( 196, 203, 212, 100 % ); */ + foreground: #ecbe7b; + normal-foreground: @foreground; + alternate-normal-background: rgba ( 45, 48, 59, 1 % ); + red: #ff6c6b; + selected-urgent-foreground: rgba ( 249, 249, 249, 100 % ); + blue: #1E90FF; + urgent-foreground: rgba ( 204, 102, 102, 100 % ); + alternate-urgent-background: rgba ( 75, 81, 96, 90 % ); + active-foreground: #51afef; + lightbg: rgba ( 238, 232, 213, 100 % ); + selected-active-foreground: #1E90FF; + alternate-active-background: rgba ( 45, 48, 59, 95 % ); + background: #282c34; + alternate-normal-foreground: @foreground; + normal-background: rgba ( 45, 48, 59, 1 % ); + lightfg: rgba ( 88, 104, 117, 100 % ); + selected-normal-background: rgba ( 24, 26, 32, 80 % ); + spacing: 2; + separatorcolor: rgba ( 45, 48, 59, 1 % ); + urgent-background: rgba ( 45, 48, 59, 15 % ); + 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, 24 % ); + selected-active-background: rgba ( 26, 28, 35, 100 % ); + black: #464b55; + blackwidget: #262626; + magenta: #c678dd; + blue2: #51afef; +} + + +window { + background-color: @background; + border: 10px; + border-radius: 7px; + border-color: #2C4762; + anchor: center; + location: center; + padding: 25; + width: 80%; +} +listview { + lines: 12; + columns: 2; +} + +mainbox { + border: 0; + padding: 2px; +} + +message { + border: 0; + border-color: @separatorcolor; + padding: 1px ; + text-color: @active-foreground; +} + +textbox { + border: 0; + text-color: @foreground; + background-color: @blackwidget; +} + +listview { + border: 0; + dynamic: true; + fixed-height: 0; + spacing: 10px ; + scrollbar: false; + padding: 5px 0px 0px 0px; + margin: 0px 0px 1px 0px; +} +element { + border: 8px; + border-color: #d19a66; + padding: 5px 15px; + margin: 6px; +} +element-text { + background-color: inherit; + text-color: inherit; +} +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; + border-color: @blue; + text-color: @blue; +} +element.selected.normal { + background-color: @selected-normal-background; + border-color: #ecbe7b; + text-color: #1E90FF; +} +element.selected.urgent { + background-color: @selected-urgent-background; + text-color: @selected-urgent-foreground; +} +element.selected.active { + background-color: @selected-active-background; + text-color: @blue2; + border-color: @blue2; + text-color: #1E90FF; +} +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; + border-color: @blue; + text-color: @blue; +} + +scrollbar { + width: 4px ; + border: 0; + handle-color: @normal-foreground; + handle-width: 8px ; + padding: 0; +} + +mode-switcher { + 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: 6px; +} + +case-indicator { + spacing: 0; + text-color: @normal-foreground; +} + +entry { + padding: 4px 8px; + spacing: 0; + text-color: #1E90FF; +} + +prompt { + spacing: 0; + text-color: #c678dd; + padding: 4px 0px; +} + +inputbar { + children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; + padding: 15px 0px; +} + +textbox-prompt-colon { + expand: false; + str: ":"; + margin: 0px 0.3em 0em 0em ; + text-color: #c678dd; + padding: 4px 0px; +}