From a685597b70242eb4c6b38d30c5356ad79418176d Mon Sep 17 00:00:00 2001 From: Miguel Solorio Date: Thu, 8 May 2025 16:00:55 -0700 Subject: UI Polish for theme selector (#294) --- packages/cli/src/ui/themes/atom-one-dark.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages/cli/src/ui/themes/atom-one-dark.ts') 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', -- cgit v1.2.3