patrickshox / Mojave-Dark-RStudio-Theme

A Total-IDE Dark RStudio Theme inspired by Apple's dark aestheticcc.
MIT License
250 stars 24 forks source link

rstudioapi::getThemeInfo() #6

Closed pat-s closed 5 years ago

pat-s commented 5 years ago

returns

rstudioapi::getThemeInfo()
$editor
[1] "Textmate (default)"

$global
[1] "Classic"

$dark
[1] FALSE

$foreground
[1] "rgb(248, 248, 242)"

$background
[1] "rgb(41, 42, 48)"

which makes it hard to apply automatic theme switching, especially because dark = FALSE.

Thanks for the theme!

patrickshox commented 5 years ago

Hmm. I'm not sure I understand the issue. It seems you're using the default editor, yet you're fg & bg colors are from Mojave Dark. Also, when I run getThemeInfo, I get something different.

Screen Shot 2019-09-28 at 10 35 02 AM
pat-s commented 5 years ago

I'm on v1.3.449, haven't yet checked with stable.

patrickshox commented 5 years ago

Okay. I'll close the issue then and I can always reopen it if it becomes an issue in stable RStudio.