Skip to content

Instantly share code, notes, and snippets.

@jssteinberg
Created July 14, 2022 07:58
Show Gist options
  • Save jssteinberg/2f3143d2ca982c1ae33556b11cf44486 to your computer and use it in GitHub Desktop.
Save jssteinberg/2f3143d2ca982c1ae33556b11cf44486 to your computer and use it in GitHub Desktop.
Picture-perfect-first version of terminal theme somedarkterm1
# somedarkterm1
colors:
# Default colors
primary:
background: '0x15151e'
foreground: '0xc1c0d3'
# Normal colors
normal:
black: '0x2d2c3f'
red: '0xbb695d'
green: '0x5dbba3'
yellow: '0xb0bb5d'
blue: '0x5d86bb'
magenta: '0x695dbb'
cyan: '0x5db0bb'
white: '0xe0f0db'
# Bright colors
bright:
black: '0x3d376b'
red: '0xd49c94'
green: '0x94d4c7'
yellow: '0xccd494'
blue: '0x9794d4'
magenta: '0x9c94d4'
cyan: '0x94ccd4'
white: '0xffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment