jdsimcoe / better-roam-research

Home Page:https://fabriziorinaldi.com/better-roam-research/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better Roam Research

This is a minimal theme for Roam Research, with system-level Dark Mode support. Preview below.

Got feedback? Say hi on Twitter.

How to use

  1. Inside Roam Research, create a page named exactly roam/css

  2. Create a [[Better Roam Research]] bullet point.

  3. Nest this code inside it: ```css @import url("https://linuz90.github.io/better-roam-research/src/css/main.css");```

It should look like this:

The theme will change when I push updates in this repo ⚡️

More extensive guide here.

Preview

Light:

When Dark Mode is enabled on your computer:

Editing this theme

The working SCSS file is here.

The compiled CSS file is here. This CSS can be used with Stylus.

Command to compile using SASS:

sass --sourcemap=none --no-cache --watch ./src/css/main.scss:./src/css/main.css

About

https://fabriziorinaldi.com/better-roam-research/


Languages

Language:CSS 98.5%Language:JavaScript 1.5%