Add Rosé Pine themes (#1549)

* Add Rosé Pine theme
This commit is contained in:
Nooby
2026-01-17 20:35:11 -08:00
committed by GitHub
parent ea46b98400
commit b9d14e03f1
6 changed files with 78 additions and 0 deletions
+3
View File
@@ -38,6 +38,9 @@ export const THEME_DATA = [
{ label: 'Shades of Purple', type: 'dark', value: AppTheme.SHADES_OF_PURPLE },
{ label: 'VS Code Dark+', type: 'dark', value: AppTheme.VSCODE_DARK_PLUS },
{ label: 'VS Code Light+', type: 'light', value: AppTheme.VSCODE_LIGHT_PLUS },
{ label: 'Rosé Pine', type: 'dark', value: AppTheme.ROSE_PINE },
{ label: 'Rosé Pine Moon', type: 'dark', value: AppTheme.ROSE_PINE_MOON },
{ label: 'Rosé Pine Dawn', type: 'light', value: AppTheme.ROSE_PINE_DAWN },
];
export const useAppTheme = (overrideTheme?: AppTheme) => {