gadenbuie / rsthemes

🔮 Full RStudio IDE and Syntax Themes
https://www.garrickadenbuie.com/project/rsthemes/
Other
593 stars 44 forks source link

Inactive tab text color is too dim for base16 light themes #92

Closed rossellhayes closed 2 years ago

rossellhayes commented 2 years ago

The inactive tab foreground and background colors are very close for base16 themes, making it very hard to read the text:

Screen Shot 2022-08-12 at 2 56 23 PM

base16-light-template.scss uses $base02 for $ui_rstudio_tabs_inactive_background and $base03 for $ui_rstudio_tabs_inactive_foreground. For comparison, base16-dark-template.scss uses $base01 and $base04, creating much more contrast.

Switching the inactive tab colors to $base02 and $base06 creates much more readable tabs, like so:

Screen Shot 2022-08-12 at 2 55 24 PM