Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The

![Nord Light](screenshots/Nord_Light.png)

[Solarized Dark](./themes/Solarized_Dark.json) based on [Solarized](https://ethanschoonover.com/solarized/).

![Solarized Dark](screenshots/Solarized_dark.png)

[Solarized Light](./themes/Solarized_Light.json) based on [Solarized](https://ethanschoonover.com/solarized/).

![Solarized Light](screenshots/Solarized_light.png)

[Cyberpunk 2077](./themes/Cyberpunk2077.json) from [@berkanuslu](https://github.com/berkanuslu) based on [Cyberpunk 2077 UI Presentation](https://www.artstation.com/artwork/18mLB8).

![Cyberpunk2077](screenshots/Cyberpunk2077.png)
Expand Down
Binary file added screenshots/Solarized_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Solarized_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions themes/Solarized_Dark.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"BasicColors": {
"Window": "#002b36",
"WindowBorder": "#002b36",
"TitleBar": "#073642",
"ToolBar": "#002b36",
"Popup": "#073642",
"Contents": "#073642",
"DataGridHeaderBG": "#073642",
"Badge": "#268bd2",
"BadgeFG": "#fdf6e3",
"Conflict": "#5c3928",
"Conflict.Foreground": "#dc322f",
"Border0": "#073642",
"Border1": "#073642",
"Border2": "#073642",
"FlatButton.Background": "#073642",
"FlatButton.BackgroundHovered": "#0b3d49",
"FG1": "#93a1a1",
"FG2": "#839496",
"Diff.EmptyBG": "#002b36",
"Diff.AddedBG": "#173f35",
"Diff.DeletedBG": "#4b2c2c",
"Diff.AddedHighlight": "#235444",
"Diff.DeletedHighlight": "#653636",
"SystemAccentColor": "#268bd2",
"Link": "#268bd2"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#268bd2",
"#2aa198",
"#859900",
"#b58900",
"#cb4b16",
"#d33682"
]
}
39 changes: 39 additions & 0 deletions themes/Solarized_Light.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"BasicColors": {
"Window": "#fdf6e3",
"WindowBorder": "#fdf6e3",
"TitleBar": "#eee8d5",
"ToolBar": "#fdf6e3",
"Popup": "#fdf6e3",
"Contents": "#eee8d5",
"DataGridHeaderBG": "#eee8d5",
"Badge": "#268bd2",
"BadgeFG": "#fdf6e3",
"Conflict": "#f7d8c4",
"Conflict.Foreground": "#dc322f",
"Border0": "#eee8d5",
"Border1": "#eee8d5",
"Border2": "#eee8d5",
"FlatButton.Background": "#fdf6e3",
"FlatButton.BackgroundHovered": "#eee8d5",
"FG1": "#586e75",
"FG2": "#657b83",
"Diff.EmptyBG": "#eee8d5",
"Diff.AddedBG": "#e0ead6",
"Diff.DeletedBG": "#f3d6c8",
"Diff.AddedHighlight": "#cbdcab",
"Diff.DeletedHighlight": "#eeb9a6",
"SystemAccentColor": "#268bd2",
"Link": "#268bd2"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#268bd2",
"#2aa198",
"#859900",
"#b58900",
"#cb4b16",
"#d33682"
]
}