mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
38 lines
500 B
TOML
38 lines
500 B
TOML
#import = ["~/.config/alacritty/everforest.toml",]
|
|
import = ["~/.config/alacritty/catppuccin-mocha.toml"]
|
|
live_config_reload = true
|
|
|
|
[window]
|
|
dynamic_padding = true
|
|
opacity = 0.95
|
|
blur = true
|
|
|
|
[window.padding]
|
|
x = 20
|
|
y = 20
|
|
|
|
[cursor]
|
|
|
|
[cursor.style]
|
|
shape = "Block"
|
|
blinking = "On"
|
|
|
|
[font]
|
|
size = 13
|
|
|
|
[font.bold]
|
|
family = "Hack"
|
|
style = "Bold"
|
|
|
|
[font.bold_italic]
|
|
family = "Hack"
|
|
style = "BoldItalic"
|
|
|
|
[font.italic]
|
|
family = "Hack"
|
|
style = "Regular"
|
|
|
|
[font.normal]
|
|
family = "Hack"
|
|
style = "Regular"
|
|
|