@@ -40,35 +40,35 @@ export const lightTheme = {
40
40
} ,
41
41
}
42
42
export const darkTheme = {
43
- background : '#363537 ' ,
43
+ background : '#0d1117 ' ,
44
44
45
45
text : '#FAFAFA' ,
46
46
textHover : '#999999' ,
47
47
link : '#045dc1' ,
48
48
linkHover : '#40a9ff' ,
49
49
50
- border : '#555555 ' ,
50
+ border : '#30363d ' ,
51
51
greenBorder : '#bef5cb' ,
52
52
yellowBorder : '#c69026' ,
53
- yellowBackground : '#37332A ' ,
53
+ yellowBackground : '#37332a8a ' ,
54
54
55
55
diff : {
56
56
// Color object from https://github.com/otakustay/react-diff-view/blob/master/site/components/DiffView/diff.global.less
57
57
textColor : '#fafafa' ,
58
58
selectionBackground : '#5a5f80' ,
59
- gutterInsertBackground : '#082525 ' ,
60
- gutterDeleteBackground : '#2b1523 ' ,
59
+ gutterInsertBackground : '#3fb9504d ' ,
60
+ gutterDeleteBackground : '#f8514c4d ' ,
61
61
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 ' ,
66
66
codeSelectedBackground : '#5a5f80' ,
67
67
omitBackground : '#101120' ,
68
68
decorationGutterBackground : '#222' ,
69
- decorationGutter : '#ababab ' ,
70
- decorationContentBackground : '#222 ' ,
71
- decorationContent : '#ababab ' ,
69
+ decorationGutter : '#388bfd66 ' ,
70
+ decorationContentBackground : '#388bfd1a ' ,
71
+ decorationContent : '#7d8590 ' ,
72
72
} ,
73
73
74
74
// Alternating Row Colors for Binary Download component and Content Loader animation
0 commit comments