Skip to content

customized theme for Rstudio inspired by the One Dark theme form Atom editor

Notifications You must be signed in to change notification settings

germaximus/Rstudio_OneDark_Theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rstudio OneDark Theme

Customized theme for Rstudio inspired by the One Dark theme form Atom editor. To use, Tools -> Global Options -> Appearance -> Add Editor Theme

Rstudio themes are based on the ACE editor synthax. Below is the reference to some fields:

The color of the selection. Includes the color of words selected by the double-clicking.

.ace_marker-layer .ace_selected-word {
  border: 1px solid ##abb2bf;
  background: #4e535c;
}

Controlls the line numeration field (color, background, etc.)

.ace_gutter {
  background: #282c34;
  color: #888E98;
}

About

customized theme for Rstudio inspired by the One Dark theme form Atom editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published