diff --git a/colors.json b/colors.json index 428e9f44..31d3ebca 100644 --- a/colors.json +++ b/colors.json @@ -11,6 +11,9 @@ "600": "#7C7C7C", "700": "#525252", "800": "#383838", + "850": "#282828", + "875": "#212121", + "890": "#1C1C1C", "900": "#171717" }, "red": { diff --git a/fyo/core/types.ts b/fyo/core/types.ts index 513605a5..f9c36f21 100644 --- a/fyo/core/types.ts +++ b/fyo/core/types.ts @@ -36,6 +36,7 @@ export type ConfigMap = { lastSelectedFilePath: null | string; language: string deviceId: string + darkMode: boolean }; export interface ConfigFile { diff --git a/src/App.vue b/src/App.vue index e9360b13..6c4b7621 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@