Last active
March 31, 2022 05:56
-
-
Save wooken/09b6584bd698cc9c9491b9294f8a20cb to your computer and use it in GitHub Desktop.
PaperColor colorscheme 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
# PaperColor Light 256 - alacritty color config | |
# https://github.com/NLKNguyen/papercolor-theme | |
# https://www.reddit.com/r/vim/comments/36xzbs/vim_paper_color_theme_inspired_by_googles/crqbfpa/ | |
colors: | |
# Default colors | |
primary: | |
background: '0xeeeeee' | |
foreground: '0x4d4d4c' | |
# Colors the cursor will use if `custom_cursor_colors` is true | |
cursor: | |
text: '0xf3f3f3' | |
cursor: '0x4d4d4c' | |
# Normal colors | |
normal: | |
black: '0xededed' | |
red: '0xd7005f' | |
green: '0x718c00' | |
yellow: '0xd75f00' | |
blue: '0x4271ae' | |
magenta: '0x8959a8' | |
cyan: '0x3e999f' | |
white: '0x4d4d4c' | |
# Bright colors | |
bright: | |
black: '0x949494' | |
red: '0xd7005f' | |
green: '0x718c00' | |
yellow: '0xd75f00' | |
blue: '0x4271ae' | |
magenta: '0x8959a8' | |
cyan: '0x3e999f' | |
white: '0xf5f5f5' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment