Skip to content

Commit

Permalink
Rename file to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Jan 23, 2025
1 parent 4cf7d31 commit d429c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/dot_config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import = [
"~/.config/alacritty/colors.toml"
"~/.config/alacritty/theme.toml"
]

live_config_reload = true
Expand Down
2 changes: 1 addition & 1 deletion home/dot_config/tinted-theming/tinty/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-scheme = "base16-default-dark"
name = "base16-alacritty"
path = "https://github.com/aarowill/base16-alacritty"
themes-dir = "colors"
hook = "cp -f %f ~/.config/alacritty/colors.toml"
hook = "cp -f %f ~/.config/alacritty/theme.toml"

[[items]]
name = "base16-shell"
Expand Down

0 comments on commit d429c4b

Please sign in to comment.