Skip to content

Commit c202304

Browse files
authored
Merge pull request #7 from carun/main
ForkDark theme that resembles fork.dev
2 parents 66f1342 + dbc59ff commit c202304

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The
88

99
## Screenshots
1010

11+
[ForkDark](./themes/ForkDark.json) from [@carun](https://github.com/carun)
12+
13+
![ForkDark](screenshots/ForkDark.png)
14+
1115
[JetBrainsDark](./themes/JetBrainsDark.json) from [@MelonHell](https://gist.github.com/MelonHell)
1216

1317
![JetBrainsDark](screenshots/JetBrainsDark.png)

screenshots/ForkDark.png

422 KB
Loading

themes/ForkDark.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#1E1E1E",
4+
"WindowBorder": "#252526",
5+
"TitleBar": "#444444",
6+
"ToolBar": "#252526",
7+
"Popup": "#1E1E1E",
8+
"Contents": "#1E1E1E",
9+
"Badge": "#007ACC",
10+
"BadgeFG": "#FFFFFF",
11+
"Conflict": "#D16969",
12+
"ConflictForeground": "#FFFFFF",
13+
"Border0": "#3C3C3C",
14+
"Border1": "#444444",
15+
"Border2": "#444444",
16+
"FlatButton.Background": "#333333",
17+
"FlatButton.BackgroundHovered": "#3C3C3C",
18+
"FG1": "#D4D4D4",
19+
"FG2": "#D4D4D4",
20+
"Diff.EmptyBG": "#252526",
21+
"Diff.AddedBG": "#144212",
22+
"Diff.DeletedBG": "#660000",
23+
"Diff.AddedHighlight": "#22A822",
24+
"Diff.DeletedHighlight": "#CC0000",
25+
"DecoratorTag": "#D4D4D4",
26+
"SystemAccentColor": "#007ACC",
27+
"Link": "#3794FF"
28+
},
29+
"GraphPenThickness": 2,
30+
"OpacityForNotMergedCommits": 0.5,
31+
"GraphColors": [
32+
"#ff9502",
33+
"#ff2968",
34+
"#ffcc00",
35+
"#4EC9B0",
36+
"#cb73e1",
37+
"#1cadf8",
38+
"#CE9178",
39+
"#C8C8C8",
40+
"#808080",
41+
"#a2845e",
42+
"#99442b",
43+
"#22A822",
44+
"#CC0000"
45+
]
46+
}

0 commit comments

Comments
 (0)