Change comment color scheme in for readability in macos

This commit is contained in:
2025-04-16 22:02:21 +08:00
parent 954ee8eadb
commit 2a6cc1709a

View File

@@ -6,6 +6,7 @@ export ZSH=$HOME/.oh-my-zsh
# Optionally, if you set this to "random", it'll load a random theme each # Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded. # time that oh-my-zsh is loaded.
ZSH_THEME="gentoo" ZSH_THEME="gentoo"
ZSH_HIGHLIGHT_STYLES[comment]=fg=cyan,bold
# Uncomment the following line to use case-sensitive completion. # Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true" # CASE_SENSITIVE="true"