Skip to content

Commit 4b1af36

Browse files
author
Lucas Bento
committed
refactor: tweak the dark mode colors
1 parent 05a91f8 commit 4b1af36

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/theme/index.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@ export const lightTheme = {
4040
},
4141
}
4242
export const darkTheme = {
43-
background: '#363537',
43+
background: '#0d1117',
4444

4545
text: '#FAFAFA',
4646
textHover: '#999999',
4747
link: '#045dc1',
4848
linkHover: '#40a9ff',
4949

50-
border: '#555555',
50+
border: '#30363d',
5151
greenBorder: '#bef5cb',
5252
yellowBorder: '#c69026',
53-
yellowBackground: '#37332A',
53+
yellowBackground: '#37332a8a',
5454

5555
diff: {
5656
// Color object from https://github.com/otakustay/react-diff-view/blob/master/site/components/DiffView/diff.global.less
5757
textColor: '#fafafa',
5858
selectionBackground: '#5a5f80',
59-
gutterInsertBackground: '#082525',
60-
gutterDeleteBackground: '#2b1523',
59+
gutterInsertBackground: '#3fb9504d',
60+
gutterDeleteBackground: '#f8514c4d',
6161
gutterSelectedBackground: '#5a5f80',
62-
codeInsertBackground: '#082525',
63-
codeDeleteBackground: '#2b1523',
64-
codeInsertEditBackground: '#00462f',
65-
codeDeleteEditBackground: '#4e2436',
62+
codeInsertBackground: '#2ea04326',
63+
codeDeleteBackground: '#f851491a',
64+
codeInsertEditBackground: '#2ea04366',
65+
codeDeleteEditBackground: '#f8514c66',
6666
codeSelectedBackground: '#5a5f80',
6767
omitBackground: '#101120',
6868
decorationGutterBackground: '#222',
69-
decorationGutter: '#ababab',
70-
decorationContentBackground: '#222',
71-
decorationContent: '#ababab',
69+
decorationGutter: '#388bfd66',
70+
decorationContentBackground: '#388bfd1a',
71+
decorationContent: '#7d8590',
7272
},
7373

7474
// Alternating Row Colors for Binary Download component and Content Loader animation

0 commit comments

Comments
 (0)