diff --git a/README.md b/README.md index a8aecbe..10e1b61 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ Open `Preference` -> `Appearance`, choose the json file you just created in `The ## Screenshots +[YInkie Theme Dark](./themes/YInkieTheme_Dark.json) from [@TrinkieYinkie](https://github.com/TrinkieYinkie) + +![YInkie Theme Dark](screenshots/YInkieTheme_Dark.png) + +[YInkie Theme Light](./themes/YInkieTheme_Light.json) from [@TrinkieYinkie](https://github.com/TrinkieYinkie) + +![YInkie Theme Light](screenshots/YInkieTheme_Light.png) + [ForkDark](./themes/ForkDark.json) from [@carun](https://github.com/carun) ![ForkDark](screenshots/ForkDark.png) diff --git a/screenshots/YInkieTheme_Dark.png b/screenshots/YInkieTheme_Dark.png new file mode 100644 index 0000000..2930480 Binary files /dev/null and b/screenshots/YInkieTheme_Dark.png differ diff --git a/screenshots/YInkieTheme_Light.png b/screenshots/YInkieTheme_Light.png new file mode 100644 index 0000000..32e364d Binary files /dev/null and b/screenshots/YInkieTheme_Light.png differ diff --git a/themes/YInkieTheme_Dark.json b/themes/YInkieTheme_Dark.json new file mode 100644 index 0000000..a29c6e5 --- /dev/null +++ b/themes/YInkieTheme_Dark.json @@ -0,0 +1,48 @@ +{ + "BasicColors": { + "Window": "#191b21", + "WindowBorder": "#41444c", + "TitleBar": "#1b1e24", + "ToolBar": "#262930", + "Popup": "#2f323a", + "PopupBorder": "#50545c", + "Contents": "#1d2026", + "HistoryBG": "#262930", + "Badge": "#ff6f4d", + "BadgeFG": "#25130d", + "Conflict": "#d96a3e", + "Conflict.Foreground": "#25130d", + "Conflict.MineBG": "#405b463c", + "Conflict.TheirsBG": "#40704a30", + "Border0": "#34373f", + "Border1": "#70737b", + "Border2": "#41454e", + "FlatButton.Background": "#2a2d34", + "FlatButton.BackgroundHovered": "#353941", + "FlatButton.FloatingBorder": "#5f636b", + "FG1": "#f4f1eb", + "FG2": "#c0bbb3", + "Diff.EmptyBG": "#15171c", + "Diff.AddedBG": "#303824", + "Diff.DeletedBG": "#462c2a", + "Diff.AddedHighlight": "#45512d", + "Diff.DeletedHighlight": "#653834", + "Diff.BlockBorderHighlight": "#ff8a64", + "SystemAccentColor": "#ff6f4d", + "Link": "#ff9a76", + "InlineCode": "#292522", + "InlineCodeFG": "#f4f1eb" + }, + "GraphPenThickness": 2.25, + "OpacityForNotMergedCommits": 0.78, + "GraphColors": [ + "#ff6f4d", + "#f28a38", + "#e3b044", + "#d37a63", + "#e64c2f", + "#d59b5e", + "#c35c39", + "#f0a985" + ] +} diff --git a/themes/YInkieTheme_Light.json b/themes/YInkieTheme_Light.json new file mode 100644 index 0000000..7313cbe --- /dev/null +++ b/themes/YInkieTheme_Light.json @@ -0,0 +1,48 @@ +{ + "BasicColors": { + "Window": "#eae2d8", + "WindowBorder": "#a5988c", + "TitleBar": "#f9f3eb", + "ToolBar": "#efe4d9", + "Popup": "#faf4ec", + "PopupBorder": "#c0afa0", + "Contents": "#f7f1e9", + "HistoryBG": "#e2d5c8", + "Badge": "#a83f22", + "BadgeFG": "#fff9f5", + "Conflict": "#a95131", + "Conflict.Foreground": "#fff9f5", + "Conflict.MineBG": "#40c87652", + "Conflict.TheirsBG": "#409d5a34", + "Border0": "#cebdaf", + "Border1": "#7f6d63", + "Border2": "#dacbbe", + "FlatButton.Background": "#eee0d3", + "FlatButton.BackgroundHovered": "#ddcab9", + "FlatButton.FloatingBorder": "#a79384", + "FG1": "#2b2726", + "FG2": "#665b54", + "Diff.EmptyBG": "#e3d8cd", + "Diff.AddedBG": "#e1dec2", + "Diff.DeletedBG": "#ead2cd", + "Diff.AddedHighlight": "#c0c485", + "Diff.DeletedHighlight": "#dcb1aa", + "Diff.BlockBorderHighlight": "#9f3c21", + "SystemAccentColor": "#b34a2a", + "Link": "#99371d", + "InlineCode": "#e8d9cc", + "InlineCodeFG": "#2b2726" + }, + "GraphPenThickness": 2.25, + "OpacityForNotMergedCommits": 0.78, + "GraphColors": [ + "#a83d24", + "#b75a1f", + "#8c5c18", + "#963b31", + "#c24c27", + "#a56f3a", + "#78412f", + "#8e5b44" + ] +}