README.md

gruvboxR

A gruvbox RStudio theme.

Attribution

This repo was forked from anthonynorth/rscodeio

Prerequisites

RStudio 1.2.x or higher.

Installation

Get the package:

remotes::install_github("tallguyjenks/gruvboxr")

gruvboxr modifies the theme of RStudio menus. These are not exposed by the current theming API and so this is achieved by modifying style sheets in the RStudio installation. To modify files in this area will likely require the installation to be run with administrator privileges. To do this:

From within RStudio running as administrator, run this command to install and apply the theme:

gruvboxr::install_theme()

And close RStudio. Reopen it in the normal way and the theme should be fully applied.

Once installed it can also be selected using the RStudio theme picker in the usual way.

For best results

Switching to another theme

gruvboxr modifies UI elements that are not part of standard theming. This means the RStudio file menus will remain dark even if you switch to another theme. To revert them, within an RStudio session run as administrator, use: gruvboxr::deactivate_menu_theme. Reactivate again with: gruvboxr::activate_menu_theme.



tallguyjenks/gruvboxr documentation built on Nov. 19, 2020, 7:18 p.m.