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: #eeeeee
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: #eeeeee
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: white
$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: white
$theme-error-color
Error message foreground color.
Type: color
Default value: $theme-primary-color
Computed value: white
$theme-currentrow-color
Set the current row color
Type: color
Default value: $theme-primary-color
Computed value: white
$theme-currentrow-background-color
Set the current row background color
Type: color
Default value: $theme-primary-background-color
Computed value: #1976d2
$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: #1976d2
$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: #1e88e5
$theme-sidebar-color
Sidebar color.
Type: color
Default value: $theme-primary-color
Computed value: white
$theme-webkit-scrollbars-color
Define webkit scrollbars default thumb color
Type: color
Default value: $theme-primary-background-color
Computed value: #1976d2