mrowa44 / roam-mono

Simple Roam Research monochrome dark mode theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roam Mono

It makes Roam Research 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):
@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

  • roam-mono-light

  • roam-mono-dark

About

Simple Roam Research monochrome dark mode theme.


Languages

Language:CSS 100.0%