All Projects → KadoBOT → 80s-retrowave

KadoBOT / 80s-retrowave

Licence: MIT license
80s retrowave theme for windows terminal

Projects that are alternatives of or similar to 80s-retrowave

Neon Color Scheme
A colorful bright-on-black color scheme for Sublime Text and TextMate. Its aim is to make as many languages as possible look as good as possible. Includes extended support for Python, Ruby, Clojure, JavaScript/JSON, C/C++, diff, HTML/XML, Markdown, PHP, CSS/SCSS/SASS, GitGutter, Find In Files, PackageDev, Regex, SublimeLinter, and much more.
Stars: ✭ 159 (+261.36%)
Mutual labels:  neon, color-scheme
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-52.27%)
Mutual labels:  color-scheme, windows-terminal
Iterm2 Color Schemes
Over 250 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty
Stars: ✭ 20,828 (+47236.36%)
Mutual labels:  color-scheme, windows-terminal
firesparks
A fireplace-like Vim color scheme
Stars: ✭ 14 (-68.18%)
Mutual labels:  color-scheme
hyper-wal
Extension for using colorschemes generated by wal in Hyper terminal
Stars: ✭ 21 (-52.27%)
Mutual labels:  color-scheme
neon
Provides Jetpack Compose support for different image loading libraries.
Stars: ✭ 13 (-70.45%)
Mutual labels:  neon
sanzo-wada
🎨 Interactive version of Sanzo Wada's - "A Dictionary of Color Combinations"
Stars: ✭ 139 (+215.91%)
Mutual labels:  color-scheme
intellij-visual-studio-code-dark-plus
Visual Studio Code Dark Plus theme for JetBrains IDEs
Stars: ✭ 108 (+145.45%)
Mutual labels:  color-scheme
jevoisbase
JeVois base collection of algorithms and modules
Stars: ✭ 41 (-6.82%)
Mutual labels:  neon
wtcolor
A tool that can change color theme of Windows Terminal conveniently and easily!
Stars: ✭ 25 (-43.18%)
Mutual labels:  windows-terminal
neon
Customizable coloscheme with dark and light options, vivid colors and easy on the eye.
Stars: ✭ 100 (+127.27%)
Mutual labels:  color-scheme
srcery-terminal
Srcery theme terminal configurations
Stars: ✭ 183 (+315.91%)
Mutual labels:  color-scheme
matplotx
📊 More styles and useful extensions for Matplotlib
Stars: ✭ 507 (+1052.27%)
Mutual labels:  color-scheme
kolorwheel.js
🌈 Color palette generator JavaScript library
Stars: ✭ 37 (-15.91%)
Mutual labels:  color-scheme
vim-monokai-pro
Monokai Pro color scheme for Vim.
Stars: ✭ 21 (-52.27%)
Mutual labels:  color-scheme
kakoune-colors
Color schemes for kakoune
Stars: ✭ 15 (-65.91%)
Mutual labels:  color-scheme
Cake
Yummy syntax theme for Atom, Brackets, Sublime Text and Visual Studio Code
Stars: ✭ 47 (+6.82%)
Mutual labels:  color-scheme
colorcli
Collection of harmonized, light command-line interface (CLI) color themes for tmux, cmus, newsboat, mcabber, Vim, Vifm, and Mutt.
Stars: ✭ 40 (-9.09%)
Mutual labels:  color-scheme
Visual-Studio-For-Mac-Dark-Syntax-HoneyBees
HoneyBees is a colorful, but easy-to-read, dark syntax highlighting theme for Microsoft Visual Studio for Mac & Xamarin Studio. It supports C#, XAML, XML, HTML, and CSS.
Stars: ✭ 12 (-72.73%)
Mutual labels:  color-scheme
SoftLight
A shader-based Software Renderer Using The LightSky Framework.
Stars: ✭ 2 (-95.45%)
Mutual labels:  neon

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. Set the fontFace to whatever you like.

{
    "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:

{
    "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

Screenshot 1

Screenshot 2

Screenshot 3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].