Skip to content

Instantly share code, notes, and snippets.

@ruandre
Last active June 18, 2021 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruandre/2b6ed72045caaf1acaa93b307885645f to your computer and use it in GitHub Desktop.
Save ruandre/2b6ed72045caaf1acaa93b307885645f to your computer and use it in GitHub Desktop.
Alacritty Settings
# https://github.com/alacritty/alacritty
TERM: xterm-256color
window:
dimensions:
columns: 147
lines: 37
padding:
x: 8
y: 8
dynamic_padding: false
decorations: none
# start_maximized: false
startup_mode: Windowed # Windowed, Maximized, Fullscreen
gtk_theme_variant: dark
scrolling:
history: 10000
multiplier: 3
font:
size: 14.0
normal:
family: NotoSansMono Nerd Font
style: Regular
bold:
family: NotoSansMono Nerd Font
style: Bold
italic:
family: NotoSansMono Nerd Font
style: Italic
bold_italic:
family: NotoSansMono Nerd Font
style: Bold Italic
draw_bold_text_with_bright_colors: false
bell:
animation: EaseOutExpo
duration: 0
color: "0xffffff"
background_opacity: 1.0
mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
hide_when_typing: true
selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: true
window.dynamic_title: true
cursor:
style: Block # ▇ Block, _ Underline, | Beam
unfocused_hollow: true
live_config_reload: true
# shell:
# program: /bin/tmux
schemes:
# https://github.com/bluz71/vim-nightfly-guicolors
nightfly: &nightfly
primary:
background: '#011627'
foreground: '#acb4c2'
bright_foreground: '#eeeeee'
cursor:
text: '#080808'
cursor: '#9ca1aa'
selection:
text: '#080808'
background: '#b2ceee'
normal:
black: '#1d3b53'
red: '#fc514e'
green: '#a1cd5e'
yellow: '#e3d18a'
blue: '#82aaff'
magenta: '#c792ea'
cyan: '#7fdbca'
white: '#a1aab8'
bright:
black: '#7c8f8f'
red: '#ff5874'
green: '#21c7a8'
yellow: '#ecc48d'
blue: '#82aaff'
magenta: '#ae81ff'
cyan: '#7fdbca'
white: '#d6deeb'
colors: *nightfly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment