gadenbuie / rsthemes

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

Fairyfloss #5

Closed gadenbuie closed 5 years ago

gadenbuie commented 5 years ago

https://sailorhg.github.io/fairyfloss/

image

@bearloga would love to get your feedback! I don't use Sublime, so just went from your screenshot of rstats code to try to get the right feel. Also there are going to be differences in syntax highlighting in terms of the tokens that RStudio (Ace editor underneath) pick out. For example the red function parameter names are not possible (i.e. group =, etc.).

Quick install instructions:

devtools::install_github("gadenbuie/rsthemes@fairyfloss")
rsthemes::install_rsthemes(include_base16 = FALSE)
rstudioapi::applyTheme("Fairyfloss {rsthemes}")
gadenbuie commented 5 years ago

Screen Shot 2019-08-10 at 12 58 46 PM

bearloga commented 5 years ago

This is so lovely!!! Thank you!!!

sharlagelfand commented 5 years ago

i love this so much, thank you Garrick!!!

the only thing that looks a little off (that couldn't really be seen from the Sublime screenshot) is the default red used for printing NA in tibbles and changes in git diff etc:

Screen Shot 2019-08-11 at 12 08 40 PM Screen Shot 2019-08-11 at 12 09 08 PM

do you think you could change that to the same pinky-red used in namespace calls, e.g. in purrr:: above?

this is so 😭 🙏 , thank you!

gadenbuie commented 5 years ago

@sharlagelfand I modified the colors used by {crayon} so the first case is covered! Inside the terminal pane is a different story 😢

image

gadenbuie commented 5 years ago

I also "flattened" the theme and softened the contrast between foreground/background. I really like this theme now, but am open to suggestions/tweaks as we live with a bit more.

image