fix: attempt #3.001 at fixing alacritty colours

primary
George Rawlinson 2022-01-12 19:57:23 +13:00
parent 233843aacf
commit 734e09fa37
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 17 additions and 4 deletions

View File

@ -1,13 +1,26 @@
# explicitly set $TERM for sparkly colourful terminal
env:
TERM: screen-256color
# Font
font:
size: 11
normal:
family: DejaVu Sans Mono
size: 14
use_thin_strokes: true
shell:
program: /bin/zsh
cursor:
style: "Block"
blinking: "On"
# Window
window:
startup_mode: Fullscreen
padding:
x: 10
y: 10
decorations: buttonless
startup_mode: maximized
# Base16 Solarized Dark 256 - alacritty color config
# Ethan Schoonover (modified by aramisgithub)