Skip to content
Open
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
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,20 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The

[AdwaitaLight](./themes/AdwaitaLight.json) from [@W-Floyd](https://github.com/W-Floyd) based on the `Adwaita` color scheme.

![AdwaitaLight](screenshots/AdwaitaLight.png)
![AdwaitaLight](screenshots/AdwaitaLight.png)

[Catpuccin Mocha](./themes/Catpuccin_Mocha.json) from [@eljoth](https://github.com/eljoth) based on the [Catpuccin Mocha palette](https://github.com/catppuccin/catppuccin).

![Catpuccin Mocha](screenshots/CatpuccinMocha.png)

[Catpuccin Latte](./themes/Catpuccin_Latte.json) from [@eljoth](https://github.com/eljoth) based on the [Catpuccin Latte palette](https://github.com/catppuccin/catppuccin).

![Catpuccin Latte](screenshots/CatpuccinLatte.png)

[Catpuccin Frappe](./themes/Catpuccin_Frappe.json) from [@eljoth](https://github.com/eljoth) based on the [Catpuccin Frappe palette](https://github.com/catppuccin/catppuccin).

![Catpuccin Frappe](screenshots/CatpuccinFrappe.png)

[Catpuccin Macchiato](./themes/Catpuccin_Macchiato.json) from [@eljoth](https://github.com/eljoth) based on the [Catpuccin Macchiato palette](https://github.com/catppuccin/catppuccin).

![Catpuccin Macchiato](screenshots/CatpuccinMacchiato.png)
Binary file added screenshots/CatpuccinFrappe.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/CatpuccinLatte.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/CatpuccinMacchiato.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/CatpuccinMocha.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions themes/Catpuccin_Frappe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"BasicColors": {
"Window": "#303446",
"WindowBorder": "#313244",
"TitleBar": "#303446",
"ToolBar": "#303446",
"Popup": "#303446",
"Contents": "#303446",
"Badge": "#f2cdcd",
"BadgeFG": "#303446",
"Conflict": "#f2cdcd",
"ConflictForeground": "#303446",
"Border0": "#313244",
"Border1": "#313244",
"Border2": "#313244",
"FlatButton.Background": "#313244",
"FlatButton.BackgroundHovered": "#45475a",
"FG1": "#c6d0f5",
"FG2": "#b5bfe2",
"Diff.EmptyBG": "#303446",
"Diff.AddedBG": "#abd18f",
"Diff.DeletedBG": "#ea999c",
"Diff.AddedHighlight": "#abd18f",
"Diff.DeletedHighlight": "#ea999c",
"SystemAccentColor": "#f2cdcd",
"Link": "#8caaee"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f2cdcd",
"#f5bde6",
"#f5a97f",
"#cecacd",
"#abd18f",
"#8caaee"
]
}
38 changes: 38 additions & 0 deletions themes/Catpuccin_Latte.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"BasicColors": {
"Window": "#eff1f5",
"WindowBorder": "#e6e9ef",
"TitleBar": "#e6e9ef",
"ToolBar": "#e6e9ef",
"Popup": "#eff1f5",
"Contents": "#e6e9ef",
"Badge": "#8caaee",
"BadgeFG": "#eff1f5",
"Conflict": "#f2cdcd",
"ConflictForeground": "#d20f39",
"Border0": "#e6e9ef",
"Border1": "#bcc0cc",
"Border2": "#bcc0cc",
"FlatButton.Background": "#e6e9ef",
"FlatButton.BackgroundHovered": "#dce0e8",
"FG1": "#4c4f69",
"FG2": "#6c6f85",
"Diff.EmptyBG": "#eff1f5",
"Diff.AddedBG": "#d1e8d4",
"Diff.DeletedBG": "#f2cdcd",
"Diff.AddedHighlight": "#b5e8e0",
"Diff.DeletedHighlight": "#f2cdcd",
"SystemAccentColor": "#8caaee",
"Link": "#8caaee"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#8caaee",
"#81c8be",
"#a6d189",
"#e5c890",
"#ef9f76",
"#f2cdcd"
]
}
31 changes: 31 additions & 0 deletions themes/Catpuccin_Macchiato.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"BasicColors": {
"Window": "#24273a",
"WindowBorder": "#363a4f",
"TitleBar": "#1e2030",
"ToolBar": "#1e2030",
"Popup": "#24273a",
"Contents": "#363a4f",
"Badge": "#8aadf4",
"BadgeFG": "#1e2030",
"Conflict": "#e78284",
"ConflictForeground": "#1e2030",
"Border0": "#363a4f",
"Border1": "#494d64",
"Border2": "#5b6078",
"FlatButton.Background": "#363a4f",
"FlatButton.BackgroundHovered": "#494d64",
"FG1": "#cad3f5",
"FG2": "#b8c0e0",
"Diff.EmptyBG": "#363a4f",
"Diff.AddedBG": "#a6da95",
"Diff.DeletedBG": "#ed8796",
"Diff.AddedHighlight": "#a6da95",
"Diff.DeletedHighlight": "#ed8796",
"SystemAccentColor": "#8aadf4",
"Link": "#8aadf4"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": ["#8aadf4", "#ed8796", "#a6da95", "#f5a97f", "#c6a0f6"]
}
40 changes: 40 additions & 0 deletions themes/Catpuccin_Mocha.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"BasicColors": {
"Window": "#1e1e2e",
"WindowBorder": "#313244",
"TitleBar": "#1e1e2e",
"ToolBar": "#1e1e2e",
"Popup": "#1e1e2e",
"Contents": "#1e1e2e",
"Badge": "#f38ba8",
"BadgeFG": "#1e1e2e",
"Conflict": "#f38ba8",
"ConflictForeground": "#1e1e2e",
"Border0": "#313244",
"Border1": "#45475a",
"Border2": "#6c7086",
"FlatButton.Background": "#313244",
"FlatButton.BackgroundHovered": "#45475a",
"FG1": "#cdd6f4",
"FG2": "#bac2de",
"Diff.EmptyBG": "#1e1e2e",
"Diff.AddedBG": "#a6e3a1",
"Diff.DeletedBG": "#f38ba8",
"Diff.AddedHighlight": "#a6e3a1",
"Diff.DeletedHighlight": "#f38ba8",
"SystemAccentColor": "#f5c2e7",
"Link": "#89b4fa"
},
"GraphPenThickness": 2,
"OpacityForNotMergedCommits": 0.5,
"GraphColors": [
"#f5c2e7",
"#f38ba8",
"#fab387",
"#f9e2af",
"#a6e3a1",
"#94e2d5",
"#89b4fa",
"#b4befe"
]
}