diff options
Diffstat (limited to 'packages/cli/src/ui/themes/googlecode.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/googlecode.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/googlecode.ts b/packages/cli/src/ui/themes/googlecode.ts index 38b719a3..187f22fa 100644 --- a/packages/cli/src/ui/themes/googlecode.ts +++ b/packages/cli/src/ui/themes/googlecode.ts @@ -5,6 +5,7 @@ */ import { lightTheme, Theme, type ColorsTheme } from './theme.js'; +import { lightSemanticColors } from './semantic-tokens.js'; const googleCodeColors: ColorsTheme = { type: 'light', @@ -141,4 +142,5 @@ export const GoogleCode: Theme = new Theme( }, }, googleCodeColors, + lightSemanticColors, ); |
