summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/googlecode.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/themes/googlecode.ts')
-rw-r--r--packages/cli/src/ui/themes/googlecode.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/googlecode.ts b/packages/cli/src/ui/themes/googlecode.ts
index 77551284..38b719a3 100644
--- a/packages/cli/src/ui/themes/googlecode.ts
+++ b/packages/cli/src/ui/themes/googlecode.ts
@@ -17,6 +17,8 @@ const googleCodeColors: ColorsTheme = {
AccentGreen: '#080',
AccentYellow: '#660',
AccentRed: '#800',
+ DiffAdded: '#C6EAD8',
+ DiffRemoved: '#FEDEDE',
Comment: '#5f6368',
Gray: lightTheme.Gray,
GradientColors: ['#066', '#606'],