Skip to content

Instantly share code, notes, and snippets.

@wooken
Last active March 31, 2022 05:56
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wooken/09b6584bd698cc9c9491b9294f8a20cb to your computer and use it in GitHub Desktop.
Save wooken/09b6584bd698cc9c9491b9294f8a20cb to your computer and use it in GitHub Desktop.
PaperColor colorscheme for Alacritty
# 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