compatibility with alacritty 0.13+; updated colorscheme back to normal; ported some i3-specific scwrypts from scwrypts to here
This commit is contained in:
20
config/alacritty.toml
Normal file
20
config/alacritty.toml
Normal file
@ -0,0 +1,20 @@
|
||||
import = [
|
||||
"/home/w0ryn/.config/alacritty/theme.toml",
|
||||
"/home/w0ryn/.config/alacritty/local.toml",
|
||||
]
|
||||
|
||||
[font.bold]
|
||||
family = "Monaspace Argon"
|
||||
|
||||
[font.glyph_offset]
|
||||
x = 0
|
||||
y = 1
|
||||
|
||||
[font.italic]
|
||||
family = "Monaspace Radon"
|
||||
|
||||
[font.normal]
|
||||
family = "Monaspace Neon"
|
||||
|
||||
[window]
|
||||
opacity = 0.8
|
Reference in New Issue
Block a user