refactor(hm/price): use correct bat themes option
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m5s

This commit is contained in:
Price Hiller 2024-07-06 01:28:41 -05:00
parent 6f9b05dfd5
commit e34644e14c
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -8,6 +8,6 @@
pager = "never"; pager = "never";
theme = "Kanagawa"; theme = "Kanagawa";
}; };
themes.Kanagawa = builtins.readFile ./Kanagawa.tmTheme; themes.Kanagawa.src = ./Kanagawa.tmTheme;
}; };
} }