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 327c5f889d
commit 6fb01ddcc4
12 changed files with 32 additions and 24 deletions

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,
);