-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy paththeme.json
More file actions
49 lines (49 loc) · 1.18 KB
/
Copy paththeme.json
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
{
"$schema": "https://sourcegit-scm.github.io/sourcegit-theme.schema.json",
"Version": "1.0",
"Name": "Monokai",
"Author": "@RyanKneeya",
"Url": "https://github.com/RyanKneeya",
"BasicColors": {
"Window": "#272822",
"WindowBorder": "#131313",
"TitleBar": "#272822",
"ToolBar": "#43443b",
"Popup": "#131313",
"Contents": "#43443b",
"HistoryBG": "#272822",
"Badge": "#e6db74",
"BadgeFG": "#f92468",
"Conflict": "#f92672",
"Conflict.Foreground": "#a3d5d6",
"Border0": "#43443b",
"Border1": "#abb1ba",
"Border2": "#43443b",
"FlatButton.Background": "#272822",
"FlatButton.BackgroundHovered": "#fd971f",
"FG1": "#e6db74",
"FG2": "#fd971f",
"Diff.EmptyBG": "#74705d",
"Diff.AddedBG": "#486212",
"Diff.DeletedBG": "#781132",
"Diff.AddedHighlight": "#729b1d",
"Diff.DeletedHighlight": "#b61a53",
"SystemAccentColor": "#74705d",
"Link": "#fd971f"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f92672",
"#00effe",
"#ae81ff",
"#fd971f",
"#a6e22e",
"#e6db74",
"#D35400",
"#8C6239",
"#3B4D61",
"#08a6cb",
"#cabf03"
]
}