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.
- Host: GitHub
- URL: https://github.com/mrowa44/roam-mono
- Owner: mrowa44
- Created: 2021-04-02T14:57:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T16:15:27.000Z (about 5 years ago)
- Last Synced: 2025-01-30T01:28:05.311Z (over 1 year ago)
- Topics: roam-research, roamresearch
- Language: CSS
- Homepage:
- Size: 1.63 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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

- roam-mono-light

- roam-mono-dark
