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: 4 months ago
JSON representation
🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme…
- Host: GitHub
- URL: https://github.com/batpigandme/night-owlish
- Owner: batpigandme
- License: mit
- Created: 2018-08-06T13:06:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T13:10:25.000Z (about 3 years ago)
- Last Synced: 2024-12-19T04:06:30.760Z (5 months ago)
- Topics: dark-theme, rstheme, rstudio-theme, syntax-highlighting, theme
- Language: CSS
- Homepage:
- Size: 415 KB
- Stars: 157
- Watchers: 4
- Forks: 60
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - batpigandme/night-owlish - 🌙🦉 An RStudio, tmThemes, and Ace editor adaptation of @sdras' Night Owl VS Code theme… (CSS)
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 🌌

#### Syntax highlighting in R

#### Syntax highlight in RMarkdown

## 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!_ 🙏