Skip to content

Commit

Permalink
Merge pull request #65 from resyfer/master
Browse files Browse the repository at this point in the history
Add Ganyu theme
  • Loading branch information
atomcorp committed Oct 11, 2021
2 parents fb77d6e + da0662b commit 893492a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ If not, new themes can be add added with a pull request. Just add them to the li

- Bubbles, DraculaPlus, Material Darker, and OneStar by [jos3s](https://github.com/jos3s)
- Cyberpunk2077 by [killshot13 (Michael R.)](https://github.com/killshot13)
- Ganyu by [resyfer](https://github.com/resyfer)
- Glorious by [alex](https://github.com/AlexMailo)
- Horizon by [wafelack](https://github.com/wafelack)
- Monokai Cmder by [vdurante](https://github.com/vdurante/windows-terminal-monokai-cmder)
Expand Down
9 changes: 9 additions & 0 deletions app/src/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
}
]
},
{
"themeNames": ["Ganyu"],
"sources": [
{
"name": "resyfer",
"link": "https://github.com/resyfer"
}
]
},
{
"themeNames": ["Glorious"],
"sources": [
Expand Down
23 changes: 23 additions & 0 deletions app/src/custom-colour-schemes.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,29 @@
"brightWhite": "#F8F8F2",
"brightYellow": "#ffcb6b"
},
{
"name": "Ganyu",
"cursorColor": "#AC5487",
"background": "#221b2f",
"foreground": "#5055C2",
"selectionBackground": "#d7c6a4",
"black": "#12061B",
"brightBlack": "#322a51",
"blue": "#5256c3",
"brightBlue": "#9aa8dd",
"cyan": "#2aadb3",
"brightCyan": "#7ce7d8",
"green": "#c7e18d",
"brightGreen": "#b4f42c",
"purple": "#ddb2ff",
"brightPurple": "#9681ed",
"red": "#E06C75",
"brightRed": "#a5313d",
"white": "#ecebea",
"brightWhite": "#f3f3f3",
"yellow": "#f8b433",
"brightYellow": "#f1d661"
},
{
"name": "Glorious",
"black": "#1e1e1e",
Expand Down

0 comments on commit 893492a

Please sign in to comment.