summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/github-dark.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/themes/github-dark.ts')
-rw-r--r--packages/cli/src/ui/themes/github-dark.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/github-dark.ts b/packages/cli/src/ui/themes/github-dark.ts
index f6912821..e93c8c6a 100644
--- a/packages/cli/src/ui/themes/github-dark.ts
+++ b/packages/cli/src/ui/themes/github-dark.ts
@@ -17,6 +17,8 @@ const githubDarkColors: ColorsTheme = {
AccentGreen: '#85E89D',
AccentYellow: '#FFAB70',
AccentRed: '#F97583',
+ DiffAdded: '#3C4636',
+ DiffRemoved: '#502125',
Comment: '#6A737D',
Gray: '#6A737D',
GradientColors: ['#79B8FF', '#85E89D'],