Skip to content

Commit acbe1b3

Browse files
authored
Merge pull request #10 from RyanKneeya/main
Adding Monokai Theme
2 parents c52efe9 + d910c4e commit acbe1b3

File tree

3 files changed

+48
-1
lines changed

3 files changed

+48
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The
3434

3535
[SynthWave '84 theme](./themes/Synthwave84.json) based on [VSCode SynthWave '84 theme](https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode).
3636

37-
![SynthWave '84 theme](screenshots/Synthwave84.png)
37+
![SynthWave '84 theme](screenshots/Synthwave84.png)
38+
39+
[Monokai theme](./themes/Monokai.json) from [@RyanKneeya](https://github.com/RyanKneeya) based on [Sublime Text Monokai](https://github.com/gerardroche/sublime-monokai-free).
40+
41+
![Monokai theme](screenshots/Monokai.png)

screenshots/Monokai.png

260 KB
Loading

themes/Monokai.json

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#272822",
4+
"WindowBorder": "#131313",
5+
"TitleBar": "#272822",
6+
"ToolBar": "#43443b",
7+
"Popup": "#131313",
8+
"Contents": "#43443b",
9+
"Badge": "#e6db74",
10+
"BadgeFG": "#f92468",
11+
"Conflict": "#f92672",
12+
"ConflictForeground": "#a3d5d6",
13+
"Border0": "#43443b",
14+
"Border1": "#abb1ba",
15+
"Border2": "#43443b",
16+
"FlatButton.Background": "#272822",
17+
"FlatButton.BackgroundHovered": "#fd971f",
18+
"FG1": "#e6db74",
19+
"FG2": "#fd971f",
20+
"Diff.EmptyBG": "#74705d",
21+
"Diff.AddedBG": "#486212",
22+
"Diff.DeletedBG": "#781132",
23+
"Diff.AddedHighlight": "#729b1d",
24+
"Diff.DeletedHighlight": "#b61a53",
25+
"SystemAccentColor": "#74705d",
26+
"Link": "#fd971f"
27+
},
28+
"GraphPenThickness": 2,
29+
"OpacityForNotMergedCommits": 0.5,
30+
"GraphColors": [
31+
"#f92672",
32+
"#00effe",
33+
"#ae81ff",
34+
"#fd971f",
35+
"#a6e22e",
36+
"#e6db74",
37+
"#D35400",
38+
"#8C6239",
39+
"#3B4D61",
40+
"#08a6cb",
41+
"#cabf03"
42+
]
43+
}

0 commit comments

Comments
 (0)