Skip to content

Commit 74615f5

Browse files
committed
Add Squid theme
1 parent acbe1b3 commit 74615f5

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The
3939
[Monokai theme](./themes/Monokai.json) from [@RyanKneeya](https://github.com/RyanKneeya) based on [Sublime Text Monokai](https://github.com/gerardroche/sublime-monokai-free).
4040

4141
![Monokai theme](screenshots/Monokai.png)
42+
43+
[Squid](./themes/Squid.json) from [@ilianoKokoro](https://github.com/ilianoKokoro) based on the `GitKraken` color scheme.
44+
45+
![Squid](screenshots/Squid.png)

Diff for: screenshots/Squid.png

1.25 MB
Loading

Diff for: themes/Squid.json

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#282A32",
4+
"WindowBorder": "#1E1F22",
5+
"TitleBar": "#282D35",
6+
"ToolBar": "#313741",
7+
"Popup": "#32363F",
8+
"Contents": "#1C1E23",
9+
"Badge": "#777782",
10+
"BadgeFG": "#FFFFFF",
11+
"Conflict": "#906A38",
12+
"ConflictForeground": "#E4DACF",
13+
"Border0": "#1E1F22",
14+
"Border1": "#3E444D",
15+
"Border2": "#3E444D",
16+
"FlatButton.Background": "#32363F",
17+
"FlatButton.BackgroundHovered": "#3E444D",
18+
"FG1": "#FFFFFF",
19+
"FG2": "#C9CACB",
20+
"Diff.EmptyBG": "#1C1E23",
21+
"Diff.AddedBG": "#26352C",
22+
"Diff.DeletedBG": "#392528",
23+
"Diff.AddedHighlight": "#314F37",
24+
"Diff.DeletedHighlight": "#592B2D",
25+
"SystemAccentColor": "#2D4676"
26+
},
27+
"GraphPenThickness": 1,
28+
"OpacityForNotMergedCommits": 0.6,
29+
"GraphColors": [
30+
"#16A0C0",
31+
"#0A69F7",
32+
"#8E00C2",
33+
"#C517B7",
34+
"#D90171",
35+
"#CD0102",
36+
"#F25D2E",
37+
"#F2CB33",
38+
"#7BD939"
39+
]
40+
}

0 commit comments

Comments
 (0)