Created
August 9, 2019 00:17
-
-
Save nbqx/162e9365e455ef5ffc32cca9f1b7d791 to your computer and use it in GitHub Desktop.
designr color theme for alacritty
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Colors (Designr) for alacritty | |
colors: | |
# Default colors | |
primary: | |
background: '0x242e32' | |
foreground: '0xc4c4b5' | |
# Normal colors | |
normal: | |
black: '0x253034' | |
red: '0x35444b' | |
green: '0x769070' | |
yellow: '0xac8d6e' | |
blue: '0x607a86' | |
magenta: '0x8a757e' | |
cyan: '0x60867f' | |
white: '0xc4c4b5' | |
# Bright colors | |
bright: | |
black: '0x35444b' | |
red: '0xa66959' | |
green: '0x769070' | |
yellow: '0xac8d6e' | |
blue: '0x607a86' | |
magenta: '0x8a757e' | |
cyan: '0x60867f' | |
white: '0xc4c4b5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment