-
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 #196 from doki-theme/darling
v88 - Darling
- Loading branch information
Showing
13 changed files
with
389 additions
and
48 deletions.
There are no files selected for viewing
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
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
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
84 changes: 84 additions & 0 deletions
84
definitions/franxx/hiro/dark/hiro.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,84 @@ | ||
{ | ||
"id": "ceb8c11f-f736-420b-962b-fc0db26b3708", | ||
"name": "Hiro", | ||
"displayName": "Hiro", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "Darling in the Franxx", | ||
"stickers": { | ||
"default": { | ||
"name": "hiro_dark.png", | ||
"anchor": "right", | ||
"opacity": 9 | ||
} | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#61ead9", | ||
"startColor": "#597cee" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"comments": "#5E6C84", | ||
"caretRow": "#272a2f", | ||
"lineNumberColor": "#4F5D76", | ||
"baseIconColor": "#4f5a72", | ||
"contrastColor": "#394357", | ||
"nonProjectFileScopeColor": "#26281a", | ||
"secondaryBackground": "#121317", | ||
"selectionForeground": "#fbfbfb", | ||
"headerColor": "#16171a", | ||
"baseBackground": "#1d1e22", | ||
"borderColor": "#303136", | ||
"buttonColor": "#393c45", | ||
"selectionInactive": "#132648", | ||
"identifierHighlight": "#333539", | ||
"selectionBackground": "#1d4a88", | ||
"selectionBackgroundTransparent": "#1d4a88AA", | ||
"searchBackground": "#841B27", | ||
"searchForeground": "#fbfbfb", | ||
"buttonFont": "#92a1aa", | ||
"foregroundColor": "#b0b0b0", | ||
"highlightColor": "#313236", | ||
"disabledColor": "#5b6071", | ||
"accentColorTransparent": "#3877d15A", | ||
"accentColorLessTransparent": "#3877d19A", | ||
"accentColorMoreTransparent": "#3877d12A", | ||
"accentColor": "#3877d1", | ||
"accentContrastColor": "#394357", | ||
"infoForeground": "#8ad0bf", | ||
"startColor": "#595959", | ||
"stopColor": "#68d7e6", | ||
"testScopeColor": "#162a1d", | ||
"popupMask": "#928d8d05", | ||
"codeBlock": "#352836", | ||
"foldedTextBackground": "#25272d", | ||
"textEditorBackground": "#16171A", | ||
"errorColor": "#ff0000", | ||
"constantColor": "#83F57F", | ||
"unusedColor": "#5C5E6C", | ||
"classNameColor": "#EA517A", | ||
"htmlTagColor": "#AE9AFF", | ||
"stringColor": "#FDB8EB", | ||
"keyColor": "#89CCEC", | ||
"keywordColor": "#6a96e9", | ||
"diff.modified": "#0E2539", | ||
"diff.inserted": "#132D14", | ||
"diff.conflict": "#391B1B", | ||
"diff.deleted": "#2A2929", | ||
"lightEditorColor": "#202227", | ||
"breakpointColor": "#333324", | ||
"breakpointActiveColor": "#1c391c", | ||
"fileBlue": "#172d45", | ||
"fileGray": "#27282a", | ||
"fileRose": "#361e2d", | ||
"fileOrange": "#3d2a1a", | ||
"fileViolet": "#251f3c", | ||
"fileYellow": "#31311d", | ||
"fileRed": "#31191b", | ||
"filePurple": "#231834" | ||
}, | ||
"characterId": "f3daafd3-6277-4a11-afa9-4b35d5500cdb" | ||
} |
87 changes: 87 additions & 0 deletions
87
definitions/franxx/hiroXZeroTwo/dark/hiro.x.zero.two.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,87 @@ | ||
{ | ||
"id": "1f9697bd-aec1-49ff-bdb4-c37ef8ace62b", | ||
"name": "Hiro x Zero Two", | ||
"displayName": "Hiro x Zero Two", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "Darling in the Franxx", | ||
"stickers": { | ||
"default": { | ||
"name": "hiro_x_zero_two.png", | ||
"anchor": "center", | ||
"opacity": 13 | ||
} | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#b68cfd", | ||
"startColor": "#597cee" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"comments": "#71688D", | ||
"caretRow": "#23214b", | ||
"lineNumberColor": "#5F4E65", | ||
"baseIconColor": "#635878", | ||
"contrastColor": "#3a4b71", | ||
"nonProjectFileScopeColor": "#201d1b", | ||
"secondaryBackground": "#0d041c", | ||
"selectionForeground": "#fefefe", | ||
"headerColor": "#0f071a", | ||
"baseBackground": "#150b24", | ||
"borderColor": "#362f3e", | ||
"buttonColor": "#372c40", | ||
"selectionInactive": "#21304e", | ||
"identifierHighlight": "#38143B", | ||
"selectionBackground": "#29466c", | ||
"selectionBackgroundTransparent": "#29466cAA", | ||
"searchBackground": "#801925", | ||
"searchForeground": "#fefefe", | ||
"buttonFont": "#aba3c4", | ||
"foregroundColor": "#b8b8b8", | ||
"highlightColor": "#3b0e20", | ||
"disabledColor": "#645468", | ||
"accentColorTransparent": "#c939395A", | ||
"accentColorLessTransparent": "#c939399A", | ||
"accentColorMoreTransparent": "#c939392A", | ||
"accentColor": "#c93939", | ||
"accentColorOverrideTransparent": "#009CEC5A", | ||
"accentColorOverrideLessTransparent": "#009CEC9A", | ||
"accentColorOverrideMoreTransparent": "#009CEC2A", | ||
"accentColorOverride": "#009CEC", | ||
"infoForeground": "#5d89c2", | ||
"startColor": "#df5757", | ||
"stopColor": "#5960c1", | ||
"testScopeColor": "#152220", | ||
"popupMask": "#928d8d05", | ||
"codeBlock": "#15163a", | ||
"foldedTextBackground": "#271a3d", | ||
"textEditorBackground": "#150b24", | ||
"constantColor": "#9CA2FF", | ||
"unusedColor": "#545c5b", | ||
"errorColor": "#ff2525", | ||
"classNameColor": "#5FFF9F", | ||
"htmlTagColor": "#8078EE", | ||
"stringColor": "#7EACF8", | ||
"keyColor": "#FF96FD", | ||
"keywordColor": "#ec377e", | ||
"diff.modified": "#173558", | ||
"diff.inserted": "#0F2F1D", | ||
"diff.conflict": "#441919", | ||
"diff.deleted": "#2A2638", | ||
"lightEditorColor": "#1d183b", | ||
"breakpointColor": "#32282c", | ||
"breakpointActiveColor": "#1b2e25", | ||
"fileBlue": "#112045", | ||
"fileGray": "#211b2a", | ||
"fileRose": "#30112d", | ||
"fileOrange": "#371d1a", | ||
"fileViolet": "#1f123c", | ||
"fileYellow": "#2b231d", | ||
"fileRed": "#2b0b1b", | ||
"filePurple": "#1d0a34" | ||
}, | ||
"characterId": "f3daafd3-6277-45e6-951f-2e48352ede90" | ||
} |
4 changes: 2 additions & 2 deletions
4
...ght/zero.two.light.master.definition.json → ...lily/zero.two.lily.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
82 changes: 82 additions & 0 deletions
82
definitions/franxx/zeroTwo/obsidian/zero.two.obsidian.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,82 @@ | ||
{ | ||
"id": "13adffd9-acbe-47af-8101-fa71269a4c5c", | ||
"name": "Zero Two Dark Obsidian", | ||
"displayName": "Zero Two", | ||
"dark": true, | ||
"author": "Unthrottled", | ||
"group": "Darling in the Franxx", | ||
"stickers": { | ||
"default": { | ||
"name": "zero_two_obsidian.png", | ||
"anchor": "center", | ||
"opacity": 13 | ||
} | ||
}, | ||
"overrides": { | ||
"editorScheme": { | ||
"colors": { | ||
"accentColor": "#66FA36", | ||
"startColor": "#A2C1FC" | ||
} | ||
} | ||
}, | ||
"colors": { | ||
"caretRow": "#261d21", | ||
"lineNumberColor": "#53615B", | ||
"infoForeground": "#5c9077", | ||
"baseIconColor": "#526A59", | ||
"contrastColor": "#28362c", | ||
"nonProjectFileScopeColor": "#231d1f", | ||
"secondaryBackground": "#0e0509", | ||
"selectionForeground": "#fbfbfb", | ||
"headerColor": "#150a0e", | ||
"baseBackground": "#1a0c12", | ||
"borderColor": "#2c2226", | ||
"buttonColor": "#29312b", | ||
"selectionInactive": "#152c1e", | ||
"identifierHighlight": "#163215", | ||
"selectionBackground": "#174a2e", | ||
"selectionBackgroundTransparent": "#174a2e5a", | ||
"searchBackground": "#872847", | ||
"searchForeground": "#fafafa", | ||
"buttonFont": "#6b997c", | ||
"foregroundColor": "#bbbbbb", | ||
"startColor": "#1c512f", | ||
"highlightColor": "#152c1e", | ||
"disabledColor": "#55685c", | ||
"accentColorTransparent": "#1ecd869A", | ||
"accentColorLessTransparent": "#1ecd869A", | ||
"accentColorMoreTransparent": "#1ecd862A", | ||
"accentColor": "#1ecd86", | ||
"stopColor": "#26ee65", | ||
"testScopeColor": "#2a0f24", | ||
"popupMask": "#aaf5c70A", | ||
"codeBlock": "#161a2e", | ||
"textEditorBackground": "#17070e", | ||
"foldedTextBackground": "#21191d", | ||
"unusedColor": "#6F7B6F", | ||
"errorColor": "#FF0000", | ||
"constantColor": "#2FAAF6", | ||
"classNameColor": "#FFD448", | ||
"htmlTagColor": "#82B1EE", | ||
"stringColor": "#39e6a6", | ||
"comments": "#57745D", | ||
"keyColor": "#B9F8BC", | ||
"keywordColor": "#FDB8EB", | ||
"diff.deleted": "#2F292D", | ||
"diff.inserted": "#143613", | ||
"diff.conflict": "#5F2A30", | ||
"lightEditorColor": "#222027", | ||
"breakpointColor": "#342519", | ||
"breakpointActiveColor": "#1d2b12", | ||
"fileBlue": "#16223b", | ||
"fileGray": "#261d20", | ||
"fileRose": "#351323", | ||
"fileOrange": "#3c2010", | ||
"fileViolet": "#241433", | ||
"fileYellow": "#312613", | ||
"fileRed": "#300d11", | ||
"filePurple": "#220d2a" | ||
}, | ||
"characterId": "1d95afa2-3346-45e6-951f-2e48352ede90" | ||
} |
4 changes: 2 additions & 2 deletions
4
...dark/zero.two.dark.master.definition.json → ...rose/zero.two.rose.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
Oops, something went wrong.