Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
c194b515
Commit
c194b515
authored
Nov 17, 2019
by
Aaron N. Brock
Browse files
Update default color to 'emacs' which both chroma & pygmentize support
parent
b776f1d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/colorize/colorize.plugin.zsh
View file @
c194b515
...
...
@@ -28,13 +28,8 @@ colorize_via_pygmentize() {
# is set, use that theme instead. Otherwise,
# use the default.
if
[
-z
$ZSH_COLORIZE_STYLE
]
;
then
if
[[
$ZSH_COLORIZE_TOOL
==
"pygmentize"
]]
;
then
ZSH_COLORIZE_STYLE
=
"default"
else
# Choosing 'emacs' to match pygmentize's default as per:
# https://github.com/pygments/pygments/blob/master/pygments/styles/default.py#L19
ZSH_COLORIZE_STYLE
=
"emacs"
fi
# Both pygmentize & chroma support 'emacs'
ZSH_COLORIZE_STYLE
=
"emacs"
fi
# pygmentize stdin if no arguments passed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment