mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
17 lines
172 B
TOML
17 lines
172 B
TOML
[general]
|
|
import = [
|
|
"~/.config/alacritty/colors.toml"
|
|
]
|
|
|
|
[window.padding]
|
|
x = 8
|
|
y = 8
|
|
|
|
[window]
|
|
opacity = 0.9
|
|
|
|
[font]
|
|
size = 11.5
|
|
|
|
[font.normal]
|
|
family = "Roboto Mono" |