2024-03-19 02:59:46 +00:00
|
|
|
import = ["~/.config/alacritty/themes/gruvbox_dark.toml"]
|
2024-01-03 15:12:33 +00:00
|
|
|
|
|
|
|
[env]
|
|
|
|
TERM = "xterm-256color"
|
|
|
|
|
|
|
|
[font]
|
2024-07-20 14:23:58 +01:00
|
|
|
size = 16.0
|
2024-01-03 15:12:33 +00:00
|
|
|
|
|
|
|
[font.normal]
|
2024-04-18 01:21:05 +01:00
|
|
|
family = "JetBrainsMono Nerd Font Mono"
|
2024-07-20 14:23:58 +01:00
|
|
|
style = "Light"
|
2024-01-03 15:12:33 +00:00
|
|
|
|
|
|
|
[window]
|
2024-02-13 17:50:02 +00:00
|
|
|
opacity = 1
|
|
|
|
blur = false
|
2024-01-03 15:12:33 +00:00
|
|
|
option_as_alt = "Both"
|
|
|
|
dynamic_padding = true
|
2024-02-12 15:04:57 +00:00
|
|
|
decorations= "Buttonless"
|
2024-01-03 15:12:33 +00:00
|
|
|
|
|
|
|
[window.padding]
|
|
|
|
x = 2
|
|
|
|
y = 2
|