-
Notifications
You must be signed in to change notification settings - Fork 9
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
Colour issues with pop-ups #12
Comments
I have submitted a pull request that fixes some of those issues. The package update is one of them. The rmarkdown pop-up I'll have to look into later on. Sadly it seems that development here is a little stale, feel free to try my fork: https://github.com/MarcioFCMartins/rstudio |
Thanks for responding and pointing me to your fork which fixes a few other issues. I will keep an eye out for your fix to the rmarkdown popup. |
Thanks that seems to work. |
Hi, awesome work. I really appreciated your version. but there is still a minor bug, pls take a look at the image below |
I think I fixed this issue this afternoon. But honestly the table rows act
up pretty often. Hopefully it's fixed for now.
A quarta, 12/04/2023, 14:45, jlxAtNovozymes ***@***.***>
escreveu:
… I have submitted a pull request that fixes some of those issues. The
package update is one of them. The rmarkdown pop-up I'll have to look into
later on.
Sadly it seems that development here is a little stale, feel free to try
my fork: https://github.com/MarcioFCMartins/rstudio
Hi, awesome work. I really appreciated your version. but there is still a
minor bug, pls take a look at the image below
[image: image]
<https://user-images.githubusercontent.com/90908083/231477272-57795ddd-d537-4b25-8204-3d14d16466d6.png>
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKR7THTEZ7UQ25FHDFGIV3XA2WYPANCNFSM5VAWJSVQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, Martins. a big thanks, we've pulled the latest version and it works. a small small suggestion below: text color issue in popping up windows just below menu bar, haha |
I tried fixing that pop-up but I can't figure out a way to identify the CSS selector for it. I tried using breakpoints to pause the animation, but can't make it work. Looks like it will stay that way for now. On another note, I am trying a slightly modified version of the theme with (slightly) increased UI contrast. I like it better and would like another opinion, feel free to check it out: https://github.com/MarcioFCMartins/rstudio/tree/more-contrast |
Hi, it's better now, thanks |
Hi, I pull your latest version, but I spot 2 minor problems the second one is that when you hover over "white" item, that row of item you hover will be poped up |
Hi, I guess the "poped up" problem may have something with event listener, when I remove the one below, it works |
Are you sure you are using the latest version? The header of the package updater should look a little different In my end the package updater looks fine running Rstudio 2023.03.0, but I added the class shown in your screenshot to hopefully fix it for you too. |
Hi, Marcio, I pulled again, it works, haha, thanks a lot for your contribution, it's amazing |
I see what you mean, but I find the colors in that bar to be very similar (it probably depends on your monitors), which makes seeing where the scrollbar is very hard. I think I'll change the colors to something more consistent with the rest of the theme, but with increased contrast. |
For the windws (i.e. the options, which you screenshoted) you have to play
around with the classes `.rstudio-themes-flat *::-webkit-scrollbar-track`,
`.rstudio-themes-flat *::-webkit-scrollbar-thumb` and `.rstudio-themes-flat
*::-webkit-scrollbar-thumb:hover`.
For the pane scrollbars it's `.rstudio-themes-flat ::-webkit-scrollbar`,
`.rstudio-themes-flat *::-webkit-scrollbar-thumb` and `.rstudio-themes-flat
*::-webkit-scrollbar-thumb:hover`.
What you want is to change the background color of these elements to be
more similar. I'll be avoiding that direction, but if you like it go for it.
…On Thu, 27 Apr 2023 at 13:52, jlxAtNovozymes ***@***.***> wrote:
I see what you mean, but I find the colors in that bar to be very similar
(it probably depends on your monitors), which makes seeing where the
scrollbar is very hard.
I think I'll change the colors to something more consistent with the rest
of the theme, but with increased contrast.
haha, I guess you are a perfectionist, thanks a lot. if you can find a
more consistent color, that will be perfect. what I like is transparent,
haha, could you do me a favor to tell me how to make scroll bar in panes
look like below (transparent and without big ocntrast):
[image: image]
<https://user-images.githubusercontent.com/90908083/234867412-8587a065-a930-4a29-881f-7707c6340da3.png>
—
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKR7TGMQFAOWQIG3IZ5H7TXDJTX7ANCNFSM5VAWJSVQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hi, I have noticed an issue with the text and background of some popups.
Some examples shown here:
(second picture shows pop-up in Rmarkdown of results when you run inline R, mean(cars$speed in this case).
I have tried tweaking colors in the .rstheme file I have but nothing seems to stick.
The text was updated successfully, but these errors were encountered: