You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm really impressed by this plugin... very very nice. I went to define the custom color scheme and realized that Ultra only allows the default 8 ANSI colors even though the way their escape codes are being looked up it's possible to add bold- in front of each.
If I might suggest, maybe in colorscheme.clj on line 15, the code might read:
I'm really impressed by this plugin... very very nice. I went to define the custom color scheme and realized that Ultra only allows the default 8 ANSI colors even though the way their escape codes are being looked up it's possible to add
bold-
in front of each.If I might suggest, maybe in
colorscheme.clj
on line 15, the code might read:so that for those among us that want to have the complete 16 ANSI colors, we can use them.
The other alternative I thought of was to allow the
:bold
modifier in the vector for a color descriptor. Something like;In any case, it's a great plugin, and thanks for listening.
The text was updated successfully, but these errors were encountered: