diff --git a/README.md b/README.md index ae9457d..a48ed53 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/screenshots/TraeTheme.png b/screenshots/TraeTheme.png new file mode 100644 index 0000000..0194ae9 Binary files /dev/null and b/screenshots/TraeTheme.png differ diff --git a/themes/TraeTheme.json b/themes/TraeTheme.json new file mode 100644 index 0000000..19d2851 --- /dev/null +++ b/themes/TraeTheme.json @@ -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" + ] +}