mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 20:44:46 -07:00
Add DarkGray to the ColorTheme. (#12420)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
import { type ColorsTheme, Theme } from './theme.js';
|
||||
import { interpolateColor } from './color-utils.js';
|
||||
|
||||
const draculaColors: ColorsTheme = {
|
||||
type: 'dark',
|
||||
@@ -21,6 +22,7 @@ const draculaColors: ColorsTheme = {
|
||||
DiffRemoved: '#6e1818',
|
||||
Comment: '#6272a4',
|
||||
Gray: '#6272a4',
|
||||
DarkGray: interpolateColor('#6272a4', '#282a36', 0.5),
|
||||
GradientColors: ['#ff79c6', '#8be9fd'],
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user