Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/batpigandme/night-owlish

๐ŸŒ™๐Ÿฆ‰ An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code themeโ€ฆ
https://github.com/batpigandme/night-owlish

dark-theme rstheme rstudio-theme syntax-highlighting theme

Last synced: 27 days ago
JSON representation

๐ŸŒ™๐Ÿฆ‰ An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code themeโ€ฆ

Awesome Lists containing this project

README

        

# Night Owlish ๐ŸŒ™๐Ÿฆ‰

A tmTheme, Ace editor, and rstheme adaptationโ€  of [@sdras](https://github.com/sdras/)' [Night Owl VS Code theme](https://github.com/sdras/night-owl-vscode-theme)โ€ฆ

* Theme for [Ace](https://github.com/ajaxorg/ace) editor generated using `.tmtheme` import instructions found [here](https://github.com/ajaxorg/ace/wiki/Importing-.tmtheme-and-.tmlanguage-Files-into-Ace) (plus some manual modifications to [`.css`](https://github.com/batpigandme/night-owlish/blob/master/aceTheme/night_owl.css) file).

* Theme for [RStudio](https://www.rstudio.com/) IDE generated using the theme importer in [RStudio preview](https://www.rstudio.com/products/rstudio/download/preview/) and [daily](https://dailies.rstudio.com/) builds, with modifications to [`.rstheme`](https://github.com/batpigandme/night-owlish/blob/master/rstheme/night-owlish.rstheme) file.

### Night owlish in RStudio ๐ŸŒŒ

![](https://i.imgur.com/KCW7dRa.png)

#### Syntax highlighting in R

![night owlish R syntax highlighting](https://raw.githubusercontent.com/batpigandme/night-owlish/master/img/night-owlish-r-script.png)

#### Syntax highlight in RMarkdown

![night-owlish syntax highlighting in RMarkdown](https://raw.githubusercontent.com/batpigandme/night-owlish/master/img/night-owlish-rmd-screenshot.png)

## Installation notes

If you have RStudio โ‰ฅ 1.2, you can directly import the [`.rstheme`](https://github.com/batpigandme/night-owlish/blob/master/rstheme/night-owlish.rstheme) file in the RStudio IDE!

See [RStudio IDE Custom Theme Support](https://blog.rstudio.com/2018/10/29/rstudio-ide-custom-theme-support/) for a pictorial step-by-step, or [Creating Custom Themes for RStudio](https://rstudio.github.io/rstudio-extensions/rstudio-theme-creation.html#sharing-a-theme) if you want to learn more.

You can also download and apply the theme programmatically by running:
```r
rstudioapi::addTheme("https://raw.githubusercontent.com/batpigandme/night-owlish/master/rstheme/night-owlish.rstheme", apply = TRUE)
```

To install, but _not_ apply the theme, just switch the `apply` argument to `FALSE`.

๐ŸŒŒ Enjoy

โ€  _Full disclosure: I don't actually use TextMate โ€” this was but a means to an end, as RStudio (which uses Ace) allows you to import tmThemes. If it looks terrible, and you have fixes please submit a PR!_ ๐Ÿ™