-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Color Scheme: what are these modifiable settings? #432
Comments
On Thu, Oct 29, 2020 at 7:43 AM Draculah ***@***.***> wrote:
I have created a simple dracula color scheme package
<https://github.com/Draculah/drracket-dracula>, which is semi complete; I
only can't find what these settings are:
(drracket:syncheck:untacked ,unknown)
If you open a file in #lang racket with a definition in it then this should
be the color of the arrow between the definition and the use.
(framework:disabled-background-color ,unknown)
Not sure about this one.
(stepper:arrow-color ,unknown)
(stepper:error-color ,unknown)
(stepper:redex-highlight-color ,unknown)
(stepper:reduct-highlight-color ,unknown)
In the teaching languages there is a stepper button. That opens a window
that uses these colors.
(framework:line-numbers-current-line-number-background ,unknown)
(framework:line-numbers-current-line-number-foreground ,unknown)
In the view menu there is a "show line numbers" menu item. Turn that on and
then the line that has the insertion point has different colors than the
others. Those should control that.
I was wondering whether there is some documentation that describes these
settings, and if it's possible that these changes are simply not visible on
windows, while they are at other OS?
There isn't docs beyond the names themselves sadly. :(
I tried giving them a color (unknown) that was very easy to find, but
… wasn't able to see it's usage. Not a big deal if it's not included, but if
it's possible, I would like to add extra line-number settings, but I'm
not able to.
I honestly don't know how to add tags, but this should be a question, I
suppose.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#432>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADBNMC4YPKORNVKJXFEESTSNFPQFANCNFSM4TDVXBDA>
.
|
Thank you for the quick reply; I think I shall try the remaining settings with what you gave me. There is only the line-numbers: I already have them shown, of course :-) If I understand correctly, the To give extra details:
P.S.: how do I add the |
I don't know about the question tag! Maybe @samth does. Looking at the source code and the docs it seems like that blue color takes priority because it is the selection color. If you change that (via the OS) do you see changes? That shade of blue looks familiar as the default text selection color on windows. |
:o Hm, I thought I could help out so you guys didn't have to label them anymore. Guess I shall not mention I changed the selection color to green as described here, and indeed, the indicator for the insertion line became green as well. Does this mean I can't modify those two |
I suppose it could make sense to make a pull request to change the way things work. If we did that, probably we'd have to be careful to preserve backwards compatibility. |
I'd love to help out, but I'm only a student with very basic scheme experience ( Thanks for investigating it anyway! |
Yeah, the lack of a dark mode in windows is annoying! The problem seems to be that the OS is not cooperating (i.e., everything except what windows itself draws can be made into dark mode, but the OS is drawing things like menus and buttons) |
Unfortunately you can't change tags unless you can commit to the repo. |
@samth ah, right. Should I close this issue now, or wait for someone to find out what's the @rfindler so it is something that should be changed to the racket/gui? |
I have created a simple dracula color scheme package, which is semi complete; I only can't find what these settings are:
I was wondering whether there is some documentation that describes these settings, and if it's possible that these changes are simply not visible on windows, while they are at other OS?
I tried giving them a color (
unknown
) that was very easy to find, but wasn't able to see it's usage. Not a big deal if it's not included, but if it's possible, I would like to add extraline-number
settings, but I'm not able to.I honestly don't know how to add tags, but this should be a
question
, I suppose.The text was updated successfully, but these errors were encountered: