This commit is contained in:
agryphus 2024-01-08 23:02:52 -05:00
parent 99d4a8591f
commit 314277b3fb
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,8 @@ export EDITOR="$(which nvim)"
export MANPAGER='nvim +Man! -c "ZenMode" -c "map q :qa!<CR>"' export MANPAGER='nvim +Man! -c "ZenMode" -c "map q :qa!<CR>"'
export PAGER= export PAGER=
export GTK_THEME=gruvbox-dark # export GTK_THEME=gruvbox-dark
export GTK_THEME=Adwaita:dark
# Configuring input method # Configuring input method
export GTK_IM_MODULE='fcitx' export GTK_IM_MODULE='fcitx'

View file

@ -6,7 +6,7 @@ ZSH_HIGHLIGHT_STYLES[precommand]=fg=none
ZSH_HIGHLIGHT_STYLES[function]=fg=none ZSH_HIGHLIGHT_STYLES[function]=fg=none
ZSH_HIGHLIGHT_STYLES[alias]=fg=none ZSH_HIGHLIGHT_STYLES[alias]=fg=none
ZSH_HIGHLIGHT_STYLES[unknown-token]=fg=008 # Bright black ZSH_HIGHLIGHT_STYLES[unknown-token]=fg=007 # Dimmed white
ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=green ZSH_HIGHLIGHT_STYLES[reserved-word]=fg=green
ZSH_HIGHLIGHT_STYLES[builtin]=none ZSH_HIGHLIGHT_STYLES[builtin]=none
ZSH_HIGHLIGHT_STYLES[commandseparator]=none ZSH_HIGHLIGHT_STYLES[commandseparator]=none