summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/atom-one-dark.ts
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-05-08 16:00:55 -0700
committerGitHub <[email protected]>2025-05-08 16:00:55 -0700
commita685597b70242eb4c6b38d30c5356ad79418176d (patch)
treef62cf6f0322293222c76c7cefba54fcd254ac83c /packages/cli/src/ui/themes/atom-one-dark.ts
parent6b0ac084b8557d3ad76a33df991b73196d792280 (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.ts3
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',