8000 Merge pull request #2 from JeanFranz73/develop · sourcegit-scm/sourcegit-theme@bf091f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit bf091f1

Browse files
authored
Merge pull request #2 from JeanFranz73/develop
add: nord theme
2 parents 8440ffc + 7bef32b commit bf091f1

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The
1414

1515
[JetBrainsDark DiffHighContrast](./themes/JetBrainsDark_DiffHighContrast.json) based on `JetBrainsDark` with higher contrast in diff view.
1616

17-
![JetBrainsDark DiffHighContras](screenshots/JetBrainsDark_DiffHighContrast.png)
17+
![JetBrainsDark DiffHighContras](screenshots/JetBrainsDark_DiffHighContrast.png)
18+
19+
[Nord](./themes/Nord.json) from [@JeanFranz73](https://gist.github.com/JeanFranz73) based on [Nord palette](https://github.com/nordtheme/nord).
20+
21+
![JetBrainsDark DiffHighContras](screenshots/Nord.png)

screenshots/Nord.png

217 KB
Loading

themes/Nord.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"BasicColors": {
3+
"Window": "#2e3440",
4+
"WindowBorder": "#2e3440",
5+
"TitleBar": "#434c5e",
6+
"ToolBar": "#2e3440",
7+
"Popup": "#2e3440",
8+
"Contents": "#2e3440",
9+
"Badge": "#4c566a",
10+
"BadgeFG": "#eceff4",
11+
"DecoratorIconBG": "#434c5e",
12+
"DecoratorIconFG": "#8fbcbb",
13+
"DecoratorBranch": "#8fbcbb",
14+
"DecoratorTag": "#88c0d0",
15+
"DecoratorFG": "#2e3440",
16+
"Border0": "#3b4252",
17+
"Border1": "#3b4252",
18+
"Border2": "#3b4252",
19+
"FlatButton.Background": "#2e3440",
20+
"FlatButton.BackgroundHovered": "#3b4252",
21+
"FG1": "#e5e9f0",
22+
"FG2": "#d8dee9",
23+
"Diff.EmptyBG": "#3b4252",
24+
"Diff.AddedBG": "#556259",
25+
"Diff.DeletedBG": "#5E434E",
26+
"Diff.AddedHighlight": "#7C9073",
27+
"Diff.DeletedHighlight": "#8F525C",
28+
"SystemAccentColor": "#4c566a"
29+
},
30+
"OpacityForNotMergedCommits": 0.4,
31+
"GraphColors": [
32+
"#bf616a",
33+
"#d08770",
34+
"#ebcb8b",
35+
"#ebcb8b",
36+
"#b48ead"
37+
]
38+
}

0 commit comments

Comments
 (0)
0