Skip to content

Instantly share code, notes, and snippets.

@adilsonfsantos
Last active July 25, 2022 07:54
Show Gist options
  • Save adilsonfsantos/23b5b823727ab4dae14aea4ebdb5d7f9 to your computer and use it in GitHub Desktop.
Save adilsonfsantos/23b5b823727ab4dae14aea4ebdb5d7f9 to your computer and use it in GitHub Desktop.
Token colors from Jean-Tinland/vscode-theme-night-shift
foreground #ffffff
background #1b222d
selection_foreground #ffffff
selection_background #98a8c5
cursor #ffd484
cursor_text_color #282A36
# black
color0 #1b222d
color8 #39465e
# red
color1 #e78482
color9 #e78482
# green
color2 #8fc8BB
color10 #8fc8BB
# yellow
color3 #ffb374
color11 #ffd484
# blue
color4 #6db3cE
color12 #6db3cE
# magenta
color5 #ad82cB
color13 #ad82cB
# cyan
color6 #7eddde
color14 #7eddde
# white
color7 #98a8c5
color15 #ffffff
$main: #1b222d;
$mainAlt: #98a8c5;
$minor: #39465e;
$red: #e78482;
$green: #8fc8BB;
$yellow: #ffd484;
$orange: #ffb374;
$blue: #6db3cE;
$magenta: #ad82cB;
$cyan: #7eddde;
$black: #1b222d;
$white: #fff;
$foreground: #fff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment