From 6c1373c33212e26521701acf73c0398721b3a881 Mon Sep 17 00:00:00 2001 From: Jacob Richman Date: Fri, 15 Aug 2025 20:18:31 -0700 Subject: Revert "Update semantic color tokens" (#6365) --- packages/cli/src/ui/components/ThemeDialog.tsx | 37 ++++++-------------------- 1 file changed, 8 insertions(+), 29 deletions(-) (limited to 'packages/cli/src/ui/components/ThemeDialog.tsx') diff --git a/packages/cli/src/ui/components/ThemeDialog.tsx b/packages/cli/src/ui/components/ThemeDialog.tsx index c26dfa96..16ecfc8f 100644 --- a/packages/cli/src/ui/components/ThemeDialog.tsx +++ b/packages/cli/src/ui/components/ThemeDialog.tsx @@ -6,7 +6,7 @@ import React, { useCallback, useState } from 'react'; import { Box, Text } from 'ink'; -import { theme } from '../semantic-colors.js'; +import { Colors } from '../colors.js'; import { themeManager, DEFAULT_THEME } from '../themes/theme-manager.js'; import { RadioButtonSelect } from './shared/RadioButtonSelect.js'; import { DiffRenderer } from './messages/DiffRenderer.js'; @@ -207,7 +207,7 @@ export function ThemeDialog({ return ( {/* Left Column: Selection */} - + {currentFocusedSection === 'theme' ? '> ' : ' '}Select Theme{' '} - - {otherScopeModifiedMessage} - + {otherScopeModifiedMessage} - + {currentFocusedSection === 'scope' ? '> ' : ' '}Apply To - - Preview - + Preview {/* Get the Theme object for the highlighted theme, fall back to default if not found */} {(() => { const previewTheme = @@ -284,7 +264,7 @@ export function ThemeDialog({ return ( - + (Use Enter to select {showScopeSelection ? ', Tab to change focus' : ''}) -- cgit v1.2.3