Jørgen Ibsen
Jørgen Ibsen
I believe `lineHighlight` is used for highlighting the line the cursor is on, and base02 appears correct for this. The question is which color to use for highlighting selected text....
Looking over TextMate themes, I wonder if it is only possible to set the background color of the highlight (the `selection` key in `settings`), and not the foreground color? The...
I contacted TextMate support about this issue, and from their answer I gather that due to the way text is rendered, it is not trivial to implement `selectionForeground`, and it...
Thanks. It is certainly not the only solution. For instance you could add a `selectionBorder` that lets you choose the color of a border drawn around the highlighted background color...
I think it was merged over in the [SublimeColors repo](http://github.com/SublimeColors/Solarized/issues/37), and not this one, which is for the TextMate version.
Good idea. I wonder if something slightly more platform independent like perl or python might be better than a bash script? Also, I guess ideally the light and dark themes...
Ah, I didn't realize Textmate was OS X only, good point.
I posted about this in SublimeColors/Solarized#16, but since it relates to this pull request as well, I made an example branch off your work to show how this theme could...
Firstly, thank you for such a well written and detailed report! I am afraid this behavior of the `--optimal` level is to be expected. In the current version it uses...
Thank you for the comments both. > What is the default blocksize? The example program `blzpack` uses a default block size of 1 MiB. > What is the maximum blocksize...