-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #134 from doki-theme/v17
v17 - Holiday Release
- Loading branch information
Showing
5 changed files
with
206 additions
and
2 deletions.
There are no files selected for viewing
69 changes: 69 additions & 0 deletions
69
definitions/azurLane/essex/dark/essex.dark.master.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"id": "e55e70ea-454b-47ef-9270-d46390dd2769", | ||
"name": "Essex", | ||
"displayName": "Essex", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "Azur Lane", | ||
"stickers": { | ||
"default": "essex_dark.png", | ||
"secondary": "essex_dark_plain.png" | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#2D96EA", | ||
"startColor": "#E7602F" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"comments": "#6387AF", | ||
"caretRow": "#261a30", | ||
"lineNumberColor": "#5d7685", | ||
"baseIconColor": "#66707c", | ||
"contrastColor": "#4f1919", | ||
"nonProjectFileScopeColor": "#14263b", | ||
"secondaryBackground": "#002f5d", | ||
"selectionForeground": "#fbfbfb", | ||
"headerColor": "#00203e", | ||
"baseBackground": "#002446", | ||
"borderColor": "#002c55", | ||
"buttonColor": "#163756", | ||
"selectionInactive": "#2d1a32", | ||
"identifierHighlight": "#05315b", | ||
"selectionBackground": "#480F0F", | ||
"selectionBackgroundTransparent": "#480F0FAA", | ||
"searchBackground": "#14447C", | ||
"searchForeground": "#fefefe", | ||
"buttonFont": "#d0d0d0", | ||
"foregroundColor": "#d7d7d7", | ||
"highlightColor": "#2d1d37", | ||
"disabledColor": "#5b646f", | ||
"accentColorTransparent": "#D532325A", | ||
"accentColorLessTransparent": "#D532329A", | ||
"accentColorMoreTransparent": "#D532322A", | ||
"accentColor": "#D53232", | ||
"accentContrastColor": "#182f42", | ||
"infoForeground": "#ad9e6e", | ||
"startColor": "#4f5760", | ||
"stopColor": "#e51515", | ||
"testScopeColor": "#02293b", | ||
"popupMask": "#928d8d05", | ||
"codeBlock": "#3B1414", | ||
"foldedTextBackground": "#00274e", | ||
"textEditorBackground": "#001d39", | ||
"errorColor": "#ff0505", | ||
"constantColor": "#78DBEF", | ||
"unusedColor": "#545c5b", | ||
"classNameColor": "#B5AAEE", | ||
"htmlTagColor": "#D92C3A", | ||
"stringColor": "#f3b085", | ||
"keyColor": "#eec45e", | ||
"keywordColor": "#e83737", | ||
"diff.modified": "#00388C", | ||
"diff.inserted": "#002A08", | ||
"diff.conflict": "#3F1A22", | ||
"diff.deleted": "#112938" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
definitions/nekoPara/chocola/xmas/chocola.xmas.master.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"id": "6428e1ff-202c-4a43-afb3-9999ebe3b2ca", | ||
"name": "Christmas Chocola", | ||
"displayName": "Chocola", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "NekoPara", | ||
"stickers": { | ||
"default": "chocola_xmas.png" | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#77EA6E", | ||
"startColor": "#597cee" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"comments": "#72A174", | ||
"caretRow": "#1e3828", | ||
"lineNumberColor": "#6d816c", | ||
"baseIconColor": "#816c73", | ||
"contrastColor": "#3d553e", | ||
"nonProjectFileScopeColor": "#3b1f20", | ||
"secondaryBackground": "#14271c", | ||
"selectionForeground": "#fefefe", | ||
"headerColor": "#37131b", | ||
"baseBackground": "#3c161f", | ||
"borderColor": "#4b1c27", | ||
"buttonColor": "#541827", | ||
"selectionInactive": "#2e2f24", | ||
"identifierHighlight": "#492424", | ||
"selectionBackground": "#1f422d", | ||
"selectionBackgroundTransparent": "#195020AA", | ||
"searchBackground": "#710E1B", | ||
"searchForeground": "#fefefe", | ||
"buttonFont": "#b4afa2", | ||
"foregroundColor": "#d3d3d3", | ||
"highlightColor": "#4e1d2a", | ||
"disabledColor": "#65515c", | ||
"accentColorTransparent": "#2393245A", | ||
"accentColorLessTransparent": "#2393249A", | ||
"accentColorMoreTransparent": "#2393242A", | ||
"accentColor": "#239324", | ||
"accentContrastColor": "#182f42", | ||
"infoForeground": "#46b462", | ||
"startColor": "#595959", | ||
"stopColor": "#e66895", | ||
"testScopeColor": "#1f2f27", | ||
"popupMask": "#89232305", | ||
"codeBlock": "#342422", | ||
"foldedTextBackground": "#22402e", | ||
"textEditorBackground": "#172b1f", | ||
"constantColor": "#96b7fb", | ||
"unusedColor": "#4e674d", | ||
"errorColor": "#ff1212", | ||
"classNameColor": "#f689f6", | ||
"htmlTagColor": "#ff6b75", | ||
"stringColor": "#FDBAAE", | ||
"keyColor": "#48eae4", | ||
"keywordColor": "#EF354B", | ||
"diff.modified": "#164150", | ||
"diff.inserted": "#113B1B", | ||
"diff.conflict": "#4B2424", | ||
"diff.deleted": "#263631" | ||
} | ||
} |
67 changes: 67 additions & 0 deletions
67
definitions/quintuplets/yotsuba/dark/yotsuba.dark.master.definition.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"id": "3b11c8f4-d030-4a7e-a46f-b22d3e430a1d", | ||
"name": "Nakano Yotsuba", | ||
"displayName": "Yotsuba", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "Quintessential Quintuplets", | ||
"stickers": { | ||
"default": "yotsuba_dark.png" | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#fc9ee6", | ||
"startColor": "#68c4ee" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"caretRow": "#2d0d0d", | ||
"lineNumberColor": "#F8E3D7", | ||
"baseIconColor": "#706f7e", | ||
"contrastColor": "#3a2b3a", | ||
"nonProjectFileScopeColor": "#181313", | ||
"secondaryBackground": "#1a0d20", | ||
"selectionForeground": "#fbfbfb", | ||
"headerColor": "#110c15", | ||
"baseBackground": "#140e19", | ||
"borderColor": "#231929", | ||
"buttonColor": "#2d2330", | ||
"selectionInactive": "#371819", | ||
"identifierHighlight": "#441313", | ||
"selectionBackground": "#622316", | ||
"selectionBackgroundTransparent": "#622316AA", | ||
"searchBackground": "#49357C", | ||
"searchForeground": "#fbfbfb", | ||
"buttonFont": "#a7a7a7", | ||
"foregroundColor": "#bbbbbb", | ||
"startColor": "#706f7e", | ||
"highlightColor": "#261930", | ||
"disabledColor": "#4d4c50", | ||
"accentColorTransparent": "#e86a445A", | ||
"accentColorLessTransparent": "#e86a449A", | ||
"accentColorMoreTransparent": "#e86a442A", | ||
"accentColor": "#e86a44", | ||
"accentContrastColor": "#272727", | ||
"infoForeground": "#c08865", | ||
"stopColor": "#ee6323", | ||
"testScopeColor": "#101513", | ||
"popupMask": "#EAEAF00A", | ||
"codeBlock": "#250a29", | ||
"textEditorBackground": "#200909", | ||
"foldedTextBackground": "#340e0e", | ||
"comments": "#6C524E", | ||
"errorColor": "#ff2525", | ||
"constantColor": "#9DACF6", | ||
"classNameColor": "#ffba2f", | ||
"htmlTagColor": "#A884EF", | ||
"stringColor": "#F6E3CC", | ||
"keyColor": "#39e6a6", | ||
"keywordColor": "#ff858c", | ||
"diff.deleted": "#251E1C", | ||
"diff.conflict": "#4D2020", | ||
"diff.inserted": "#0F230F", | ||
"diff.modified": "#152E41" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters