Header colored (#581)

This commit is contained in:
CamilleLegeron
2023-08-07 20:01:35 +02:00
committed by GitHub
parent 7c114bf600
commit 02841bd15c
16 changed files with 408 additions and 39 deletions

View File

@@ -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;

View File

@@ -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',

View File

@@ -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',