Skip to content

Instantly share code, notes, and snippets.

@marksteve
Created February 2, 2021 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marksteve/d5b14123a6d41ac15d8ae663e59727cd to your computer and use it in GitHub Desktop.
Save marksteve/d5b14123a6d41ac15d8ae663e59727cd to your computer and use it in GitHub Desktop.
# 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