Skip to content

Instantly share code, notes, and snippets.

@ayush-seth
Last active October 30, 2022 14:05
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 ayush-seth/99b50b46dcce8edbc41e4bdf1c70cae2 to your computer and use it in GitHub Desktop.
Save ayush-seth/99b50b46dcce8edbc41e4bdf1c70cae2 to your computer and use it in GitHub Desktop.
Alacritty config
window:
padding:
x: 5
y: 10
decorations: none
opacity: 1
startup_mode: fullscreen
scrolling:
history: 10000
multiplier: 3
font:
normal:
family: BlexMono Nerd Font Mono
style: Text
bold:
family: BlexMono Nerd Font Mono
style: Bold
italic:
family: BlexMono Nerd Font Mono
style: Text Italic
bold_italic:
family: BlexMono Nerd Font Mono
style: Bold Italic
size: 14.0
glyph_offset:
y : -1
offset:
y: -2
draw_bold_text_with_bright_colors: true
live_config_reload: true
colors:
primary:
background: "#1E1E1E"
foreground: "#D4D4D4"
cursor:
text: "#1d1f21"
cursor: "#cccccc"
normal:
black: "#000000"
red: "#cd3131"
green: "#0dbc79"
yellow: "#e5e510"
blue: "#2472c8"
magenta: "#bc3fbc"
cyan: "#11a8cd"
white: "#e5e5e5"
bright:
black: "#666666"
red: "#f14c4c"
green: "#23d18b"
yellow: "#f5f543"
blue: "#3b8eea"
magenta: "#d670d6"
cyan: "#29b8db"
white: "#e5e5e5"
white: '#FFFFFF'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment