Threshold-Yuzu/resource/styles/colors/red.styles

23 lines
699 B
Plaintext

"red.styles"
{
colors
{
Accent="232 17 35 255"
Accent.Hover="153 0 13 255"
Accent.Selected="163 25 36 255"
Accent.Text="255 255 255 255" //Color of text on Accent color, usually white or black
AccentInv="20 173 208 255" //Complimentary color for disk usage
//These are for the Colored Titlebar Option
TitleBar=Accent //TitleBar background
TitleBar.Focus="8 8 8 255" //For loss of focus
TitleBar.Accent=Accent.Hover //Colored buttons on/close to Titlebar
TitleBar.Accent.Hover=Accent.Selected //Hover states for colored buttons
Notification.Back="31 31 31 255"
//These are for the Window Border Option
Frame.Outline=Accent
Frame.Outline.Focus="125 125 125 255"
}
}