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
Ohmyzsh
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
Show whitespace changes
Inline
Side-by-side
plugins/colorize/colorize.plugin.zsh
View file @
c194b515
...
@@ -28,14 +28,9 @@ colorize_via_pygmentize() {
...
@@ -28,14 +28,9 @@ colorize_via_pygmentize() {
# is set, use that theme instead. Otherwise,
# is set, use that theme instead. Otherwise,
# use the default.
# use the default.
if
[
-z
$ZSH_COLORIZE_STYLE
]
;
then
if
[
-z
$ZSH_COLORIZE_STYLE
]
;
then
if
[[
$ZSH_COLORIZE_TOOL
==
"pygmentize"
]]
;
then
# Both pygmentize & chroma support 'emacs'
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"
ZSH_COLORIZE_STYLE
=
"emacs"
fi
fi
fi
# pygmentize stdin if no arguments passed
# pygmentize stdin if no arguments passed
if
[
$#
-eq
0
]
;
then
if
[
$#
-eq
0
]
;
then
...
...
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