dotfiles/.config/wal/templates/colors-rofi-gothic.rasi

147 lines
3.1 KiB
Plaintext

* {{
active-background: {color2};
active-foreground: @foreground;
normal-background: @background;
normal-foreground: @foreground;
urgent-background: {color1};
urgent-foreground: @foreground;
alternate-active-background: @background;
alternate-active-foreground: @foreground;
alternate-normal-background: @background;
alternate-normal-foreground: @foreground;
alternate-urgent-background: @background;
alternate-urgent-foreground: @foreground;
selected-active-background: {color1};
selected-active-foreground: @foreground;
selected-normal-background: {color2};
selected-normal-foreground: @foreground;
selected-urgent-background: {color3};
selected-urgent-foreground: @foreground;
background-color: @background;
background: {background};
foreground: {foreground};
border-color: @background;
}}
#window {{
background-color: @background;
}}
#message {{
border-color: @border-color;
}}
#textbox {{
text-color: @foreground;
}}
#textbox-prompt-colon {{
text-color: @normal-foreground;
}}
#listview {{
border-color: @border-color;
}}
#element-text, element-icon {{
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;
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;
}}
#sidebar {{
border-color: @border-color;
}}
#button {{
text-color: @normal-foreground;
}}
#button.selected {{
background-color: @selected-normal-background;
text-color: @selected-normal-foreground;
}}
#inputbar {{
text-color: @normal-foreground;
}}
#case-indicator {{
text-color: @normal-foreground;
}}
#entry {{
text-color: @normal-foreground;
}}
#prompt {{
text-color: @normal-foreground;
}}
num-filtered-rows {{
expand: false;
text-color: {color8};
}}
num-rows {{
expand: false;
text-color: {color8};
}}
textbox-num-sep {{
expand: false;
str: "/";
text-color: {color8};
}}
entry {{
text-color: var(normal-foreground);
cursor: text;
spacing: 0;
placeholder-color: {color8};
placeholder: "Type to filter";
}}