Add DarkGray to the ColorTheme. (#12420)

This commit is contained in:
Jacob Richman
2025-11-01 16:50:51 -07:00
committed by GitHub
parent e3262f8766
commit d7243fb81f
20 changed files with 147 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@ const ansiColors: ColorsTheme = {
DiffRemoved: '#4D0000',
Comment: 'gray',
Gray: 'gray',
DarkGray: 'gray',
GradientColors: ['cyan', 'green'],
};