diff --git a/README.md b/README.md index 08e2cb2..a8aecbe 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,19 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The [Dracula](./themes/Dracula.json) based on [Dracula Theme](https://draculatheme.com/). ![Dracula](screenshots/Dracula.png) + +[Eldritch Abyss](./themes/Eldritch_Abyss.json) from [@eldritch-theme](https://github.com/eldritch-theme) based on the [Eldritch Abyss palette](https://github.com/eldritch-theme/eldritch). + +![Eldritch Abyss](screenshots/Eldritch_Abyss.webp) + +[Eldritch Cthulhu](./themes/Eldritch_Cthulhu.json) from [@eldritch-theme](https://github.com/eldritch-theme) based on the [Eldritch Cthulhu palette](https://github.com/eldritch-theme/eldritch). + +![Eldritch Cthulhu](screenshots/Eldritch_Cthulhu.webp) + +[Eldritch Dusk](./themes/Eldritch_Dusk.json) from [@eldritch-theme](https://github.com/eldritch-theme) based on the [Eldritch Dusk palette](https://github.com/eldritch-theme/eldritch). + +![Eldritch Dusk](screenshots/Eldritch_Dusk.webp) + [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) diff --git a/screenshots/Eldritch_Abyss.webp b/screenshots/Eldritch_Abyss.webp new file mode 100644 index 0000000..70f7e15 Binary files /dev/null and b/screenshots/Eldritch_Abyss.webp differ diff --git a/screenshots/Eldritch_Cthulhu.webp b/screenshots/Eldritch_Cthulhu.webp new file mode 100644 index 0000000..4a3f8c5 Binary files /dev/null and b/screenshots/Eldritch_Cthulhu.webp differ diff --git a/screenshots/Eldritch_Dusk.webp b/screenshots/Eldritch_Dusk.webp new file mode 100644 index 0000000..e735c33 Binary files /dev/null and b/screenshots/Eldritch_Dusk.webp differ diff --git a/themes/Eldritch_Abyss.json b/themes/Eldritch_Abyss.json new file mode 100644 index 0000000..2996154 --- /dev/null +++ b/themes/Eldritch_Abyss.json @@ -0,0 +1,48 @@ +{ + "BasicColors": { + "Window": "#171928", + "WindowBorder": "#171928", + "TitleBar": "#252738", + "ToolBar": "#171928", + "Popup": "#474852", + "PopupBorder": "#252738", + "Contents": "#171928", + "HistoryBG": "#171928", + "Badge": "#cc5860", + "BadgeFG": "#d8e6e6", + "Conflict": "#cc5860", + "Conflict.Foreground": "#d8e6e6", + "Conflict.MineBG": "#1b3c3a", + "Conflict.TheirsBG": "#22273e", + "Border0": "#252738", + "Border1": "#353746", + "Border2": "#252738", + "FlatButton.Background": "#252738", + "FlatButton.BackgroundHovered": "#353746", + "FlatButton.FloatingBorder": "#2dcc82", + "FG1": "#d8e6e6", + "FG2": "#506299", + "Diff.EmptyBG": "#171928", + "Diff.AddedBG": "#1b3c3a", + "Diff.DeletedBG": "#3b2533", + "Diff.AddedHighlight": "#1f604c", + "Diff.DeletedHighlight": "#5f323e", + "Diff.BlockBorderHighlight": "#2dcc82", + "SystemAccentColor": "#2dcc82", + "Link": "#0396b3", + "InlineCode": "#353746", + "InlineCodeFG": "#d8e6e6" + }, + "GraphPenThickness": 2, + "OpacityForNotMergedCommits": 0.5, + "GraphColors": [ + "#cc5860", + "#d4a666", + "#ccd663", + "#2dcc82", + "#0396b3", + "#d154a1", + "#8b75d9", + "#506299" + ] +} \ No newline at end of file diff --git a/themes/Eldritch_Cthulhu.json b/themes/Eldritch_Cthulhu.json new file mode 100644 index 0000000..6ba857e --- /dev/null +++ b/themes/Eldritch_Cthulhu.json @@ -0,0 +1,48 @@ +{ + "BasicColors": { + "Window": "#212337", + "WindowBorder": "#212337", + "TitleBar": "#323449", + "ToolBar": "#212337", + "Popup": "#5b5c66", + "PopupBorder": "#323449", + "Contents": "#212337", + "HistoryBG": "#212337", + "Badge": "#f16c75", + "BadgeFG": "#ebfafa", + "Conflict": "#f16c75", + "Conflict.Foreground": "#ebfafa", + "Conflict.MineBG": "#254c4a", + "Conflict.TheirsBG": "#303555", + "Border0": "#323449", + "Border1": "#454759", + "Border2": "#323449", + "FlatButton.Background": "#323449", + "FlatButton.BackgroundHovered": "#454759", + "FlatButton.FloatingBorder": "#37f499", + "FG1": "#ebfafa", + "FG2": "#7081d0", + "Diff.EmptyBG": "#212337", + "Diff.AddedBG": "#254c4a", + "Diff.DeletedBG": "#4a3143", + "Diff.AddedHighlight": "#29765e", + "Diff.DeletedHighlight": "#74404f", + "Diff.BlockBorderHighlight": "#37f499", + "SystemAccentColor": "#37f499", + "Link": "#04d1f9", + "InlineCode": "#454759", + "InlineCodeFG": "#ebfafa" + }, + "GraphPenThickness": 2, + "OpacityForNotMergedCommits": 0.5, + "GraphColors": [ + "#f16c75", + "#f7c67f", + "#f1fc79", + "#37f499", + "#04d1f9", + "#f265b5", + "#a48cf2", + "#7081d0" + ] +} \ No newline at end of file diff --git a/themes/Eldritch_Dusk.json b/themes/Eldritch_Dusk.json new file mode 100644 index 0000000..fb8d89f --- /dev/null +++ b/themes/Eldritch_Dusk.json @@ -0,0 +1,48 @@ +{ + "BasicColors": { + "Window": "#f0f3f4", + "WindowBorder": "#f0f3f4", + "TitleBar": "#e2e6e8", + "ToolBar": "#f0f3f4", + "Popup": "#c9cbcd", + "PopupBorder": "#e2e6e8", + "Contents": "#f0f3f4", + "HistoryBG": "#f0f3f4", + "Badge": "#fb5b66", + "BadgeFG": "#1e2029", + "Conflict": "#fb5b66", + "Conflict.Foreground": "#1e2029", + "Conflict.MineBG": "#cbf5e3", + "Conflict.TheirsBG": "#d2d9ef", + "Border0": "#e2e6e8", + "Border1": "#d5d9db", + "Border2": "#e2e6e8", + "FlatButton.Background": "#e2e6e8", + "FlatButton.BackgroundHovered": "#d5d9db", + "FlatButton.FloatingBorder": "#8a69f7", + "FG1": "#1e2029", + "FG2": "#5b73dc", + "Diff.EmptyBG": "#f0f3f4", + "Diff.AddedBG": "#cbf5e3", + "Diff.DeletedBG": "#f2d4d7", + "Diff.AddedHighlight": "#a6f7d2", + "Diff.DeletedHighlight": "#f4b6bb", + "Diff.BlockBorderHighlight": "#8a69f7", + "SystemAccentColor": "#8a69f7", + "Link": "#0ad6ff", + "InlineCode": "#d5d9db", + "InlineCodeFG": "#1e2029" + }, + "GraphPenThickness": 2, + "OpacityForNotMergedCommits": 0.5, + "GraphColors": [ + "#fb5b66", + "#ffaf4d", + "#fff952", + "#38ff9f", + "#0ad6ff", + "#fb5bb6", + "#8a69f7", + "#5b73dc" + ] +} \ No newline at end of file