Light theme color improvements (#4396)

This commit is contained in:
Miguel Solorio
2025-07-17 17:46:33 -07:00
committed by GitHub
parent 40f8f02205
commit 33a522c58c
4 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { lightTheme, Theme, type ColorsTheme } from './theme.js';
const googleCodeColors: ColorsTheme = {
type: 'light',
Background: 'white',
Foreground: 'black',
Foreground: '#444',
LightBlue: '#066',
AccentBlue: '#008',
AccentPurple: '#606',