Changed alacritty theme
This commit is contained in:
parent
2442ba64b0
commit
876016cd9a
1 changed files with 7 additions and 2 deletions
|
@ -8,8 +8,13 @@
|
||||||
#
|
#
|
||||||
# All imports must either be absolute paths starting with `/`, or paths relative
|
# All imports must either be absolute paths starting with `/`, or paths relative
|
||||||
# to the user's home directory starting with `~/`.
|
# to the user's home directory starting with `~/`.
|
||||||
#import:
|
import:
|
||||||
# - /path/to/alacritty.yml
|
# uncomment the flavour you want below:
|
||||||
|
# ~/.config/alacritty/catppuccin/catppuccin-mocha.yml
|
||||||
|
# - ~/.config/alacritty/catppuccin/catppuccin-macchiato.yml
|
||||||
|
- ~/.config/alacritty/catppuccin/catppuccin-frappe.yml
|
||||||
|
# - ~/.config/alacritty/catppuccin/catppuccin-latte.yml
|
||||||
|
# - /path/to/alacritty.yml
|
||||||
|
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
|
|
Loading…
Reference in a new issue