dotfiles/alacritty/alacritty.yml
2023-01-25 20:00:36 -08:00

71 lines
1.2 KiB
YAML

# Configuration for Alacritty, the GPU enhanced terminal emulator.
env:
TERM: alacritty
window:
dimensions:
columns: 128
lines: 32
title: Alacritty
opacity: 0.90
dynamic_title: true
class:
instance: Alacritty
general: Alacritty
scrolling:
history: 10000
multiplier: 3
font:
normal:
family: MesloLGS NF
style: Regular
bold:
style: Bold
italic:
style: Italic
bold_italic:
style: Bold Italic
# Colors (Nord)
colors:
# Default colors
primary:
background: '#2E3440'
foreground: '#D8DEE9'
# Normal colors
normal:
black: '#3B4252'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#88C0D0'
white: '#E5E9F0'
# Bright colors
bright:
black: '#4C566A'
red: '#BF616A'
green: '#A3BE8C'
yellow: '#EBCB8B'
blue: '#81A1C1'
magenta: '#B48EAD'
cyan: '#8FBCBB'
white: '#ECEFF4'
cursor:
style:
shape: Beam
blinking: Off
vi_mode_style: None
#blink_interval: 750
#blink_timeout: 5
unfocused_hollow: true
thickness: 0.15
shell:
program: /bin/bash
# args:
# - --login
working_directory: None