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

https://github.com/mrowa44/roam-mono

Simple Roam Research monochrome dark mode theme.
https://github.com/mrowa44/roam-mono

roam-research roamresearch

Last synced: 11 months ago
JSON representation

Simple Roam Research monochrome dark mode theme.

Awesome Lists containing this project

README

          

# Roam Mono

It makes [Roam Research](https://roamresearch.com) dark in system dark mode.

Optionally, it can make it B&W.

# How to use

1. Create a [[roam/css]] page.
2. Add a [[Roam Mono]] bullet point.
3. Create a css child code block.
4. Paste into the block (depending what you want):
```css
@import url("https://mrowa44.github.io/roam-mono/roam-dark.css"); /* Just dark in dark mode */
@import url("https://mrowa44.github.io/roam-mono/roam-mono-light.css"); /* B&W in light mode */
@import url("https://mrowa44.github.io/roam-mono/roam-mono-dark.css"); /* B&W in dark mode */
```

# Preview

- roam-dark
![](/assets/roam-dark.png)

- roam-mono-light
![](/assets/roam-mono-light.png)

- roam-mono-dark
![](/assets/roam-mono-dark.png)