H.Alper Tuna
H.Alper Tuna
Hello, I use solarized for Xresource to use in xterm. Gray color on palette is same with background, that's why it's invisible and I can't see that messages on terminal....
It's very useful to use in js, thanks. I wonder, can we set the k parameter, or its logic do not use the k parameter?
When I click a commit which has a long file, iceweasel browser freezes. It happens when click just that commit. By the way file is a bundle.js which comes from...
Hi, I need to customize boolean colors, `true` and `false` independently Because `red` color is important for my log, and `false` uses that color. That's why I need this feature...
Fixes #2003 `interface` does not extend `Serializable` but `type` does. ```typescript interface R1 { field: string; } type R2 = { field: string; } ``` ```R1 extends Serializable``` fails. ```R2...