mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
iTerm2: set minimum contrast to 0; enable anti-aliasing
This commit is contained in:
parent
4586e8d54c
commit
4bd5ec75ae
1 changed files with 3 additions and 0 deletions
|
@ -339,6 +339,9 @@ function install_font() {
|
|||
'"Use Non-ASCII Font"' 0
|
||||
'"Ambiguous Double Width"' 0
|
||||
'"Terminal Type"' '"xterm-256color"'
|
||||
'"Minimum Contrast"' 0.000000
|
||||
'"ASCII Anti Aliased"' 1
|
||||
'"Non-ASCII Anti Aliased"' 1
|
||||
)
|
||||
for k v in $settings; do
|
||||
run_command "" /usr/libexec/PlistBuddy -c \
|
||||
|
|
Loading…
Reference in a new issue