mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Light theme color improvements (#4396)
This commit is contained in:
@@ -9,7 +9,7 @@ import { type ColorsTheme, Theme } from './theme.js';
|
||||
const xcodeColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
Background: '#fff',
|
||||
Foreground: 'black',
|
||||
Foreground: '#444',
|
||||
LightBlue: '#0E0EFF',
|
||||
AccentBlue: '#1c00cf',
|
||||
AccentPurple: '#aa0d91',
|
||||
|
||||
Reference in New Issue
Block a user