-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNord.json
34 lines (34 loc) · 819 Bytes
/
Nord.json
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
{
"BasicColors": {
"Window": "#2e3440",
"WindowBorder": "#2e3440",
"TitleBar": "#434c5e",
"ToolBar": "#2e3440",
"Popup": "#2e3440",
"Contents": "#2e3440",
"Badge": "#4c566a",
"BadgeFG": "#eceff4",
"DecoratorTag": "#88c0d0",
"Border0": "#3b4252",
"Border1": "#3b4252",
"Border2": "#3b4252",
"FlatButton.Background": "#2e3440",
"FlatButton.BackgroundHovered": "#3b4252",
"FG1": "#e5e9f0",
"FG2": "#d8dee9",
"Diff.EmptyBG": "#3b4252",
"Diff.AddedBG": "#556259",
"Diff.DeletedBG": "#5E434E",
"Diff.AddedHighlight": "#7C9073",
"Diff.DeletedHighlight": "#8F525C",
"SystemAccentColor": "#4c566a"
},
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#bf616a",
"#d08770",
"#ebcb8b",
"#ebcb8b",
"#b48ead"
]
}