Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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โฆ
- 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 (almost 3 years ago)
- Last Synced: 2024-11-07T22:42:58.199Z (about 1 month ago)
- Topics: dark-theme, rstheme, rstudio-theme, syntax-highlighting, theme
- Language: CSS
- Homepage:
- Size: 415 KB
- Stars: 155
- Watchers: 4
- Forks: 59
- 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 ๐
![](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!_ ๐