Update colors tokens for inputer/footer (#6523)

This commit is contained in:
Miguel Solorio
2025-08-26 15:08:47 -07:00
committed by GitHub
parent 87d97c9c17
commit 8888d52915
12 changed files with 32 additions and 24 deletions
+1 -3
View File
@@ -4,8 +4,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
import { lightTheme, Theme, type ColorsTheme } from './theme.js';
import { lightSemanticColors } from './semantic-tokens.js';
import { type ColorsTheme, Theme, lightTheme } from './theme.js';
const googleCodeColors: ColorsTheme = {
type: 'light',
@@ -142,5 +141,4 @@ export const GoogleCode: Theme = new Theme(
},
},
googleCodeColors,
lightSemanticColors,
);