-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy paththeme.json
More file actions
51 lines (51 loc) · 1.35 KB
/
Copy paththeme.json
File metadata and controls
51 lines (51 loc) · 1.35 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
50
51
{
"$schema": "https://sourcegit-scm.github.io/sourcegit-theme.schema.json",
"Version": "1.0",
"Name": "Catpuccin Latte",
"Author": "@eljoth",
"Url": "https://github.com/eljoth",
"BasicColors": {
"Window": "#eff1f5",
"WindowBorder": "#e6e9ef",
"TitleBar": "#e6e9ef",
"ToolBar": "#e6e9ef",
"Popup": "#eff1f5",
"PopupBorder": "#dce0e8",
"Contents": "#e6e9ef",
"HistoryBG": "#eff1f5",
"Badge": "#1e66f5",
"BadgeFG": "#eff1f5",
"Conflict": "#e8c1c3",
"Conflict.Foreground": "#d20f39",
"Conflict.MineBG": "#4040a02b",
"Conflict.TheirsBG": "#40d20f39",
"Border0": "#bcc0cc",
"Border1": "#bcc0cc",
"Border2": "#acb0be",
"FlatButton.Background": "#e6e9ef",
"FlatButton.BackgroundHovered": "#dce0e8",
"FlatButton.FloatingBorder": "#bcc0cc",
"FG1": "#4c4f69",
"FG2": "#6c6f85",
"Diff.EmptyBG": "#eff1f5",
"Diff.BlockBorderHighlight": "#1e66f5",
"Diff.AddedBG": "#d1e8d4",
"Diff.DeletedBG": "#e8c1c3",
"Diff.AddedHighlight": "#6640a02b",
"Diff.DeletedHighlight": "#dd7878",
"SystemAccentColor": "#7287fd",
"Link": "#1e66f5",
"InlineCode": "#ccd0da",
"InlineCodeFG": "#4c4f69"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#1e66f5",
"#179299",
"#40a02b",
"#df8e1d",
"#fe640b",
"#d20f39"
]
}