Class DevDarkTheme
- Namespace
- SharpConsoleUI.Plugins.DeveloperTools
- Assembly
- SharpConsoleUI.dll
Dark theme optimized for developer tools with green terminal-inspired accents. Features high contrast for readability during extended coding sessions.
public class DevDarkTheme : ITheme
- Inheritance
-
DevDarkTheme
- Implements
- Inherited Members
- Extension Methods
Properties
ActiveBorderForegroundColor
Gets the foreground color for the border of active (focused) windows.
public Color ActiveBorderForegroundColor { get; set; }
Property Value
ActiveTitleForegroundColor
Gets the foreground color for the title text of active (focused) windows.
public Color ActiveTitleForegroundColor { get; set; }
Property Value
BarGraphBackgroundColor
Gets the background color for bar graph controls. Null means transparent.
public Color? BarGraphBackgroundColor { get; set; }
Property Value
BottomBarBackgroundColor
Gets the background color for the bottom status bar of the console window system.
public Color BottomBarBackgroundColor { get; set; }
Property Value
BottomBarForegroundColor
Gets the foreground color for text displayed in the bottom status bar.
public Color BottomBarForegroundColor { get; set; }
Property Value
ButtonBackgroundColor
Gets the background color for buttons in their default (unfocused, unselected) state.
public Color ButtonBackgroundColor { get; set; }
Property Value
ButtonDisabledBackgroundColor
Gets the background color for buttons when they are disabled and cannot be interacted with.
public Color ButtonDisabledBackgroundColor { get; set; }
Property Value
ButtonDisabledForegroundColor
Gets the foreground color for button text when the button is disabled.
public Color ButtonDisabledForegroundColor { get; set; }
Property Value
ButtonFocusedBackgroundColor
Gets the background color for buttons when they have keyboard focus.
public Color ButtonFocusedBackgroundColor { get; set; }
Property Value
ButtonFocusedForegroundColor
Gets the foreground color for button text when the button has keyboard focus.
public Color ButtonFocusedForegroundColor { get; set; }
Property Value
ButtonForegroundColor
Gets the foreground color for button text in the default (unfocused, unselected) state.
public Color ButtonForegroundColor { get; set; }
Property Value
ButtonSelectedBackgroundColor
Gets the background color for buttons when they are selected or pressed.
public Color ButtonSelectedBackgroundColor { get; set; }
Property Value
ButtonSelectedForegroundColor
Gets the foreground color for button text when the button is selected or pressed.
public Color ButtonSelectedForegroundColor { get; set; }
Property Value
CheckboxBackgroundColor
Gets the background color for checkboxes in their default state. Null means transparent.
public Color? CheckboxBackgroundColor { get; set; }
Property Value
CheckboxDisabledBackgroundColor
Gets the background color for checkboxes when they are disabled. Null means transparent.
public Color? CheckboxDisabledBackgroundColor { get; set; }
Property Value
CheckboxFocusedBackgroundColor
Gets the background color for checkboxes when they have keyboard focus. Null means transparent.
public Color? CheckboxFocusedBackgroundColor { get; set; }
Property Value
DatePickerBackgroundColor
Gets the background color for the date picker control.
public Color? DatePickerBackgroundColor { get; set; }
Property Value
DatePickerCalendarHeaderColor
Gets the color for the calendar popup header text.
public Color? DatePickerCalendarHeaderColor { get; set; }
Property Value
DatePickerCalendarSelectedColor
Gets the highlight color for the selected date in the calendar popup.
public Color? DatePickerCalendarSelectedColor { get; set; }
Property Value
DatePickerCalendarTodayColor
Gets the highlight color for today's date in the calendar popup.
public Color? DatePickerCalendarTodayColor { get; set; }
Property Value
DatePickerDisabledForegroundColor
Gets the foreground color for disabled date segments.
public Color? DatePickerDisabledForegroundColor { get; set; }
Property Value
DatePickerFocusedBackgroundColor
Gets the background color for the date picker when focused.
public Color? DatePickerFocusedBackgroundColor { get; set; }
Property Value
DatePickerFocusedForegroundColor
Gets the foreground color for the date picker when focused.
public Color? DatePickerFocusedForegroundColor { get; set; }
Property Value
DatePickerForegroundColor
Gets the foreground (text) color for the date picker control.
public Color? DatePickerForegroundColor { get; set; }
Property Value
DatePickerSegmentBackgroundColor
Gets the background color for the active date segment.
public Color? DatePickerSegmentBackgroundColor { get; set; }
Property Value
DatePickerSegmentForegroundColor
Gets the foreground color for the active date segment.
public Color? DatePickerSegmentForegroundColor { get; set; }
Property Value
Description
Gets the human-readable description of the theme explaining its visual style.
public string Description { get; }
Property Value
DesktopBackgroundChar
Gets the character used to fill the desktop background area.
public char DesktopBackgroundChar { get; set; }
Property Value
DesktopBackgroundColor
Gets the background color for the desktop area behind all windows.
public Color DesktopBackgroundColor { get; set; }
Property Value
DesktopBackgroundGradient
Gets the optional gradient background for the desktop area. When set, the desktop renders with this gradient instead of a solid color. Returns null by default (solid color from DesktopBackgroundColor).
public GradientBackground? DesktopBackgroundGradient { get; set; }
Property Value
DesktopForegroundColor
Gets the foreground color for the desktop background character pattern.
public Color DesktopForegroundColor { get; set; }
Property Value
DropdownBackgroundColor
Gets the background color for dropdown control lists.
public Color DropdownBackgroundColor { get; set; }
Property Value
DropdownForegroundColor
Gets the foreground color for dropdown control list items.
public Color DropdownForegroundColor { get; set; }
Property Value
DropdownHighlightBackgroundColor
Gets the background color for highlighted/selected dropdown items.
public Color DropdownHighlightBackgroundColor { get; set; }
Property Value
DropdownHighlightForegroundColor
Gets the foreground color for highlighted/selected dropdown items.
public Color DropdownHighlightForegroundColor { get; set; }
Property Value
InactiveBorderForegroundColor
Gets the foreground color for the border of inactive (unfocused) windows.
public Color InactiveBorderForegroundColor { get; set; }
Property Value
InactiveTitleForegroundColor
Gets the foreground color for the title text of inactive (unfocused) windows.
public Color InactiveTitleForegroundColor { get; set; }
Property Value
LineGraphBackgroundColor
Gets the background color for line graph controls. Null means transparent.
public Color? LineGraphBackgroundColor { get; set; }
Property Value
ListBackgroundColor
Gets the background color for list controls. Null means transparent.
public Color? ListBackgroundColor { get; set; }
Property Value
ListHoverBackgroundColor
Gets the background color for list items when hovered by the mouse. If null, falls back to highlight color.
public Color? ListHoverBackgroundColor { get; set; }
Property Value
ListHoverForegroundColor
Gets the foreground color for list items when hovered by the mouse. If null, falls back to highlight color.
public Color? ListHoverForegroundColor { get; set; }
Property Value
ListUnfocusedHighlightBackgroundColor
Gets the background color for list items when highlighted but the control is unfocused.
public Color ListUnfocusedHighlightBackgroundColor { get; set; }
Property Value
ListUnfocusedHighlightForegroundColor
Gets the foreground color for list items when highlighted but the control is unfocused.
public Color ListUnfocusedHighlightForegroundColor { get; set; }
Property Value
MenuBarBackgroundColor
Gets the background color for the menu bar (top-level items). Null means inherit from container.
public Color? MenuBarBackgroundColor { get; set; }
Property Value
MenuBarForegroundColor
Gets the foreground color for the menu bar (top-level items). Null means inherit from container.
public Color? MenuBarForegroundColor { get; set; }
Property Value
MenuBarHighlightBackgroundColor
Gets the background color for highlighted menu bar items.
public Color MenuBarHighlightBackgroundColor { get; set; }
Property Value
MenuBarHighlightForegroundColor
Gets the foreground color for highlighted menu bar items.
public Color MenuBarHighlightForegroundColor { get; set; }
Property Value
MenuDropdownBackgroundColor
Gets the background color for menu dropdowns.
public Color MenuDropdownBackgroundColor { get; set; }
Property Value
MenuDropdownForegroundColor
Gets the foreground color for menu dropdown items.
public Color MenuDropdownForegroundColor { get; set; }
Property Value
MenuDropdownHighlightBackgroundColor
Gets the background color for highlighted menu dropdown items.
public Color MenuDropdownHighlightBackgroundColor { get; set; }
Property Value
MenuDropdownHighlightForegroundColor
Gets the foreground color for highlighted menu dropdown items.
public Color MenuDropdownHighlightForegroundColor { get; set; }
Property Value
ModalBackgroundColor
Gets the background color for modal dialog windows.
public Color ModalBackgroundColor { get; set; }
Property Value
ModalBorderForegroundColor
Gets the foreground color for the border of modal dialog windows.
public Color ModalBorderForegroundColor { get; set; }
Property Value
ModalFlashColor
Gets the background color used when flashing modal windows to draw user attention.
public Color ModalFlashColor { get; set; }
Property Value
ModalTitleForegroundColor
Gets the foreground color for the title text of modal dialog windows.
public Color ModalTitleForegroundColor { get; set; }
Property Value
Name
Gets the unique name of the theme used for identification and selection.
public string Name { get; }
Property Value
NotificationDangerWindowBackgroundColor
Gets the background color for danger/error notification windows.
public Color NotificationDangerWindowBackgroundColor { get; set; }
Property Value
NotificationInfoWindowBackgroundColor
Gets the background color for informational notification windows.
public Color NotificationInfoWindowBackgroundColor { get; set; }
Property Value
NotificationSuccessWindowBackgroundColor
Gets the background color for success notification windows.
public Color NotificationSuccessWindowBackgroundColor { get; set; }
Property Value
NotificationWarningWindowBackgroundColor
Gets the background color for warning notification windows.
public Color NotificationWarningWindowBackgroundColor { get; set; }
Property Value
NotificationWindowBackgroundColor
Gets the background color for generic notification windows without a specific type.
public Color NotificationWindowBackgroundColor { get; set; }
Property Value
ProgressBarFilledColor
Gets the color for the filled portion of progress bars.
public Color ProgressBarFilledColor { get; set; }
Property Value
ProgressBarPercentageColor
Gets the color for the percentage text display on progress bars.
public Color ProgressBarPercentageColor { get; set; }
Property Value
ProgressBarUnfilledColor
Gets the color for the unfilled portion of progress bars.
public Color ProgressBarUnfilledColor { get; set; }
Property Value
PromptInputBackgroundColor
Gets the background color for prompt input fields in their default state.
public Color PromptInputBackgroundColor { get; set; }
Property Value
PromptInputFocusedBackgroundColor
Gets the background color for prompt input fields when they have keyboard focus.
public Color PromptInputFocusedBackgroundColor { get; set; }
Property Value
PromptInputFocusedForegroundColor
Gets the foreground color for text in prompt input fields when focused.
public Color PromptInputFocusedForegroundColor { get; set; }
Property Value
PromptInputForegroundColor
Gets the foreground color for text in prompt input fields in their default state.
public Color PromptInputForegroundColor { get; set; }
Property Value
SeparatorForegroundColor
Gets the foreground color for separator controls. Null means transparent (inherit from container).
public Color? SeparatorForegroundColor { get; set; }
Property Value
ShowModalShadow
Gets a value indicating whether modal windows should display a drop shadow effect.
public bool ShowModalShadow { get; set; }
Property Value
SliderFilledTrackColor
Gets the color for the filled track portion of slider controls. Null means use default (Cyan1).
public Color? SliderFilledTrackColor { get; set; }
Property Value
SliderFocusedThumbColor
Gets the color for the slider thumb indicator when focused. Null means use default (Yellow).
public Color? SliderFocusedThumbColor { get; set; }
Property Value
SliderThumbColor
Gets the color for the slider thumb indicator. Null means use default (White classic, Grey93 modern).
public Color? SliderThumbColor { get; set; }
Property Value
SliderTrackColor
Gets the color for the unfilled track portion of slider controls. Null means use default (Grey35 classic, Grey23 modern).
public Color? SliderTrackColor { get; set; }
Property Value
SparklineBackgroundColor
Gets the background color for sparkline controls. Null means transparent.
public Color? SparklineBackgroundColor { get; set; }
Property Value
StatusBarBackgroundColor
Gets the background color for status bar controls. Null means inherit from container.
public Color? StatusBarBackgroundColor { get; set; }
Property Value
StatusBarForegroundColor
Gets the foreground color for status bar controls. Null means inherit from container.
public Color? StatusBarForegroundColor { get; set; }
Property Value
StatusBarShortcutForegroundColor
Gets the foreground color for shortcut key hints in status bar controls. Null means use Cyan1.
public Color? StatusBarShortcutForegroundColor { get; set; }
Property Value
TabContentBackgroundColor
Gets the background color for the TabControl content area. Null means inherit from container.
public Color? TabContentBackgroundColor { get; set; }
Property Value
TabContentBorderColor
Gets the border color for the TabControl content area. Null means use active window border color.
public Color? TabContentBorderColor { get; set; }
Property Value
TabHeaderActiveBackgroundColor
Gets the background color for the active (selected) tab header.
public Color TabHeaderActiveBackgroundColor { get; set; }
Property Value
TabHeaderActiveFocusedBackgroundColor
Background for the active tab header when the tab strip has keyboard focus. Default implementation returns TabHeaderActiveBackgroundColor (so existing themes keep working without code changes).
public Color TabHeaderActiveFocusedBackgroundColor { get; set; }
Property Value
TabHeaderActiveFocusedForegroundColor
Foreground for the active tab header when the tab strip has keyboard focus. Default implementation returns TabHeaderActiveForegroundColor.
public Color TabHeaderActiveFocusedForegroundColor { get; set; }
Property Value
TabHeaderActiveForegroundColor
Gets the foreground color for the active (selected) tab header.
public Color TabHeaderActiveForegroundColor { get; set; }
Property Value
TabHeaderBackgroundColor
Gets the background color for inactive tab headers.
public Color TabHeaderBackgroundColor { get; set; }
Property Value
TabHeaderDisabledBackgroundColor
Gets the background color for disabled tab headers.
public Color TabHeaderDisabledBackgroundColor { get; set; }
Property Value
TabHeaderDisabledForegroundColor
Gets the foreground color for disabled tab headers.
public Color TabHeaderDisabledForegroundColor { get; set; }
Property Value
TabHeaderFocusedBackgroundColor
Background for inactive tab headers when the tab strip has keyboard focus. Default implementation returns TabHeaderBackgroundColor.
public Color TabHeaderFocusedBackgroundColor { get; set; }
Property Value
TabHeaderFocusedForegroundColor
Foreground for inactive tab headers when the tab strip has keyboard focus. Default implementation returns TabHeaderForegroundColor.
public Color TabHeaderFocusedForegroundColor { get; set; }
Property Value
TabHeaderForegroundColor
Gets the foreground color for inactive tab headers.
public Color TabHeaderForegroundColor { get; set; }
Property Value
TableBackgroundColor
Gets the background color for table controls.
public Color TableBackgroundColor { get; set; }
Property Value
TableBorderColor
Gets the border color for table controls. Null means falls back to active window border color.
public Color? TableBorderColor { get; set; }
Property Value
TableForegroundColor
Gets the foreground color for table controls.
public Color TableForegroundColor { get; set; }
Property Value
TableHeaderBackgroundColor
Gets the background color for table headers.
public Color TableHeaderBackgroundColor { get; set; }
Property Value
TableHeaderForegroundColor
Gets the foreground color for table headers.
public Color TableHeaderForegroundColor { get; set; }
Property Value
TableHoverBackgroundColor
Gets the background color for hovered rows in the table.
public Color TableHoverBackgroundColor { get; set; }
Property Value
TableHoverForegroundColor
Gets the foreground color for hovered rows in the table.
public Color TableHoverForegroundColor { get; set; }
Property Value
TableScrollbarThumbColor
Gets the color for the table scrollbar thumb.
public Color TableScrollbarThumbColor { get; set; }
Property Value
TableScrollbarTrackColor
Gets the color for the table scrollbar track.
public Color TableScrollbarTrackColor { get; set; }
Property Value
TableSelectionBackgroundColor
Gets the background color for selected rows in the table when focused.
public Color TableSelectionBackgroundColor { get; set; }
Property Value
TableSelectionForegroundColor
Gets the foreground color for selected rows in the table when focused.
public Color TableSelectionForegroundColor { get; set; }
Property Value
TableUnfocusedSelectionBackgroundColor
Gets the background color for selected rows in the table when unfocused.
public Color TableUnfocusedSelectionBackgroundColor { get; set; }
Property Value
TableUnfocusedSelectionForegroundColor
Gets the foreground color for selected rows in the table when unfocused.
public Color TableUnfocusedSelectionForegroundColor { get; set; }
Property Value
TextEditFocusedNotEditing
Gets the background color for text edit controls when focused but not in editing mode.
public Color TextEditFocusedNotEditing { get; set; }
Property Value
TimePickerBackgroundColor
Gets the background color for the time picker control.
public Color? TimePickerBackgroundColor { get; set; }
Property Value
TimePickerDisabledForegroundColor
Gets the foreground color for disabled time segments.
public Color? TimePickerDisabledForegroundColor { get; set; }
Property Value
TimePickerFocusedBackgroundColor
Gets the background color for the time picker when focused.
public Color? TimePickerFocusedBackgroundColor { get; set; }
Property Value
TimePickerFocusedForegroundColor
Gets the foreground color for the time picker when focused.
public Color? TimePickerFocusedForegroundColor { get; set; }
Property Value
TimePickerForegroundColor
Gets the foreground (text) color for the time picker control.
public Color? TimePickerForegroundColor { get; set; }
Property Value
TimePickerSegmentBackgroundColor
Gets the background color for the active time segment.
public Color? TimePickerSegmentBackgroundColor { get; set; }
Property Value
TimePickerSegmentForegroundColor
Gets the foreground color for the active time segment.
public Color? TimePickerSegmentForegroundColor { get; set; }
Property Value
ToolbarBackgroundColor
Gets the background color for toolbar controls. Null means transparent (inherit from container).
public Color? ToolbarBackgroundColor { get; set; }
Property Value
ToolbarForegroundColor
Gets the foreground color for toolbar controls. Null means transparent (inherit from container).
public Color? ToolbarForegroundColor { get; set; }
Property Value
TopBarBackgroundColor
Gets the background color for the top application bar of the console window system.
public Color TopBarBackgroundColor { get; set; }
Property Value
TopBarForegroundColor
Gets the foreground color for text displayed in the top application bar.
public Color TopBarForegroundColor { get; set; }
Property Value
TreeBackgroundColor
Gets the background color for tree controls. Null means transparent.
public Color? TreeBackgroundColor { get; set; }
Property Value
TreeSelectionBackgroundColor
Gets the background color for selected tree nodes when focused. Null means transparent.
public Color? TreeSelectionBackgroundColor { get; set; }
Property Value
TreeUnfocusedSelectionBackgroundColor
Gets the background color for selected tree nodes when unfocused. Null means transparent.
public Color? TreeUnfocusedSelectionBackgroundColor { get; set; }
Property Value
UseDoubleLineBorderForModal
Gets a value indicating whether modal windows should use double-line border characters.
public bool UseDoubleLineBorderForModal { get; set; }
Property Value
WindowBackgroundColor
Gets the default background color for standard window content areas.
public Color WindowBackgroundColor { get; set; }
Property Value
WindowForegroundColor
Gets the default foreground color for text in standard window content areas.
public Color WindowForegroundColor { get; set; }