Use semantic colors in themes (#5796)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Miguel Solorio
2025-08-07 16:11:35 -07:00
committed by GitHub
parent fa80d9eaf9
commit c0b624c2cb
22 changed files with 396 additions and 198 deletions
@@ -5,6 +5,7 @@
*/
import { lightTheme, Theme } from './theme.js';
import { lightSemanticColors } from './semantic-tokens.js';
export const DefaultLight: Theme = new Theme(
'Default Light',
@@ -103,4 +104,5 @@ export const DefaultLight: Theme = new Theme(
},
},
lightTheme,
lightSemanticColors,
);