Allow themes to update gradient colors (#914)

This commit is contained in:
Miguel Solorio
2025-06-11 10:14:18 -07:00
committed by GitHub
parent 4c75318f81
commit 9f57f6e437
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const googleCodeColors: ColorsTheme = {
AccentRed: '#800',
Comment: '#5f6368',
Gray: lightTheme.Gray,
GradientColors: lightTheme.GradientColors,
GradientColors: ['#066', '#606'],
};
export const GoogleCode: Theme = new Theme(