diff options
author | tilpner | 2019-05-20 18:07:02 +0200 |
---|---|---|
committer | tilpner | 2019-05-20 18:07:02 +0200 |
commit | 778aa22fd61c55c4e9eb8170a5a29a96b554a615 (patch) | |
tree | 84e725187be8fd0a055058f1c15d621612a2808f | |
parent | 8840a13c75651746ba850c499df6acd030abbf2d (diff) | |
download | zsh-778aa22fd61c55c4e9eb8170a5a29a96b554a615.tar.gz zsh-778aa22fd61c55c4e9eb8170a5a29a96b554a615.tar.xz zsh-778aa22fd61c55c4e9eb8170a5a29a96b554a615.zip |
Make syntax highlighting less intense
-rw-r--r-- | conf.d/61-highlighting.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/61-highlighting.zsh b/conf.d/61-highlighting.zsh new file mode 100644 index 0000000..dd67289 --- /dev/null +++ b/conf.d/61-highlighting.zsh @@ -0,0 +1,2 @@ +FAST_HIGHLIGHT_STYLES[global-alias]=fg=cyan +FAST_HIGHLIGHT_STYLES[path-to-dir]=fg=magenta |