Skip to content

Instantly share code, notes, and snippets.

@tonylambiris
Forked from pirey/alacritty-colors.yaml
Created June 3, 2018 12:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylambiris/2f8f9dc31059ac24ee67662cd51f2c5b to your computer and use it in GitHub Desktop.
Save tonylambiris/2f8f9dc31059ac24ee67662cd51f2c5b to your computer and use it in GitHub Desktop.
alacritty theme collection
# Colors (Nord)
# colors:
# # Default colors
# primary:
# background: '0x2E3440'
# foreground: '0xD8DEE9'
#
# # Normal colors
# normal:
# black: '0x3B4252'
# red: '0xBF616A'
# green: '0xA3BE8C'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x88C0D0'
# white: '0xE5E9F0'
#
# # Bright colors
# bright:
# black: '0x4C566A'
# red: '0xBF616A'
# green: '0xA3BE8C'
# yellow: '0xEBCB8B'
# blue: '0x81A1C1'
# magenta: '0xB48EAD'
# cyan: '0x8FBCBB'
# white: '0xECEFF4'
# Colors (Tomorrow Night)
# colors:
# # Default colors
# primary:
# background: '0x1d1f21'
# foreground: '0xc5c8c6'
#
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0x1d1f21'
# cursor: '0xffffff'
#
# # Normal colors
# normal:
# black: '0x1d1f21'
# red: '0xcc6666'
# green: '0xb5bd68'
# yellow: '0xe6c547'
# blue: '0x81a2be'
# magenta: '0xb294bb'
# cyan: '0x70c0ba'
# white: '0x373b41'
#
# # Bright colors
# bright:
# black: '0x666666'
# red: '0xff3334'
# green: '0x9ec400'
# yellow: '0xf0c674'
# blue: '0x81a2be'
# magenta: '0xb77ee0'
# cyan: '0x54ced6'
# white: '0x282a2e'
# Colors (Tomorrow Night Bright)
# colors:
# # Default colors
# primary:
# background: '0x000000'
# foreground: '0xeaeaea'
#
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0x000000'
# cursor: '0xffffff'
#
# # Normal colors
# normal:
# black: '0x000000'
# red: '0xd54e53'
# green: '0xb9ca4a'
# yellow: '0xe6c547'
# blue: '0x7aa6da'
# magenta: '0xc397d8'
# cyan: '0x70c0ba'
# white: '0xffffff'
#
# # Bright colors
# bright:
# black: '0x666666'
# red: '0xff3334'
# green: '0x9ec400'
# yellow: '0xe7c547'
# blue: '0x7aa6da'
# magenta: '0xb77ee0'
# cyan: '0x54ced6'
# white: '0xffffff'
#
# # Dim colors (Optional)
# dim:
# black: '0x333333'
# red: '0xf2777a'
# green: '0x99cc99'
# yellow: '0xffcc66'
# blue: '0x6699cc'
# magenta: '0xcc99cc'
# cyan: '0x66cccc'
# white: '0xdddddd'
# # Colors (Pencil Light)
# colors:
# # Default Colors
# primary:
# background: '0xf1f1f1'
# foreground: '0x424242'
# # Normal colors
# normal:
# black: '0x212121'
# red: '0xc30771'
# green: '0x10a778'
# yellow: '0xa89c14'
# blue: '0x008ec4'
# magenta: '0x523c79'
# cyan: '0x20a5ba'
# white: '0xe0e0e0'
# # Bright colors
# bright:
# black: '0x212121'
# red: '0xfb007a'
# green: '0x5fd7af'
# yellow: '0xf3e430'
# blue: '0x20bbfc'
# magenta: '0x6855de'
# cyan: '0x4fb8cc'
# white: '0xf1f1f1'
# # Colors (Solarized Light)
# colors:
# # Default colors
# primary:
# background: '0xfdf6e3'
# foreground: '0x586e75'
#
# # Normal colors
# normal:
# black: '0x073642'
# red: '0xdc322f'
# green: '0x859900'
# yellow: '0xb58900'
# blue: '0x268bd2'
# magenta: '0xd33682'
# cyan: '0x2aa198'
# white: '0xeee8d5'
#
# # Bright colors
# bright:
# black: '0x002b36'
# red: '0xcb4b16'
# green: '0x586e75'
# yellow: '0x657b83'
# blue: '0x839496'
# magenta: '0x6c71c4'
# cyan: '0x93a1a1'
# white: '0xfdf6e3'
# # Colors (Solarized Dark)
# colors:
# # Default colors
# primary:
# background: '0x002b36'
# foreground: '0x839496'
#
# # Normal colors
# normal:
# black: '0x073642'
# red: '0xdc322f'
# green: '0x859900'
# yellow: '0xb58900'
# blue: '0x268bd2'
# magenta: '0xd33682'
# cyan: '0x2aa198'
# white: '0xeee8d5'
#
# # Bright colors
# bright:
# black: '0x002b36'
# red: '0xcb4b16'
# green: '0x586e75'
# yellow: '0x657b83'
# blue: '0x839496'
# magenta: '0x6c71c4'
# cyan: '0x93a1a1'
# white: '0xfdf6e3'
# Colors (Gotham)
# colors:
# # Default colors
# primary:
# background: '0x0a0f14'
# foreground: '0x98d1ce'
#
# # Normal colors
# normal:
# black: '0x0a0f14'
# red: '0xc33027'
# green: '0x26a98b'
# yellow: '0xedb54b'
# blue: '0x195465'
# magenta: '0x4e5165'
# cyan: '0x33859d'
# white: '0x98d1ce'
#
# # Bright colors
# bright:
# black: '0x10151b'
# red: '0xd26939'
# green: '0x081f2d'
# yellow: '0x245361'
# blue: '0x093748'
# magenta: '0x888ba5'
# cyan: '0x599caa'
# white: '0xd3ebe9'
# Base16 Grayscale Dark - alacritty color config
# Alexandre Gavioli (https://github.com/Alexx2/)
# colors:
# # Default colors
# primary:
# background: '0x101010'
# foreground: '0xb9b9b9'
#
# # Colors the cursor will use if `custom_cursor_colors` is true
# cursor:
# text: '0x101010'
# cursor: '0xb9b9b9'
#
# # Normal colors
# normal:
# black: '0x101010'
# red: '0x7c7c7c'
# green: '0x8e8e8e'
# yellow: '0xa0a0a0'
# blue: '0x686868'
# magenta: '0x747474'
# cyan: '0x868686'
# white: '0xb9b9b9'
#
# # Bright colors
# bright:
# black: '0x525252'
# red: '0x999999'
# green: '0x252525'
# yellow: '0x464646'
# blue: '0xababab'
# magenta: '0xe3e3e3'
# cyan: '0x5e5e5e'
# white: '0xb9b9b9'
# Colors (Hybrid)
colors:
# Default colors
primary:
background: '0x27292c'
foreground: '0xd0d2d1'
# Normal colors
normal:
black: '0x35383b'
red: '0xb05655'
green: '0x769972'
yellow: '0xe1a574'
blue: '0x7693ac'
magenta: '0x977ba0'
cyan: '0x749e99'
white: '0x848b92'
# Bright colors
bright:
black: '0x484c52'
red: '0xd27c7b'
green: '0xdffebe'
yellow: '0xf0d189'
blue: '0x96b1c9'
magenta: '0xbfa5c7'
cyan: '0x9fc9c3'
white: '0xfcf7e2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment