https://github.com/kadobot/80s-retrowave
80s retrowave theme for windows terminal
https://github.com/kadobot/80s-retrowave
80s color-scheme neon retrowave theme windows-terminal
Last synced: 2 months ago
JSON representation
80s retrowave theme for windows terminal
- Host: GitHub
- URL: https://github.com/kadobot/80s-retrowave
- Owner: KadoBOT
- License: mit
- Created: 2020-11-15T08:00:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T22:35:11.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T05:33:04.439Z (about 1 year ago)
- Topics: 80s, color-scheme, neon, retrowave, theme, windows-terminal
- Homepage:
- Size: 6.57 MB
- Stars: 51
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 80s retrowave color scheme for Windows terminal
## Profile Configuration
Add the extra options below to your `profile.defaults` or to a specific terminal profile. You can download the gif [here](./BraveOptimalBaleenwhale-size_restricted.gif). Set the `fontFace` to whatever you like.
```json
{
"useAcrylic": true,
"acrylicOpacity": 0.8,
"backgroundImage": "[USER_PATH]/BraveOptimalBaleenwhale-size_restricted.gif",
"backgroundImageOpacity": 0.15,
"backgroundImageStretchMode": "uniformToFill",
"fontFace": "Cascadia Code PL",
"colorScheme": "80s Retrowave",
"antialiasingMode": "cleartype",
"tabColor": "#220036"
}
```
## Color Scheme
Under the `schemes` array, add the following scheme object:
```json
{
"name": "80s Retrowave",
"cursorColor": "#f949ff",
"selectionBackground": "#c20092",
"background": "#220036",
"foreground": "#ffa600",
"black": "#580051",
"blue": "#743eca",
"cyan": "#2AA198",
"green": "#ff00f2",
"purple": "#D33682",
"red": "#DC322F",
"white": "#6a008a",
"yellow": "#ff5e00",
"brightBlack": "#59c2ff",
"brightBlue": "#00d9ff",
"brightCyan": "#e7ffff",
"brightGreen": "#f949ff",
"brightPurple": "#ff00bf",
"brightRed": "#ff4d00",
"brightWhite": "#FDF6E3",
"brightYellow": "#c20092"
}
```## Screenshots

