feat: rosepine custom theme

This commit is contained in:
Timothy J. Baek 2024-01-01 16:05:05 -08:00
parent 6f907784fb
commit af6e4eb904
11 changed files with 168 additions and 39 deletions

View file

@ -5,10 +5,11 @@ export const config = writable(undefined);
export const user = writable(undefined);
// Frontend
export const db = writable(undefined);
export const theme = writable('dark');
export const chatId = writable('');
export const chats = writable([]);
export const models = writable([]);
export const modelfiles = writable([]);
export const settings = writable({});
export const showSettings = writable(false);