mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 22:57:03 +01:00
Fix deprecated alacritty config
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# https://github.com/alacritty/alacritty-theme
|
# https://github.com/alacritty/alacritty-theme
|
||||||
import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
general.import = ["~/.config/alacritty/themes/themes/gruvbox_dark.toml"]
|
||||||
shell = "/bin/zsh"
|
terminal.shell = "/bin/zsh"
|
||||||
|
|
||||||
[colors.cursor]
|
[colors.cursor]
|
||||||
cursor = "#00ff00"
|
cursor = "#00ff00"
|
||||||
|
|||||||
Reference in New Issue
Block a user