Fix build break due to changes to theme. (#796)

This commit is contained in:
Jacob Richman 2025-06-06 08:05:00 -07:00 committed by GitHub
parent 4262f5b0de
commit 9ad615c2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const noColorColorsTheme: ColorsTheme = {
AccentGreen: '',
AccentYellow: '',
AccentRed: '',
SubtleComment: '',
Comment: '',
Gray: '',
};