mlhetland / pseudo.sty

Straightforward pseudocode.
MIT License
13 stars 2 forks source link

dim-color doesn't work #1

Closed mlhetland closed 5 years ago

mlhetland commented 5 years ago

The option correctly sets \pseudodimcolor, but the dim key doesn't use it – but rather uses the default \pseudohlcolor directly. To fix this in the current version, use the following:

\pseudodefinestyle{dim}{
    bol-append = \color{\pseudodimcolor},
    setup-append = \color{\pseudodimcolor}
}