diff options
| author | Miguel Solorio <[email protected]> | 2025-05-08 16:00:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-08 16:00:55 -0700 |
| commit | a685597b70242eb4c6b38d30c5356ad79418176d (patch) | |
| tree | f62cf6f0322293222c76c7cefba54fcd254ac83c /packages/cli/src/ui/themes/xcode.ts | |
| parent | 6b0ac084b8557d3ad76a33df991b73196d792280 (diff) | |
UI Polish for theme selector (#294)
Diffstat (limited to 'packages/cli/src/ui/themes/xcode.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/xcode.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/xcode.ts b/packages/cli/src/ui/themes/xcode.ts index 53fd2e5b..26b8cf72 100644 --- a/packages/cli/src/ui/themes/xcode.ts +++ b/packages/cli/src/ui/themes/xcode.ts @@ -8,6 +8,7 @@ import { lightTheme, Theme } from './theme.js'; export const XCode: Theme = new Theme( 'XCode', + 'light', { hljs: { display: 'block', |
