# Configuration for Alacritty, the GPU enhanced terminal emulator. env: # TERM: tmux-256color TERM: xterm-256color window: decorations: none opacity: 1.0 dynamic_title: true padding: x: 15 y: 15 scrolling: history: 100000 font: normal: family: JetBrainsMono Nerd Font colors: primary: background: '#1A1B1F' foreground: '#DFE0EA' normal: black: '#16181D' red: '#E85A84' green: '#94DD8E' yellow: '#E9D26C' blue: '#7EB7E6' magenta: '#D895C7' cyan: '#89BEB7' white: '#CFD0D7' bright: black: '#818181' red: '#E85A84' green: '#94DD8E' yellow: '#E9D26C' blue: '#7EB7E6' magenta: '#D895C7' cyan: '#89BEB7' white: '#d2d2d2' # shell: # program: /usr/bin/tmux cursor: style: shape: Block live_config_reload: true