mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Header colored (#581)
This commit is contained in:
@@ -173,6 +173,7 @@ export interface ThemeColors {
|
||||
'selection-opaque-fg': string;
|
||||
'selection-opaque-bg': string;
|
||||
'selection-opaque-dark-bg': string;
|
||||
'selection-header': string;
|
||||
|
||||
/* Widgets */
|
||||
'widget-bg': string;
|
||||
|
||||
@@ -152,6 +152,7 @@ export const GristDark: ThemeColors = {
|
||||
'selection-opaque-fg': 'white',
|
||||
'selection-opaque-bg': '#2F4748',
|
||||
'selection-opaque-dark-bg': '#253E3E',
|
||||
'selection-header': 'rgba(107,107,144,0.4)',
|
||||
|
||||
/* Widgets */
|
||||
'widget-bg': '#32323F',
|
||||
|
||||
@@ -152,6 +152,7 @@ export const GristLight: ThemeColors = {
|
||||
'selection-opaque-fg': 'black',
|
||||
'selection-opaque-bg': '#DCF4EB',
|
||||
'selection-opaque-dark-bg': '#D6EEE5',
|
||||
'selection-header': 'rgba(217,217,217,0.6)',
|
||||
|
||||
/* Widgets */
|
||||
'widget-bg': 'white',
|
||||
|
||||
Reference in New Issue
Block a user