Light theme color improvements (#4396)

This commit is contained in:
Miguel Solorio 2025-07-17 17:46:33 -07:00 committed by GitHub
parent 8ade3e7ee2
commit 2f5eecfc49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 29 deletions

View file

@ -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',