-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Xterm system colors (0-15) are not adjusted in all custom themes #1959
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions. |
This is still an outstanding issue |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions. |
This is still an outstanding issue |
Verified on Tested several different themes and all looked at expected. |
These colors instead should be adjusted based on the theme, so the output matches what you get in other terminals with color theme (e.g. iTerm2) This screenshot is Solarized Light in iTerm2 (left) and RStudio (right). The difference is apparent particularly in the green and magenta colors.
It looks like the
.xtermColor
and.xtermBgColor
properties for numbers 0-15 were not adjusted for all the themes.e.g. the solorized colors
rstudio/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/themes/solarized_light.css
Lines 176 to 206 in 0d9d49a
are the same as the xcode colors
rstudio/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/themes/xcode.css
Lines 172 to 203 in b07f6cc
One theme where this does seem to have been adjusted is dracula
rstudio/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/themes/dracula.css
Lines 273 to 304 in b07f6cc
The text was updated successfully, but these errors were encountered: