fix: attempt #3.001 at fixing alacritty colours
This commit is contained in:
parent
233843aacf
commit
734e09fa37
1 changed files with 17 additions and 4 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue