Skip to content

Commit

Permalink
Merge pull request #158 from doki-theme/theBois
Browse files Browse the repository at this point in the history
v78 - [The Boys]
  • Loading branch information
Unthrottled authored Apr 4, 2022
2 parents e65a3cf + cf2398a commit 37d90b0
Show file tree
Hide file tree
Showing 10 changed files with 350 additions and 11 deletions.
2 changes: 1 addition & 1 deletion buildSrc/AppThemeTemplateGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function buildApplicationTemplate(
* You also want to change this as well
* jetbrains | vsCode | hyper | chrome | vim | github | eclipse | jupyter | home | visualstudio | firefox
*/
const appName = 'firefox';
const appName = 'jetbrains';

/**************************************************************************/

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/AssetGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ walkAndBuildTemplates()
.map(({ dokiFileDefinitionPath, dokiThemeDefinition }) =>
Object.entries(dokiThemeDefinition.stickers).map(([, stickerName]) => ({
dokiFileDefinitionPath,
stickerName,
stickerName: stickerName.name,
}))
)
.reduce((accum, next) => [...accum, ...next], [])
Expand Down
15 changes: 9 additions & 6 deletions definitions/gate/rory/dark/rory.dark.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"overrides": {
"editorScheme": {
"colors": {
"accentColor": "#FF4556",
"startColor": "#ee2726"
}
}
Expand All @@ -35,10 +36,10 @@
"baseBackground": "#161619",
"borderColor": "#261616",
"buttonColor": "#1f1a1a",
"selectionInactive": "#1e1e21",
"selectionInactive": "#2a1a1c",
"identifierHighlight": "#232326",
"selectionBackground": "#391717",
"selectionBackgroundTransparent": "#391717AA",
"selectionBackground": "#502121",
"selectionBackgroundTransparent": "#502121AA",
"searchBackground": "#265579",
"searchForeground": "#fbfbfb",
"buttonFont": "#a7a7a7",
Expand All @@ -57,12 +58,14 @@
"codeBlock": "#191715",
"textEditorBackground": "#141417",
"foldedTextBackground": "#191813",
"unusedColor": "#3D3D42",
"unusedColor": "#515158",
"classNameColor": "#BD93F9",
"htmlTagColor": "#666f71",
"stringColor": "#4593f5",
"stringColor": "#58A0F8",
"comments": "#9A6262",
"keywordColor": "#e0474b",
"keyColor": "#6b7476",
"errorColor": "#FF8484",
"keyColor": "#7F8E90",
"diff.modified": "#132940",
"diff.inserted": "#102413",
"diff.conflict": "#492222",
Expand Down
83 changes: 83 additions & 0 deletions definitions/haikyu/shoyo/dark/shoyo.dark.master.definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
{
"id": "44ed0d2d-cce8-4707-a0cf-5150e1b31c16",
"name": "Hinata Shoyo",
"displayName": "Shoyo",
"dark": true,
"author": "Unthrottled",
"group": "Haikyu!!",
"stickers": {
"default": {
"name": "shoyo_dark.png",
"anchor": "right",
"opacity": 12
}
},
"overrides": {
"editorScheme": {
"colors": {
"accentColor": "#49FF51",
"startColor": "#597cee"
}
}
},
"colors": {
"comments": "#6b6c80",
"caretRow": "#2c2847",
"lineNumberColor": "#55596c",
"baseIconColor": "#656d82",
"contrastColor": "#744d2b",
"nonProjectFileScopeColor": "#2f2e37",
"secondaryBackground": "#1b1830",
"selectionForeground": "#fbfbfb",
"headerColor": "#24203c",
"baseBackground": "#26223d",
"borderColor": "#363056",
"buttonColor": "#3b4060",
"selectionInactive": "#3c2b3a",
"identifierHighlight": "#3b365d",
"selectionBackground": "#6a473d",
"selectionBackgroundTransparent": "#6a473dAA",
"searchBackground": "#195A80",
"searchForeground": "#fbfbfb",
"buttonFont": "#a0a0a7",
"foregroundColor": "#b0b0b0",
"highlightColor": "#463038",
"disabledColor": "#6f6f6f",
"accentColorTransparent": "#f58d025A",
"accentColorLessTransparent": "#f58d029A",
"accentColorMoreTransparent": "#f58d022A",
"accentColor": "#f58d02",
"accentContrastColor": "#1D4230",
"infoForeground": "#ba804b",
"startColor": "#595959",
"stopColor": "#ff7d19",
"testScopeColor": "#243137",
"popupMask": "#928d8d05",
"codeBlock": "#3f2b35",
"foldedTextBackground": "#2c2847",
"textEditorBackground": "#201c37",
"constantColor": "#ec9cb2",
"unusedColor": "#545c5b",
"classNameColor": "#61ead9",
"htmlTagColor": "#F8932B",
"stringColor": "#FFC32F",
"keyColor": "#84D0FF",
"keywordColor": "#ab77ff",
"diff.modified": "#223861",
"diff.inserted": "#1F3924",
"diff.conflict": "#442222",
"diff.deleted": "#353539",
"lightEditorColor": "#272341",
"breakpointColor": "#3c373d",
"breakpointActiveColor": "#253d35",
"fileBlue": "#223461",
"fileGray": "#322f46",
"fileRose": "#412549",
"fileOrange": "#483236",
"fileViolet": "#302658",
"fileYellow": "#3d393a",
"fileRed": "#3d2038",
"filePurple": "#2f2051"
},
"characterId": "9382afd2-fe24-4329-ae1d-0da8c1df4637"
}
84 changes: 84 additions & 0 deletions definitions/onePunch/genos/dark/genos.dark.master.definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"id": "22d0250f-a33b-409a-9cef-22f5eb69fc3d",
"name": "Genos",
"displayName": "Genos",
"dark": true,
"author": "Unthrottled",
"group": "One Punch Man",
"stickers": {
"default": {
"name": "genos_dark.png",
"anchor": "right",
"opacity": 10
}
},
"overrides": {
"editorScheme": {
"colors": {
"accentColor": "#8dff4b",
"startColor": "#eead59"
}
}
},
"colors": {
"comments": "#918561",
"caretRow": "#3f4143",
"lineNumberColor": "#80755d",
"baseIconColor": "#636168",
"contrastColor": "#53431a",
"nonProjectFileScopeColor": "#353823",
"secondaryBackground": "#232529",
"selectionForeground": "#fbfbfb",
"headerColor": "#252627",
"baseBackground": "#2f3031",
"borderColor": "#3b3c3e",
"buttonColor": "#434247",
"selectionInactive": "#3f3d38",
"identifierHighlight": "#4b4d50",
"selectionBackground": "#605d51",
"selectionBackgroundTransparent": "#605d51AA",
"searchBackground": "#9A561A",
"searchForeground": "#fefefe",
"buttonFont": "#ada19c",
"foregroundColor": "#dbdbdb",
"highlightColor": "#3e4036",
"disabledColor": "#566171",
"accentColorTransparent": "#ddc7a15A",
"accentColorLessTransparent": "#ddc7a19A",
"accentColorMoreTransparent": "#ddc7a12A",
"accentColor": "#ddc7a1",
"accentContrastColor": "#182f42",
"infoForeground": "#ad9e6e",
"startColor": "#dcd195ff",
"stopColor": "#faf58fff",
"testScopeColor": "#233125",
"popupMask": "#928d8d05",
"codeBlock": "#463e33",
"foldedTextBackground": "#27282a",
"textEditorBackground": "#313234",
"errorColor": "#ff2525",
"constantColor": "#EA7777",
"unusedColor": "#788189",
"classNameColor": "#B39CFF",
"htmlTagColor": "#FCA3C8",
"stringColor": "#FF984B",
"keyColor": "#FFE35C",
"keywordColor": "#8ACAFF",
"diff.modified": "#204874",
"diff.inserted": "#244E13",
"diff.conflict": "#5C1B2F",
"diff.deleted": "#40474E",
"lightEditorColor": "#393b3d",
"breakpointColor": "#4b4a3a",
"breakpointActiveColor": "#335032",
"fileBlue": "#233950",
"fileGray": "#333435",
"fileRose": "#422a38",
"fileOrange": "#493725",
"fileViolet": "#312b47",
"fileYellow": "#3e3e28",
"fileRed": "#3e2526",
"filePurple": "#302540"
},
"characterId": "45461cbd-62bc-4aec-b5f9-ed6d4b369197"
}
2 changes: 1 addition & 1 deletion definitions/reZero/ram/ram.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"constantColor": "#85FFEF",
"htmlTagColor": "#C84EB8",
"stringColor": "#a1e9ff",
"keyColor": "#986DEA",
"keyColor": "#9d8df6",
"keywordColor": "#ef57bf",
"diff.deleted": "#3B393A",
"diff.inserted": "#1B3B1C",
Expand Down
2 changes: 1 addition & 1 deletion definitions/reZero/rem/rem.master.definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"constantColor": "#85FFEF",
"htmlTagColor": "#4E86C8",
"stringColor": "#F0A1FF",
"keyColor": "#986DEA",
"keyColor": "#9d8df6",
"keywordColor": "#6893f3",
"diff.deleted": "#36393B",
"diff.inserted": "#1B3B1C",
Expand Down
84 changes: 84 additions & 0 deletions definitions/shokugeki/soma/dark/soma.dark.master.definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
{
"id": "fb25d871-4a7c-49f5-9426-1f7eb00c2699",
"name": "Yukihira Soma",
"displayName": "Soma",
"dark": true,
"author": "Unthrottled",
"group": "Shokugeki no Soma",
"stickers": {
"default": {
"name": "soma_dark.png",
"anchor": "right",
"opacity": 12
}
},
"overrides": {
"editorScheme": {
"colors": {
"accentColor": "#EA7777",
"startColor": "#59EEE9"
}
}
},
"colors": {
"comments": "#617391",
"caretRow": "#172c43",
"lineNumberColor": "#5d6c80",
"baseIconColor": "#5f6469",
"contrastColor": "#53201a",
"nonProjectFileScopeColor": "#232b21",
"secondaryBackground": "#06111d",
"selectionForeground": "#fbfbfb",
"headerColor": "#0c1c2e",
"baseBackground": "#122235",
"borderColor": "#233a55",
"buttonColor": "#293b54",
"selectionInactive": "#361c2b",
"identifierHighlight": "#27405b",
"selectionBackground": "#4f1d27",
"selectionBackgroundTransparent": "#4f1d27AA",
"searchBackground": "#3B65B3",
"searchForeground": "#fefefe",
"buttonFont": "#ada19c",
"foregroundColor": "#dbdbdb",
"highlightColor": "#37232d",
"disabledColor": "#627282",
"accentColorTransparent": "#d133585A",
"accentColorLessTransparent": "#d133589A",
"accentColorMoreTransparent": "#d133582A",
"accentColor": "#d13358",
"accentContrastColor": "#182f42",
"infoForeground": "#6e89ad",
"startColor": "#271f2f",
"stopColor": "#dc3f52",
"testScopeColor": "#092c2a",
"popupMask": "#928d8d05",
"codeBlock": "#251a2b",
"foldedTextBackground": "#152940",
"textEditorBackground": "#09192b",
"errorColor": "#ff1717",
"constantColor": "#FFA6E1",
"unusedColor": "#788189",
"classNameColor": "#FF984B",
"htmlTagColor": "#B39CFF",
"stringColor": "#4BFF75",
"keyColor": "#8ACAFF",
"keywordColor": "#FFEF41",
"diff.modified": "#204874",
"diff.inserted": "#09401D",
"diff.conflict": "#5C1B2F",
"diff.deleted": "#363B40",
"lightEditorColor": "#112439",
"breakpointColor": "#283432",
"breakpointActiveColor": "#113a2b",
"fileBlue": "#0f3155",
"fileGray": "#1f2c3a",
"fileRose": "#2e223d",
"fileOrange": "#352e2a",
"fileViolet": "#1d234c",
"fileYellow": "#29352e",
"fileRed": "#281d2c",
"filePurple": "#1b1c46"
},
"characterId": "e39f8b55-a788-4d7a-8d76-2927745b7e5e"
}
Loading

0 comments on commit 37d90b0

Please sign in to comment.