diff --git a/utilities/utilities.plugin.zsh b/utilities/utilities.plugin.zsh index aacc0ff..5279d85 100644 --- a/utilities/utilities.plugin.zsh +++ b/utilities/utilities.plugin.zsh @@ -66,7 +66,7 @@ if which bat &> /dev/null; then # Both --theme and --color can be specified multiple times and will override # these defaults. bat() { - command bat --theme='Solarized (dark)' --color always \ + command bat --theme='TwoDark' --color always \ --paging always --pager 'less -R' "$@" } fi