mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
25 lines
553 B
YAML
25 lines
553 B
YAML
# ____ ____ _____ _
|
|
# / ___| _ \| ___| __ ___(_)_ __ ___
|
|
# | | _| |_) | |_ | '__/ _ \ | '__/ _ \ Guilherme Rugai Freire
|
|
# | |_| | _ <| _|| | | __/ | | | __/ https://grfreire.com
|
|
# \____|_| \_\_| |_| \___|_|_| \___| https://github.com/GRFreire
|
|
#
|
|
|
|
import:
|
|
- ~/.config/alacritty/themes/dracula.yml
|
|
|
|
|
|
window:
|
|
dimensions:
|
|
columns: 120
|
|
lines: 35
|
|
|
|
scrolling:
|
|
history: 100000
|
|
|
|
font:
|
|
normal:
|
|
family: 'Cascadia Code'
|
|
|
|
background_opacity: 0.8
|