André Simon

Results 9 comments of André Simon

You can define a path to a CSS stylesheet using -r to change the background color. The basic ANSI color set can be adjusted with a color map file (--map...

That is a good point. I'll think about how to deal with 256/truecolor modes. As normally only a few color combinations would appear in a text, ansifilter could enumerate css...

According to the ChangeLog I wrote such a script in 2010 to convert a bunch of vim themes. It is gone, but it is little effort to write a little...

It was a very simple script which would not work e.g. with color names. I add this as reference to remind myself: http://vim.wikia.com/wiki/Xterm256_color_names_for_console_Vim

The new release contains 107 new Base16 themes: http://andre-simon.de/zip/download.php Some of these are also available in vim.

The Escape sequence default is outputted as `Strings[Escape]`. The code in printDebugInfo does not iterate arrays like `Strings`, so the value was not shown without the quick fix. It is...

There is only a Qt based project in the w32-projects directory. But the existing makefile should do a `make lib` within a MinGW or MSYS environment.

Hi, the highlight utility (which generates the coloured output) currently sends a ClientCapabilities request to the LSP server and expects a Capabilities response. Some older servers do not support this...