[]
Provides access to system colors according to the current theme.
public static class ThemeEx
| Name | Description |
|---|---|
| AccentBackground | Gets the accent background. |
| AccentForeground | Gets the accent foreground. |
| BackgroundColor | Gets the color of the theme background. |
| BorderColor | Gets the color of the theme used to pain the borders. |
| CursorBackgroundColor | Gets the cursor background. |
| CursorForegroundColor | Gets the cursor foreground. |
| EditorBackgroundColor | Gets the color of the theme used to pain the background of the editors. |
| EditorForegroundColor | Gets the color of the theme used to pain the foreground of the editors. |
| ForegroundColor | Gets the color of the theme foreground. |
| HeaderBackgroundColor | Gets the color of the theme used to pain the headers. |
| HeaderForegroundColor | Gets the color of the theme used to pain the headers foreground. |
| IsDark | Gets a value indicating whether the app is using a dark theme. |
| SelectionBackgroundColor | Gets the selection background. |
| SelectionForegroundColor | Gets the selection foreground. |