Skip to content

Instantly share code, notes, and snippets.

@josefaidt
Last active June 17, 2019 20:28
Show Gist options
  • Save josefaidt/a208961c1343d6d08b5cb29a0b1a1f62 to your computer and use it in GitHub Desktop.
Save josefaidt/a208961c1343d6d08b5cb29a0b1a1f62 to your computer and use it in GitHub Desktop.
Lavandula terminal theme for Alacritty, ported to support the MacBook Pro sRGB corrections
# Lavandula
colors:
# Default colors
primary:
background: '0x040112'
foreground: '0x726f7c'
# Normal colors
normal:
black: '0x1e0543'
red: '0x9c4649'
green: '0x619789'
yellow: '0x998a68'
blue: '0x706c9f'
magenta: '0x7f61a3'
cyan: '0x79929a'
white: '0x726f7c'
# Bright colors
bright:
black: '0x352d44'
red: '0xea7480'
green: '0x7bdcc5'
yellow: '0xdbc38e'
blue: '0x8c89da'
magenta: '0x9f7bd9'
cyan: '0xa6d2de'
white: '0x8c93f3'
cursor:
cursor: '0x8c93f3'
text: '0x8c93f3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment