mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 01:51:20 -07:00
feat(ui): fix ESLint unescaped entities in /colors
This commit is contained in:
@@ -140,6 +140,19 @@ export const ColorsDisplay: React.FC = () => {
|
||||
iTerm2, VSCode, etc), and see how the colors change across different
|
||||
themes.
|
||||
</Text>
|
||||
<Box marginTop={1} flexDirection="column">
|
||||
<Text color={theme.text.secondary}>
|
||||
<Text bold color={theme.text.primary}>
|
||||
Note on overrides:
|
||||
</Text>{' '}
|
||||
Hex values (TrueColor) are rendered exactly as shown and are
|
||||
generally <Text italic>not</Text> affected by your Terminal
|
||||
app's theme. Color names (like 'red',
|
||||
'green', 'gray') used in the ANSI theme{' '}
|
||||
<Text italic>are</Text> overridden by your Terminal app's
|
||||
palette.
|
||||
</Text>
|
||||
</Box>
|
||||
<Box marginTop={1}>
|
||||
<Text color={theme.text.secondary}>
|
||||
Active Theme:{' '}
|
||||
|
||||
Reference in New Issue
Block a user