Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

changing the function color in theme rstudio 1.2

Tags:

rstudio

I downloaded the latest version of Rstudio to be able to customize theme.

I followed this tuto to install the panda theme : https://towardsdatascience.com/customize-your-rstudio-theme-914cca8b04b1

The theme should look like this :

enter image description here

It worked but there is an issues : the functions didn't get the pink color :

enter image description here

Everything else is ok, but I have no way to get colored function. Can you help me find out the reason ?

Sorry I couldn't post image in the post because I'm new to stackoverflow.

like image 881
Haezer Avatar asked Oct 18 '25 08:10

Haezer


1 Answers

Go to Tools > Global Options > Code > Display and check the "Highlight R function calls" box.enter image description here

I was looking for the same answer too! And I hate myself for not knowing there's such option after all these years!

like image 111
Ben Toh Avatar answered Oct 21 '25 13:10

Ben Toh