mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-18 17:20:38 -07:00
Use semantic colors in themes (#5796)
Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { lightSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
const githubLightColors: ColorsTheme = {
|
||||
type: 'light',
|
||||
@@ -144,4 +145,5 @@ export const GitHubLight: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
githubLightColors,
|
||||
lightSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user