Skip to content

Commit

Permalink
Merge pull request atomcorp#78 from potatoqualitee/retrowave
Browse files Browse the repository at this point in the history
Add retrowave theme
  • Loading branch information
atomcorp authored Apr 25, 2022
2 parents 3b2d049 + a8939df commit a95df05
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ If not, new themes can be add added with a pull request. Just add them to the li
- Moonlight II by [atomiks](https://github.com/atomiks)
- OneDark by [azrikahar](https://github.com/azrikahar)
- QB64 Super Dark Blue [jmmv](https://github.com/jmmv)
- Retrowave by [potatoqualitee](https://github.com/potatoqualitee)
- Rosé Pine by [mvllow](https://github.com/mvllow)
- Sonoran Gothic and Sonoran Sunrise by [d-mckee](https://github.com/d-mckee)
- Sublette by [sublee](https://github.com/sublee)
Expand Down
9 changes: 9 additions & 0 deletions app/src/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,14 @@
"link": "https://github.com/Chaphasilor"
}
]
},
{
"themeNames": ["Retrowave"],
"sources": [
{
"name": "Chrissy LeMaire",
"link": "https://github.com/potatoqualitee"
}
]
}
]
21 changes: 21 additions & 0 deletions app/src/custom-colour-schemes.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,27 @@
"background": "#1a2b3c",
"foreground": "#ffffff"
},
{
"name": "Retrowave",
"background": "#070825",
"foreground": "#46BDFF",
"cyan": "#df81fc",
"brightYellow": "#ffffff",
"brightBlack": "#FF16B0",
"brightGreen": "#fcee54",
"green": "#929292",
"brightRed": "#f85353",
"brightWhite": "#ffffff",
"blue": "#46BDFF",
"brightBlue": "#46BDFF",
"brightCyan": "#ff901f",
"brightPurple": "#FF92DF",
"purple": "#FF92DF",
"red": "#FF16B0",
"white": "#FFFFFF",
"black": "#181A1F",
"yellow": "#fcee54"
},
{
"name": "Rose Pine",
"black": "#706e86",
Expand Down

0 comments on commit a95df05

Please sign in to comment.