-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathNord_Light.json
More file actions
38 lines (38 loc) · 917 Bytes
/
Nord_Light.json
File metadata and controls
38 lines (38 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"BasicColors": {
"Window": "#fefefe",
"WindowBorder": "#fefefe",
"TitleBar": "#f8fafc",
"ToolBar": "#fefefe",
"Popup": "#fefefe",
"Contents": "#f5f7fc",
"Badge": "#8caaee",
"BadgeFG": "#ffffff",
"Conflict": "#f5d0d0",
"Conflict.Foreground": "#b95a5a",
"Border0": "#e6e9ef",
"Border1": "#e6e9ef",
"Border2": "#e6e9ef",
"FlatButton.Background": "#fefefe",
"FlatButton.BackgroundHovered": "#f8fafc",
"FG1": "#4c4f69",
"FG2": "#6c6f85",
"Diff.EmptyBG": "#f5f7fc",
"Diff.AddedBG": "#e3f2e9",
"Diff.DeletedBG": "#ffe6e6",
"Diff.AddedHighlight": "#c8e6d9",
"Diff.DeletedHighlight": "#ffcece",
"SystemAccentColor": "#8caaee",
"Link": "#8caaee"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#8caaee",
"#81c8be",
"#a6d189",
"#e5c890",
"#ef9f76",
"#f2cdcd"
]
}