1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 19:25:49 +05:30

feat: added color scheme options and bumped up to shadcn 3.5

This commit is contained in:
2025-11-13 15:22:58 +05:30
Verified
parent defdfd6fd1
commit 6028037e74
69 changed files with 4250 additions and 3255 deletions

View File

@@ -151,6 +151,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
ytdlp_update_channel: 'nightly',
ytdlp_auto_update: true,
theme: 'system',
color_scheme: 'default',
download_dir: '',
prefer_video_over_playlist: true,
strict_downloadablity_check: false,
@@ -220,6 +221,7 @@ export const useSettingsPageStatesStore = create<SettingsPageStatesStore>((set)
ytdlp_update_channel: 'nightly',
ytdlp_auto_update: true,
theme: 'system',
color_scheme: 'default',
download_dir: '',
prefer_video_over_playlist: true,
strict_downloadablity_check: false,