Coloring
This commit is contained in:
parent
99d4a8591f
commit
314277b3fb
2 changed files with 3 additions and 2 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue