-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathTokyoNight_Light.json
More file actions
50 lines (40 loc) · 958 Bytes
/
TokyoNight_Light.json
File metadata and controls
50 lines (40 loc) · 958 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"BasicColors": {
"Window": "#d5d6db",
"WindowBorder": "#b4b5b9",
"TitleBar": "#d5d6db",
"ToolBar": "#d5d6db",
"Popup": "#d5d6db",
"Contents": "#d5d6db",
"Badge": "#f52a65",
"BadgeFG": "#d5d6db",
"Conflict": "#f52a65",
"Conflict.Foreground": "#d5d6db",
"Border0": "#b4b5b9",
"Border1": "#a8aecb",
"Border2": "#8c92ad",
"FlatButton.Background": "#b4b5b9",
"FlatButton.BackgroundHovered": "#a8aecb",
"FG1": "#343b58",
"FG2": "#565a6e",
"Diff.EmptyBG": "#d5d6db",
"Diff.AddedBG": "#cdeff0",
"Diff.AddedHighlight": "#bfe3e6",
"Diff.DeletedBG": "#f3d5d9",
"Diff.DeletedHighlight": "#eabfc6",
"SystemAccentColor": "#34548a",
"Link": "#34548a"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#5a4a78",
"#f52a65",
"#b15c00",
"#8f5e15",
"#587539",
"#0f4b6e",
"#34548a",
"#166775"
]
}