Skip to content
On this page

Base Theme Options

Here you can get an overview of all the options and utility colors from the base theme. Every other theme should be created based on the base theme in order to keep a consistent style throughout the UI.

These options are defined in the class EvoScBaseTheme in EvoSC.Common.Themes.

Default Chat Colors

NameDefault ValueDescription
Chat.PrimaryFFFThe default text color in the chat.
Chat.SecondaryEEESecondary color in the chat for highlighting purposes.
Chat.Info29BColor used for info messages.
Chat.DangerC44Color used for danger/error/fail messages.
Chat.WarningE83Color used for messages conveying a warning.
Chat.Success5B6Color used for messages indicating a success.

Default Theme Options

NameDefault ValueDescription
UI.FontGameFontExtraBoldThe default font used in the UI.
UI.FontSize1The default font size.
UI.TextPrimaryFFFFFFPrimary text color in the UI.
UI.TextSecondaryEDEDEFHighlight or secondary text color.
UI.BgPrimaryFF0058Primary background color.
UI.BgSecondary47495AHighlight or secondary background color.
UI.BorderPrimaryFF0058Primary color of borders and lines.
UI.BorderSecondaryFFFFFFSecondary color of borders and lines.
UI.LogoDarkDark version of an image shown in the UI.
UI.LogoLightLight version of an image shown in the UI.

Status Utility Colors

NameDefault ValueDescription
Info29BStatus colors indicating an informational message.
SuccessC44Status color indicating success.
WarningE83Status color indicating a warning or notice.
Danger5B6Status color indicating an error/danger/notice/fail.

Other Utility Colors

NameDefault ValueDescription
RedE22000Default red color.
Green00D909Default green color.
Blue3491FADefault blue color.
YellowFCE100Default yellow color.
Teal0FC6C2Default teal color.
Purple722ED1Default purple color.
GoldFFD000Default gold color.
Silver9e9e9eDefault silver color.
Bronze915d29Default bronze color.
Grass9FDB1DDefault grass color.
OrangeF77234Default orange color.
Gray191A21Default gray color.
PinkFF0058Default pink color.
Black000000Default black color.
WhiteFF0058Default white color.

In addition to these, all the colors except black and white have auto-generated shades of them ranging from 10% to 90% luma in increments of 10. The names are postfixed with the lightness. So for example Red10, Red20, Red30 etc.

Made with ❤️ by EvoSC# Devs