[racket-users] DrRacket Themes

2021-10-15 Thread Juan Carlos Olivo
Hello everyone,

I just wanted to post here that I uploaded a few dark themes for DrRacket 
in my Github:
jcolivo/DrRacket-themes: DrRacket-themes (github.com) 


I'm a relative newbie, and this is my first time uploading to Github. If I 
made any mistakes or if you have any suggestions, please let me know.

Take care!

-- 
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/822623de-7ea6-40ab-b2c0-37a15e6fca12n%40googlegroups.com.


[racket-users] Re: Question from a beginner. Why Racket Over Scheme?

2021-07-29 Thread Juan Carlos Olivo
Realm of Racket is a good beginner book. I love it, and is where I got my 
start from:
Realm of Racket | No Starch Press 


On Tuesday, July 13, 2021 at 9:13:38 AM UTC-5 italian...@gmail.com wrote:

> Hello,
>
> Im am looking at learning a programming language, and have been 
> bouncing around with scheme/racket/dyalog APL/squeak. upon investigation of 
> scheme and racket, i found that in regards to racket, there really isn't a 
> "Beginners book" that teaches the language. The only beginner book i could 
> really see being close to teaching the language is HtDP, but that doesn't 
> *technically* teach racket, but BSL. For scheme, im able to find beginner 
> books, unless im not looking deep enough. Maybe if you fine folk don't mind 
> pointing me in the right direction? Please excuse my ignorance.
>
> -- Joseph T
>
>

-- 
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/1a97ea09-1167-4bf6-9756-71cc93570233n%40googlegroups.com.


[racket-users] Re: Question from a beginner. Why Racket Over Scheme?

2021-07-27 Thread Juan Carlos Olivo
Realm of Racket is slightly old (2013), but very useful for a beginner. 
Realm of Racket [Book] (oreilly.com) 


On Tuesday, July 13, 2021 at 9:13:38 AM UTC-5 italian...@gmail.com wrote:

> Hello,
>
> Im am looking at learning a programming language, and have been 
> bouncing around with scheme/racket/dyalog APL/squeak. upon investigation of 
> scheme and racket, i found that in regards to racket, there really isn't a 
> "Beginners book" that teaches the language. The only beginner book i could 
> really see being close to teaching the language is HtDP, but that doesn't 
> *technically* teach racket, but BSL. For scheme, im able to find beginner 
> books, unless im not looking deep enough. Maybe if you fine folk don't mind 
> pointing me in the right direction? Please excuse my ignorance.
>
> -- Joseph T
>
>

-- 
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/8aada3fe-cad9-428f-a74b-242518e38b48n%40googlegroups.com.


Re: [racket-users] Racket v7.6

2020-02-14 Thread Juan Carlos Olivo
Thanks for the Valentine in the splash screen!

-- 
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/ffc0fb68-f6da-4be8-8feb-6db8a48cdd78%40googlegroups.com.


Re: [racket-users] DrRacket Dark Mode in Windows

2020-01-17 Thread Juan Carlos Olivo
Awesome! 
If there's anything I can do, please let me know.

--JCO

On Friday, January 17, 2020 at 7:12:32 AM UTC-6, Robby Findler wrote:
>
> (Sorry I seem to have missed some messages in this thread, but I see them 
> now. Thanks for the clarifications Sorawee!)
>
> It looks to me like like the lower, gui layer is communicating the fact 
> that we're in dark mode correctly to the framework and drracket layers but 
> it isn't actually using the dark mode colors. Specifically, 
> get-label-background-color returns a dark color but that doesn't seem to be 
> the color that gets used to draw. 
>
> Robby
>
>
>
> On Fri, Jan 17, 2020 at 6:27 AM Sorawee Porncharoenwase <
> sorawe...@gmail.com > wrote:
>
>> This StackOverflow answer looks relevant: 
>> https://stackoverflow.com/a/51336913/718349
>>
>> On Fri, Jan 17, 2020 at 4:12 AM Sorawee Porncharoenwase <
>> sorawe...@gmail.com > wrote:
>>
>>> OK. I use my friend's Windows 10 machine and I can replicate the 
>>> problem. Here's the screenshot:
>>>
>>> [image: Untitled.png]
>>>
>>> On Fri, Jan 17, 2020 at 3:49 AM Sorawee Porncharoenwase <
>>> sorawe...@gmail.com > wrote:
>>>
>>>> Which operating system do you use? And can you share a a screenshot?
>>>>>
>>>>
>>>> In my understanding, Juan Carlos Olivo and Shawn Shawn have exactly the 
>>>> same problem. They use Windows 10 and switched to dark theme at the OS 
>>>> level, but the DrRacket UI still has the light theme. For the screenshot, 
>>>> see the one in Shawn Shawn's email above.
>>>>  
>>>>
>>>>>
>>>>> Robby
>>>>>
>>>>> On Thu, Jan 16, 2020 at 10:13 PM Juan Carlos Olivo <
>>>>> jco...@sbcglobal.net > wrote:
>>>>>
>>>>>> "As I understand, you have no problem with the customization for 
>>>>>> editors, but have a problem with the customization for the general UI. 
>>>>>> Is 
>>>>>> that correct?"
>>>>>>
>>>>>> You are correct. Currently I have the editor with a dark theme 
>>>>>> (Spacemacs), but the DrRacket UI itself is light, even though I set it 
>>>>>> to 
>>>>>> "Dark" in Windows settings.
>>>>>>
>>>>>> Thank you for seeking clarification!
>>>>>>
>>>>>> --JCO
>>>>>>
>>>>>> On Wednesday, January 15, 2020 at 11:59:51 PM UTC-6, Sorawee 
>>>>>> Porncharoenwase wrote:
>>>>>>>
>>>>>>> I was reading in the release notes that DrRacket supports dark mode 
>>>>>>>> as of 7.5; however, I don't see this option in the DrRacket 
>>>>>>>> preferences. I 
>>>>>>>> also have "Dark" as the default color under the "Colors" section in 
>>>>>>>> Settings > Personalization > Colors. I am using the latest Windows 10. 
>>>>>>>
>>>>>>>
>>>>>>> Just to be clear. DrRacket supports theme customization *for the 
>>>>>>> editor* under the "Colors" tab long ago (and this is what Robby was 
>>>>>>> talking about in the above reply). If you want the editor to have a 
>>>>>>> dark 
>>>>>>> background, you should choose "white on black" theme, "Tol's White on 
>>>>>>> Black" theme, or install any additional theme (e.g., Spacemacs Dark) 
>>>>>>> via 
>>>>>>> the package manager.
>>>>>>>
>>>>>>> And then there's DrRacket's general UI. Its dark theme support was 
>>>>>>> added since Racket 7.5, and this depends on the customization at the OS 
>>>>>>> level. 
>>>>>>>
>>>>>>> Here are four possibilities:
>>>>>>>
>>>>>>> - Dark theme at the OS level and dark theme for the editor
>>>>>>>
>>>>>>> [image: Screen Shot 2020-01-15 at 21.37.05.png]
>>>>>>>
>>>>>>> - Dark theme at the OS level and light theme for the editor
>>>>>>>
>>>>>>> [image: Screen Shot 2020-01-15 at 21.45.54.png]
>>>>>>>  
>>>>>>> - Light theme at the OS level

Re: [racket-users] DrRacket Dark Mode in Windows

2020-01-16 Thread Juan Carlos Olivo
"As I understand, you have no problem with the customization for editors, 
but have a problem with the customization for the general UI. Is that 
correct?"

You are correct. Currently I have the editor with a dark theme (Spacemacs), 
but the DrRacket UI itself is light, even though I set it to "Dark" in 
Windows settings.

Thank you for seeking clarification!

--JCO

On Wednesday, January 15, 2020 at 11:59:51 PM UTC-6, Sorawee 
Porncharoenwase wrote:
>
> I was reading in the release notes that DrRacket supports dark mode as of 
>> 7.5; however, I don't see this option in the DrRacket preferences. I also 
>> have "Dark" as the default color under the "Colors" section in Settings > 
>> Personalization > Colors. I am using the latest Windows 10. 
>
>
> Just to be clear. DrRacket supports theme customization *for the editor* 
> under the "Colors" tab long ago (and this is what Robby was talking about 
> in the above reply). If you want the editor to have a dark background, you 
> should choose "white on black" theme, "Tol's White on Black" theme, or 
> install any additional theme (e.g., Spacemacs Dark) via the package manager.
>
> And then there's DrRacket's general UI. Its dark theme support was added 
> since Racket 7.5, and this depends on the customization at the OS level. 
>
> Here are four possibilities:
>
> - Dark theme at the OS level and dark theme for the editor
>
> [image: Screen Shot 2020-01-15 at 21.37.05.png]
>
> - Dark theme at the OS level and light theme for the editor
>
> [image: Screen Shot 2020-01-15 at 21.45.54.png]
>  
> - Light theme at the OS level and light theme for the editor
>
> [image: Screen Shot 2020-01-15 at 21.50.02.png]
>
> - Light theme at the OS level and dark theme for the editor
>
> [image: Screen Shot 2020-01-15 at 21.49.17.png]
>
> As I understand, you have no problem with the customization for editors, 
> but have a problem with the customization for the general UI. Is that 
> correct? I don't have Windows or Linux, so I don't know how DrRacket's 
> general UI looks like for them. But it works reasonably well in MacOS.
>
> On Wed, Jan 15, 2020 at 9:03 PM Hendrik Boom  > wrote:
>
>> On Wed, Jan 15, 2020 at 10:10:12PM -0600, Robby Findler wrote:
>> > Dark mode will be a lot better in the next release.
>>
>> I hope so.  I use drracket in dark mode on Linux.
>> The main panels have a proper black background, but some of the framing
>> has a white background, specifically
>>   the panel that says File Edit View Language, etc
>> and
>>   the panel that says Untitles ... Run Stop
>> on startup.
>>
>> > Probably one thing
>> > you have to do (in the current release) is open the preferences
>> > dialog, choose "colors" and then click the "white on black" button.
>> > The snapshot builds are here if you want to see the improvement since
>> > the last release: https://snapshot.racket-lang.org/
>> > 
>> > Rpbby
>> > 
>>
>> > >
>> > > Thank you!
>> > >
>> > > --JC
>> > >
>> > > --
>> > > 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...@googlegroups.com .
>> > > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/racket-users/e3a39d0a-f629-4179-a668-87e87f2a0118%40googlegroups.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...@googlegroups.com .
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/racket-users/CAL3TdOOxxtr81Cxw-XCq-HqMLDx2SF7OZnzUpUuXcodUONHwZA%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...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/racket-users/20200116050330.zwk5h2mghmgq42ce%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/469452d6-2874-4933-b9bc-3b3b9c84af7a%40googlegroups.com.


[racket-users] DrRacket Dark Mode in Windows

2020-01-15 Thread Juan Carlos Olivo
Hello everyone, 

I was reading in the release notes that DrRacket supports dark mode as of 
7.5; however, I don't see this option in the DrRacket preferences. I also 
have "Dark" as the default color under the "Colors" section in Settings > 
Personalization > Colors. I am using the latest Windows 10. 

I was wondering if I am missing something or doing something wrong? 

Thank you!

--JC

-- 
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/e3a39d0a-f629-4179-a668-87e87f2a0118%40googlegroups.com.


[racket-users] Re: Racket News - Issue 5

2019-04-04 Thread Juan Carlos Olivo
Thanks Paulo, I like seeing these additional resources regarding Racket and 
computer science, as I'm at an intermediate level on both. 

On Monday, April 1, 2019 at 4:05:27 PM UTC-5, Paulo Matos wrote:
>
> Issue 5 is here. 
>
> https://racket-news.com/2019/04/racket-news-issue-5.html 
>
> Come on - make a strong espresso today. You know you deserve it! 
> -- 
> Paulo Matos 
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


[racket-users] Re: Racket News - Issue 4

2019-03-17 Thread Juan Carlos Olivo
This is awesome! Thank you

>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.