Theme optional colors
These colors are defined by default using other theme colors
$theme-secondary-alternative-background-color
Alternative background color for fields and scrollable widgets (table, listviews, scrollgrids)
Type: color
Default value: $theme-field-background-color
Computed value: "#ffffff"
Alias (for compatibility): $gbc-secondary-background-color
$theme-field-disabled-background-color
Widget disabled background color.
Type: color
Default value: $theme-disabled-background-color
Computed value: "#f0f0f0"
Alias (for compatibility): $gbc-field-disabled-background-color
$theme-field-readonly-background-color
Read-only field's background color
Type: color
Default value: $theme-disabled-background-color
Computed value: "#f0f0f0"
Alias (for compatibility): $gbc-field-readonly-background-color
$theme-placeholder-color
Set the color of the placeholder text of an input field
Type: color
Default value: $theme-disabled-color
Computed value: "rgba(33, 33, 33, 0.54)"
$theme-selection-text-color
Text selection color (Not working on iOS as ::selection css pseudo element is not supported according to https://caniuse.com/css-selection)
Type: color
Default value: $theme-currentrow-color
Computed value: "#ffffff"
$theme-selection-background-color
Text selection background color
Type: color
$theme-message-color
Message foreground color.
Type: color
Default value: $theme-primary-color
Computed value: "#ffffff"
$theme-error-color
Error message foreground color.
Type: color
Default value: $theme-primary-color
Computed value: "#ffffff"
$theme-currentrow-color
Set the current row color
Type: color
Default value: $theme-primary-color
Computed value: "#ffffff"
$theme-currentrow-background-color
Set the current row background color
Type: color
Default value: $theme-primary-background-color
Computed value: "#0b79d1"
$theme-chromebar-inactive-window-background-color
Set the Chromebar inactive window background color
Type: color
Default value: $theme-overlay-background-color
Computed value: "rgba(33, 33, 33, 0.26)"
$theme-chromebar-goto-active-window-background-color
Set the Chromebar active window background color
Type: color
Default value: $theme-primary-background-color
Computed value: "#0b79d1"
$theme-chromebar-goto-active-window-background-hover-color
Set the Chromebar active window background hover color
Type: color
Default value: $theme-primary-emphasis-background-color
Computed value: "#2196f3"
$theme-sidebar-color
Sidebar color.
Type: color
Default value: $theme-primary-color
Computed value: "#ffffff"
$theme-webkit-scrollbars-color
Define webkit scrollbars default thumb color
Type: color
Default value: $theme-primary-background-color
Computed value: "#0b79d1"