Created
February 2, 2021 10:50
-
-
Save marksteve/d5b14123a6d41ac15d8ae663e59727cd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Colors (Tokyo Night) | |
colors: | |
# Default colors | |
primary: | |
background: '#1a1b26' | |
foreground: '#a9b1d6' | |
# Normal colors | |
normal: | |
black: '#363b54' | |
red: '#f7768e' | |
green: '#41a6b5' | |
yellow: '#e0af68' | |
blue: '#7aa2f7' | |
magenta: '#bb9af7' | |
cyan: '#7dcfff' | |
white: '#787c99' | |
# Bright colors | |
bright: | |
black: '#363b54' | |
red: '#f7768e' | |
green: '#41a6b5' | |
yellow: '#e0af68' | |
blue: '#7aa2f7' | |
magenta: '#bb9af7' | |
cyan: '#7dcfff' | |
white: '#acb0d0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment