Skip to content

Instantly share code, notes, and snippets.

@xpando
Created February 18, 2019 00:32
Show Gist options
  • Save xpando/5ee427760674c59c86c9e8687eecc847 to your computer and use it in GitHub Desktop.
Save xpando/5ee427760674c59c86c9e8687eecc847 to your computer and use it in GitHub Desktop.
Terminal Colors
colors:
primary:
background: '0x0e0e0e'
foreground: '0xc5c5c5'
cursor:
text: '0x1c1c1c'
cursor: '0xc5c5c5'
normal:
black: '0x1c1c1c'
red: '0xff005b'
green: '0xcee318'
yellow: '0xffe755'
blue: '0x048ac7'
magenta: '0x833c9f'
cyan: '0x0ac1cd'
white: '0xe5e5e5'
bright:
black: '0x666666'
red: '0xff00a0'
green: '0xccff00'
yellow: '0xff9f00'
blue: '0x48c6ff'
magenta: '0xbe67e1'
cyan: '0x63e7f0'
white: '0xf3f3f3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment