diff options
Diffstat (limited to 'src/alf/types.ts')
-rw-r--r-- | src/alf/types.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alf/types.ts b/src/alf/types.ts index 08ec59392..5bac690e2 100644 --- a/src/alf/types.ts +++ b/src/alf/types.ts @@ -12,6 +12,7 @@ export type ThemeName = 'light' | 'dim' | 'dark' export type Palette = { white: string black: string + like: string contrast_25: string contrast_50: string |