Created
March 9, 2018 19:16
-
-
Save Battleroid/50b24e1716ebffc85abb2f643fd38342 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
font_family SF Mono | |
font_size 15.0 | |
adjust_column_width -1 | |
term xterm-256color | |
tab_bar_edge top | |
copy_on_select yes | |
map alt+left send_text all \x1b\x62 | |
map alt+right send_text all \x1b\x66 | |
# gruvbox dark | |
# https://github.com/jwilm/alacritty/wiki/Color-schemes#gruvbox | |
background #282828 | |
foreground #ebdbb2 | |
# black | |
color0 #282828 | |
color8 #928374 | |
# red | |
color1 #cc241d | |
color9 #fb4934 | |
# green | |
color2 #98971a | |
color10 #b8bb26 | |
# yellow | |
color3 #d79921 | |
color11 #fabd2f | |
# blue | |
color4 #458588 | |
color12 #83a598 | |
# magenta | |
color5 #b16286 | |
color13 #d3869b | |
# cyan | |
color6 #689d6a | |
color14 #8ec07c | |
# white | |
color7 #a89984 | |
color15 #ebdbb2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment