mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 06:25:16 -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 { darkTheme, Theme } from './theme.js';
|
||||
import { darkSemanticColors } from './semantic-tokens.js';
|
||||
|
||||
export const DefaultDark: Theme = new Theme(
|
||||
'Default',
|
||||
@@ -146,4 +147,5 @@ export const DefaultDark: Theme = new Theme(
|
||||
},
|
||||
},
|
||||
darkTheme,
|
||||
darkSemanticColors,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user