Theme colors
Defines theme main colors
$theme-alternate-row-background-color
Background color for table odd rows
Type: color
Default value: "color.adjust($mt-grey, $lightness: +35%)"
Computed value: "#f7f7f7"
Alias (for compatibility): $gbc-alternate-row-background-color
$theme-header-color
Header (and topmenu) background color.
Type: color
Default value: "color.adjust($mt-grey, $lightness: +35%)"
Computed value: "#f7f7f7"
Alias (for compatibility): $gbc-header-color
$theme-disabled-color
Generally used as widgets disabled foreground color
Type: color
Default value: "color.adjust($ui-text-icon-color, $alpha: -0.46)"
Computed value: "rgba(33, 33, 33, 0.54)"
$theme-field-border-color
Default color for field border.
Type: color
Default value: "color.adjust($mt-grey, $lightness: +27%)"
Computed value: "#e3e3e3"
$theme-message-background-color
Message background color.
Type: color
Default value: "color.adjust($mt-grey, $lightness: -36% )"
Computed value: "#424242"
Alias (for compatibility): $gbc-message-color
$theme-sidebar-background-color
Sidebar background color.
Type: color
Default value: "color.adjust($mt-grey, $lightness: -23% )"
Computed value: "#636363"
$theme-sidebar-title-color
Sidebar tile color.
Type: color
Default value: $mt-text-white
Computed value: "#ffffff"
$theme-sidebar-settings-color
Sidebar settings color.
Type: color
Default value: $mt-text-white
Computed value: "#ffffff"