-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v13 - Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno (#82)
* v13 - Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno * Added Snap asset install instructions * Updated changelog and bumped version to v13.0.0 * Added v13 theme screen shots * Spelling r hard
- Loading branch information
1 parent
a78c231
commit 2e0dc42
Showing
30 changed files
with
685 additions
and
662 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
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
18 changes: 18 additions & 0 deletions
18
buildSrc/assets/themes/dontToyWithMeMiss/nagatoro/dark/nagatoro.dark.vsCode.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,18 @@ | ||
{ | ||
"id": "ca45f54a-57cb-4d8c-82a6-d4b31c850bd6", | ||
"overrides": {}, | ||
"laf": { | ||
"extends": "dark-contrast", | ||
"ui": { | ||
"editor.selectionBackground": "&selectionBackground&88", | ||
"selection.background": "&selectionBackground&aa" | ||
} | ||
}, | ||
"syntax": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} |
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 |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
} | ||
}, | ||
"syntax": {}, | ||
"colors": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -12,4 +12,4 @@ | |
"selectionBackground": "#5a293f", | ||
"selectionInactive": "#4b283c" | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
buildSrc/assets/themes/futureDiary/yuno/dark/yuno.dark.vsCode.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,18 @@ | ||
{ | ||
"id": "5ec63d95-1e7d-4649-b3d0-0078af8f8740", | ||
"overrides": {}, | ||
"laf": { | ||
"extends": "dark-contrast", | ||
"ui": { | ||
"editor.selectionBackground": "&selectionBackground&88", | ||
"selection.background": "&selectionBackground&aa" | ||
} | ||
}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"syntax": {}, | ||
"colors": {} | ||
} |
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 |
---|---|---|
|
@@ -3,9 +3,8 @@ | |
"overrides": {}, | ||
"laf": { | ||
"extends": "dark", | ||
"ui": { | ||
} | ||
"ui": {} | ||
}, | ||
"syntax": {}, | ||
"colors": {} | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
buildSrc/assets/themes/kakegurui/yumeko/dark/yumeko.dark.vsCode.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,12 @@ | ||
{ | ||
"id": "a1da4f2f-e736-40e7-86d9-9167a247da93", | ||
"overrides": {}, | ||
"laf": {}, | ||
"syntax": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} |
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 |
---|---|---|
|
@@ -9,4 +9,4 @@ | |
}, | ||
"syntax": {}, | ||
"colors": {} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -14,4 +14,4 @@ | |
"anchor": "right" | ||
} | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -3,8 +3,7 @@ | |
"overrides": {}, | ||
"laf": { | ||
"extends": "dark", | ||
"ui": { | ||
} | ||
"ui": {} | ||
}, | ||
"syntax": {}, | ||
"colors": {} | ||
|
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 |
---|---|---|
|
@@ -8,10 +8,10 @@ | |
} | ||
}, | ||
"syntax": {}, | ||
"colors": {}, | ||
"backgrounds": { | ||
"secondary": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
buildSrc/assets/themes/monogatari/hanekawa/dark/hanekawa.dark.vsCode.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,19 @@ | ||
{ | ||
"id": "dfd05a73-c189-4622-87c7-573fbb3a46b9", | ||
"overrides": {}, | ||
"laf": { | ||
"extends":"dark", | ||
"ui": { | ||
"editor.selectionBackground": "&selectionBackground&AA" | ||
} | ||
}, | ||
"syntax": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": { | ||
"accentColor": "#7660A4" | ||
} | ||
} |
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
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
19 changes: 19 additions & 0 deletions
19
buildSrc/assets/themes/yuruCamp/rin/dark/shima.rin.dark.vsCode.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,19 @@ | ||
{ | ||
"id": "5fb9c0a4-e613-457c-97a5-6204f9076cef", | ||
"overrides": {}, | ||
"laf": { | ||
"extends": "dark", | ||
"ui": { | ||
"editor.selectionBackground": "&selectionBackground&AA", | ||
"selection.background": "&accentColor&aa", | ||
"list.highlightForeground": "&editorAccentColor&" | ||
} | ||
}, | ||
"syntax": {}, | ||
"backgrounds": { | ||
"default": { | ||
"anchor": "right" | ||
} | ||
}, | ||
"colors": {} | ||
} |
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.