Enum BaseTheme
- Namespace
- DisCatSharp.Enums
- Assembly
- DisCatSharp.dll
Represents the base theme of a shared client theme.
public enum BaseTheme
Fields
Unset = 0Unset theme.
This is equal to Dark and is used when the theme is not explicitly set.
Dark = 1Dark theme.
Light = 2Light theme.
Darker = 3Darker theme.
Midnight = 4Midnight theme.