feat: refactor theme handling and update TODO.md

- Replaced references from theme-config to ui-config for better organization and clarity in theme management.
- Updated Solarized icon in ui-config to a pill emoji for improved visual representation.
- Marked the Solarized icon correction task as complete in TODO.md.
- Deleted the now redundant theme-config file to streamline the codebase.
This commit is contained in:
Julien Froidefond
2025-10-04 10:53:57 +02:00
parent 052b2c2c66
commit 89af1fc597
6 changed files with 5 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
import { TfsConfig } from '@/services/integrations/tfs/tfs';
import { Theme } from './theme-config';
import { Theme } from './ui-config';
// Réexporter Theme pour les autres modules
export type { Theme };