fix: attempt #3.001 at fixing alacritty colours

This commit is contained in:
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
font: font:
size: 11 size: 14
normal: use_thin_strokes: true
family: DejaVu Sans Mono
shell:
program: /bin/zsh
cursor:
style: "Block"
blinking: "On"
# Window # Window
window: window:
startup_mode: Fullscreen padding:
x: 10
y: 10
decorations: buttonless
startup_mode: maximized
# Base16 Solarized Dark 256 - alacritty color config # Base16 Solarized Dark 256 - alacritty color config
# Ethan Schoonover (modified by aramisgithub) # Ethan Schoonover (modified by aramisgithub)