diff options
Diffstat (limited to 'packages/cli/src/ui/themes/xcode.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/xcode.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/xcode.ts b/packages/cli/src/ui/themes/xcode.ts index 690d2386..6c150007 100644 --- a/packages/cli/src/ui/themes/xcode.ts +++ b/packages/cli/src/ui/themes/xcode.ts @@ -5,6 +5,7 @@ */ import { type ColorsTheme, Theme } from './theme.js'; +import { lightSemanticColors } from './semantic-tokens.js'; const xcodeColors: ColorsTheme = { type: 'light', @@ -149,4 +150,5 @@ export const XCode: Theme = new Theme( }, }, xcodeColors, + lightSemanticColors, ); |
