mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Split alacritty config in sections
This commit is contained in:
@@ -1,10 +1,14 @@
|
|||||||
# https://github.com/alacritty/alacritty-theme
|
|
||||||
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
|
||||||
shell = "/bin/zsh"
|
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
cursor = "#00ff00"
|
cursor = "#00ff00"
|
||||||
text = "#000000"
|
text = "#000000"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10
|
size = 9
|
||||||
|
|
||||||
|
[general]
|
||||||
|
# https://github.com/alacritty/alacritty-theme
|
||||||
|
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
||||||
|
|
||||||
|
[terminal]
|
||||||
|
shell = "/bin/zsh"
|
||||||
|
|||||||
Reference in New Issue
Block a user