Skip to content

Instantly share code, notes, and snippets.

@menduz
Created December 16, 2019 02:29
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 menduz/d5f9b178caa3bcca2a4b8fe69f0bb95a to your computer and use it in GitHub Desktop.
Save menduz/d5f9b178caa3bcca2a4b8fe69f0bb95a to your computer and use it in GitHub Desktop.
colors:
primary:
background: '0x333333'
foreground: '0xd3d0c8'
cursor:
text: '0x000000'
cursor: '0xffffff'
normal:
black: '0x000000'
red: '0xf2777a'
green: '0xb9ca4a'
yellow: '0xe6c547'
blue: '0x7aa6da'
magenta: '0xc397d8'
cyan: '0x70c0ba'
white: '0xffffff'
bright:
black: '0x666666'
red: '0xff3334'
green: '0x9ec400'
yellow: '0xe7c547'
blue: '0x7aa6da'
magenta: '0xb77ee0'
cyan: '0x54ced6'
white: '0xffffff'
dim:
black: '0x333333'
red: '0xf2777a'
green: '0x99cc99'
yellow: '0xffcc66'
blue: '0x6699cc'
magenta: '0xcc99cc'
cyan: '0x66cccc'
white: '0xdddddd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment