[racket-users] parenthesis colours

2021-07-04 Thread Hendrik Boom
I use drracket in what I call night mode -- dark backgroun and bright 
letters.
It's easier on the eyes,
except when I have to see parentheses.
They are presented in a dark shade of red.
Given how crucial parentheses are in Racket, this is an obstacle,
especially when the error-reporting mechanism highlights a part of the 
code it thinks is in error -- using red highlighting, obscuring the 
possibly unbalanced parentheses completely.

Is it possible to set parenthese to be some other colour, such as, say, 
a bright green or white?

-- hendrik

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20210704122648.hbztacmpzcjvc3hd%40topoi.pooq.com.


Re: [racket-users] parenthesis colours

2021-07-04 Thread Robby Findler
If you go to the preference dialog, choose "Colors", and then choose
"Racket" you should be able to adjust each color independently.

There are also some themes for DrRacket in dark mode that have different
color schemes; I think Tol's is installed by default and there are more on
the pkg server.

hth,
Robby


On Sun, Jul 4, 2021 at 7:26 AM Hendrik Boom  wrote:

> I use drracket in what I call night mode -- dark backgroun and bright
> letters.
> It's easier on the eyes,
> except when I have to see parentheses.
> They are presented in a dark shade of red.
> Given how crucial parentheses are in Racket, this is an obstacle,
> especially when the error-reporting mechanism highlights a part of the
> code it thinks is in error -- using red highlighting, obscuring the
> possibly unbalanced parentheses completely.
>
> Is it possible to set parenthese to be some other colour, such as, say,
> a bright green or white?
>
> -- hendrik
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/20210704122648.hbztacmpzcjvc3hd%40topoi.pooq.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAL3TdOP7m7MsbRw8MDjevLuB5z9TDDp_AZCL5suTQbNJb9dujQ%40mail.gmail.com.


Re: [racket-users] parenthesis colours

2021-07-05 Thread Hendrik Boom
On Mon, Jul 05, 2021 at 07:52:39AM -0500, Robby Findler wrote:
> Glad to hear it! Sorry the defaults looked bad.

They look pretty enough.  They just aren't useful.
I turned the parentheses bright yellow.
Unless yellow comflicts with some other use of the same colour,
may I recommend it ne made default?

-- hendrik

> 
> Robby
> 
> On Mon, Jul 5, 2021 at 7:02 AM Hendrik Boom  wrote:
> 
> > On Sun, Jul 04, 2021 at 08:18:24AM -0500, Robby Findler wrote:
> > > If you go to the preference dialog, choose "Colors", and then choose
> > > "Racket" you should be able to adjust each color independently.
> > >
> > > There are also some themes for DrRacket in dark mode that have different
> > > color schemes; I think Tol's is installed by default and there are more
> > on
> > > the pkg server.
> > (offlist)  Thank you.  Much. much better now.
> >
> > -- hendrik
> > >
> > > hth,
> > > Robby
> > >
> > >
> > > On Sun, Jul 4, 2021 at 7:26 AM Hendrik Boom 
> > wrote:
> > >
> > > > I use drracket in what I call night mode -- dark backgroun and bright
> > > > letters.
> > > > It's easier on the eyes,
> > > > except when I have to see parentheses.
> > > > They are presented in a dark shade of red.
> > > > Given how crucial parentheses are in Racket, this is an obstacle,
> > > > especially when the error-reporting mechanism highlights a part of the
> > > > code it thinks is in error -- using red highlighting, obscuring the
> > > > possibly unbalanced parentheses completely.
> > > >
> > > > Is it possible to set parenthese to be some other colour, such as, say,
> > > > a bright green or white?
> > > >
> > > > -- hendrik
> > > >
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Racket Users" group.
> > > > To unsubscribe from this group and stop receiving emails from it, send
> > an
> > > > email to racket-users+unsubscr...@googlegroups.com.
> > > > To view this discussion on the web visit
> > > >
> > https://groups.google.com/d/msgid/racket-users/20210704122648.hbztacmpzcjvc3hd%40topoi.pooq.com
> > > > .
> > > >
> > >
> > > --
> > > You received this message because you are subscribed to the Google
> > Groups "Racket Users" group.
> > > To unsubscribe from this group and stop receiving emails from it, send
> > an email to racket-users+unsubscr...@googlegroups.com.
> > > To view this discussion on the web visit
> > https://groups.google.com/d/msgid/racket-users/CAL3TdOP7m7MsbRw8MDjevLuB5z9TDDp_AZCL5suTQbNJb9dujQ%40mail.gmail.com
> > .
> >

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/20210705160659.fbyng6drfono7cow%40topoi.pooq.com.


Re: [racket-users] parenthesis colours

2021-07-05 Thread Robby Findler
I chose the paren default color to deemphasize the parentheses. I'm not
sure that emphasizing them would be a good change. I can see how, on some
monitors, the deemphasis might have been too much but I'm not quite ready
to change that design choice!

Robby


On Mon, Jul 5, 2021 at 11:07 AM Hendrik Boom  wrote:

> On Mon, Jul 05, 2021 at 07:52:39AM -0500, Robby Findler wrote:
> > Glad to hear it! Sorry the defaults looked bad.
>
> They look pretty enough.  They just aren't useful.
> I turned the parentheses bright yellow.
> Unless yellow comflicts with some other use of the same colour,
> may I recommend it ne made default?
>
> -- hendrik
>
> >
> > Robby
> >
> > On Mon, Jul 5, 2021 at 7:02 AM Hendrik Boom 
> wrote:
> >
> > > On Sun, Jul 04, 2021 at 08:18:24AM -0500, Robby Findler wrote:
> > > > If you go to the preference dialog, choose "Colors", and then choose
> > > > "Racket" you should be able to adjust each color independently.
> > > >
> > > > There are also some themes for DrRacket in dark mode that have
> different
> > > > color schemes; I think Tol's is installed by default and there are
> more
> > > on
> > > > the pkg server.
> > > (offlist)  Thank you.  Much. much better now.
> > >
> > > -- hendrik
> > > >
> > > > hth,
> > > > Robby
> > > >
> > > >
> > > > On Sun, Jul 4, 2021 at 7:26 AM Hendrik Boom 
> > > wrote:
> > > >
> > > > > I use drracket in what I call night mode -- dark backgroun and
> bright
> > > > > letters.
> > > > > It's easier on the eyes,
> > > > > except when I have to see parentheses.
> > > > > They are presented in a dark shade of red.
> > > > > Given how crucial parentheses are in Racket, this is an obstacle,
> > > > > especially when the error-reporting mechanism highlights a part of
> the
> > > > > code it thinks is in error -- using red highlighting, obscuring the
> > > > > possibly unbalanced parentheses completely.
> > > > >
> > > > > Is it possible to set parenthese to be some other colour, such as,
> say,
> > > > > a bright green or white?
> > > > >
> > > > > -- hendrik
> > > > >
> > > > > --
> > > > > You received this message because you are subscribed to the Google
> > > Groups
> > > > > "Racket Users" group.
> > > > > To unsubscribe from this group and stop receiving emails from it,
> send
> > > an
> > > > > email to racket-users+unsubscr...@googlegroups.com.
> > > > > To view this discussion on the web visit
> > > > >
> > >
> https://groups.google.com/d/msgid/racket-users/20210704122648.hbztacmpzcjvc3hd%40topoi.pooq.com
> > > > > .
> > > > >
> > > >
> > > > --
> > > > You received this message because you are subscribed to the Google
> > > Groups "Racket Users" group.
> > > > To unsubscribe from this group and stop receiving emails from it,
> send
> > > an email to racket-users+unsubscr...@googlegroups.com.
> > > > To view this discussion on the web visit
> > >
> https://groups.google.com/d/msgid/racket-users/CAL3TdOP7m7MsbRw8MDjevLuB5z9TDDp_AZCL5suTQbNJb9dujQ%40mail.gmail.com
> > > .
> > >
>
> --
> You received this message because you are subscribed to the Google Groups
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to racket-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/racket-users/20210705160659.fbyng6drfono7cow%40topoi.pooq.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAL3TdOOOmZK0U8kDKeK0eaabD_D-2W2%3D1zUH9vSxwNHLrSgWmA%40mail.gmail.com.