about summary refs log tree commit diff
path: root/src/alf/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/types.ts')
-rw-r--r--src/alf/types.ts1
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