Skip to content

Instantly share code, notes, and snippets.

View markbneal's full-sized avatar

Mark Neal markbneal

View GitHub Profile
@markbneal
markbneal / textmate_rainbow.rstheme
Created November 5, 2020 22:04
Here is a the default editor theme for Rstudio (textmate) that has been modified with the code for custom colours for rainbow parentheses (at the end)
/* rs-theme-name: Textmate Rainbow */
/* rs-theme-is-dark: FALSE */
.ace_gutter {
background: #f0f0f0;
color: #333;
}
.ace_print-margin {
width: 1px;
background: #e8e8e8;
}