Skip to content

Instantly share code, notes, and snippets.

@kashifulhaque
Created June 26, 2024 15:15
Show Gist options
  • Save kashifulhaque/885d10a7cb95a2bdad1260dedba16f03 to your computer and use it in GitHub Desktop.
Save kashifulhaque/885d10a7cb95a2bdad1260dedba16f03 to your computer and use it in GitHub Desktop.
Alacritty config (Windows + WSL)
[shell]
program = "wsl"
args = [ "~" ]
[font]
size = 12
[font.normal]
family = "CodeNewRoman Nerd Font"
style = "Regular"
[window.dimensions]
columns = 140
lines = 50
[window]
decorations = "none"
# Colors (Vesper)
# Source https://github.com/raunofreiberg/vesper
[colors.primary]
background = '#101010'
foreground = '#ffffff'
[colors.normal]
black = '#101010'
red = '#f5a191'
green = '#90b99f'
yellow = '#e6b99d'
blue = '#aca1cf'
magenta = '#e29eca'
cyan = '#ea83a5'
white = '#a0a0a0'
[colors.bright]
black = '#7e7e7e'
red = '#ff8080'
green = '#99ffe4'
yellow = '#ffc799'
blue = '#b9aeda'
magenta = '#ecaad6'
cyan = '#f591b2'
white = '#ffffff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment