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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The

[Ayu Dark](./themes/AyuDark.json) from [@Hectoralvf](https://codeberg.org/hectoralvf) based on [VS Code Ayu](https://github.com/ayu-theme/vscode-ayu).
![Ayu Dark](screenshots/AyuDark.png)

[Trae Theme](./themes/TraeTheme.json) from [@ryan-sdjr](https://github.com/ryan-sdjr) based on [Trae IDE](https://www.trae.ai/).
![Trae Theme](screenshots/TraeTheme.png)
Binary file added screenshots/TraeTheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions themes/TraeTheme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"BasicColors": {
"Window": "#1A1B1C",
"WindowBorder": "#1A1B1C",
"TitleBar": "#242527",
"ToolBar": "#1F2022",
"Popup": "#2A2C2E",
"Contents": "#1A1B1C",
"Badge": "#32F08C",
"BadgeFG": "#000000",
"Border0": "#2F3133",
"Border1": "#2F3133",
"Border2": "#a2a9b12e",
"FlatButton.Background": "#1A1B1C",
"FlatButton.BackgroundHovered": "#2F3133",
"FG1": "#cccac2",
"FG2": "#bfbdb6",
"Diff.EmptyBG": "#1F2022",
"Diff.AddedBG": "#32F08C1f",
"Diff.DeletedBG": "#f279831f",
"Diff.AddedHighlight": "#32F08C",
"Diff.DeletedHighlight": "#f27983",
"SystemAccentColor": "#36A25C"
},
"OpacityForNotMergedCommits": 0.4,
"GraphColors": [
"#32F08C",
"#4DD2A0",
"#6BC3E0",
"#89B8F2",
"#A7AEFF",
"#F2C94C",
"#F27A3A"
]
}