Re: [racket] Solarized DrRacket

2013-10-13 Thread Robby Findler
You probably want to make the dark version have 'white-on-black-base? set to #t in the info table (there are a bunch of random places that just look at that boolean to decide what colors to use, notably the code that draws the "#lang" line when you scroll down). Robby On Sat, Oct 12, 2013 at 9:0

Re: [racket] Solarized DrRacket

2013-10-12 Thread Jay McCarthy
Should be fixed now On Sat, Oct 12, 2013 at 10:07 PM, Evgeny Odegov wrote: >> Hi all, >> >> Anyone else a fan of the solarized[1] color scheme? I made a DrRacket >> solarized color scheme that works with the pre-release version of >> Racket: >> https://github.com/takikawa/drracket-solarized >>

Re: [racket] Solarized DrRacket

2013-10-12 Thread Evgeny Odegov
> Hi all, > > Anyone else a fan of the solarized[1] color scheme? I made a DrRacket > solarized color scheme that works with the pre-release version of > Racket: > https://github.com/takikawa/drracket-solarized > > Thanks to Robby for color schemes! > > [1]: http://ethanschoonover.com/solarized >

Re: [racket] Solarized DrRacket

2013-10-12 Thread Grant Rettke
That is delightful. On Sat, Oct 12, 2013 at 9:01 PM, Asumu Takikawa wrote: > Hi all, > > Anyone else a fan of the solarized[1] color scheme? I made a DrRacket > solarized color scheme that works with the pre-release version of > Racket: > https://github.com/takikawa/drracket-solarized > > Thank

[racket] Solarized DrRacket

2013-10-12 Thread Asumu Takikawa
Hi all, Anyone else a fan of the solarized[1] color scheme? I made a DrRacket solarized color scheme that works with the pre-release version of Racket: https://github.com/takikawa/drracket-solarized Thanks to Robby for color schemes! [1]: http://ethanschoonover.com/solarized Cheers, Asumu ___