Switch to base16/unikitty-reversible theme in less, cat and Zsh

This commit is contained in:
tastytea 2022-03-20 20:23:50 +01:00
parent afb0e5b370
commit 9806e16d44
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export PASSWORD_STORE_GENERATED_LENGTH="43"
export LESS="--tabs=4 --RAW-CONTROL-CHARS --LONG-PROMPT"
if command -v highlight > /dev/null; then
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=molokai --stdout %s"
LESSOPEN="| $(command -v highlight) --force --out-format=truecolor --style=base16/unikitty-reversible --stdout %s"
elif command -v src-hilite-lesspipe.sh > /dev/null; then
LESSOPEN="| $(command -v src-hilite-lesspipe.sh) %s"
elif command -v lesspipe > /dev/null; then

View File

@ -190,7 +190,7 @@ preexec_functions=(${(u)preexec_functions})
local DEFAULT_USER="${DEFAULT_USER:-tastytea}"
[[ -f "${ZDOTDIR}"/themes/prompt.zsh ]] && source "${ZDOTDIR}"/themes/prompt.zsh
[[ -f "${ZDOTDIR}"/themes/syntax-tastytea.zsh ]] && source "${ZDOTDIR}"/themes/syntax-tastytea.zsh
[[ -f "${ZDOTDIR}"/themes/syntax-unikitty-reversible.zsh ]] && source "${ZDOTDIR}"/themes/syntax-unikitty-reversible.zsh
return 0