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/atom-one-dark.ts | |
| parent | 6b0ac084b8557d3ad76a33df991b73196d792280 (diff) | |
UI Polish for theme selector (#294)
Diffstat (limited to 'packages/cli/src/ui/themes/atom-one-dark.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/atom-one-dark.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/src/ui/themes/atom-one-dark.ts b/packages/cli/src/ui/themes/atom-one-dark.ts index 5599c01a..d38fbcbd 100644 --- a/packages/cli/src/ui/themes/atom-one-dark.ts +++ b/packages/cli/src/ui/themes/atom-one-dark.ts @@ -7,7 +7,8 @@ import { darkTheme, Theme } from './theme.js'; export const AtomOneDark: Theme = new Theme( - 'Atom One Dark', + 'Atom One', + 'dark', { hljs: { display: 'block', |
