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 1d7090b8ac
commit 9c5b5ff823
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 19 additions and 19 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
import { darkTheme, Theme, type ColorsTheme } from './theme.js';
import { type ColorsTheme, Theme } from './theme.js';
const xcodeColors: ColorsTheme = {
type: 'light',
@ -19,7 +19,7 @@ const xcodeColors: ColorsTheme = {
AccentRed: '#c41a16',
Comment: '#007400',
Gray: '#c0c0c0',
GradientColors: darkTheme.GradientColors,
GradientColors: ['#1c00cf', '#007400'],
};
export const XCode: Theme = new Theme(