Skip to content

zfaizal2/better-roam-research

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");``` This is for the original theme, to use my version with minor changes, simply copy and paste the main.css file.

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 98.5%
  • JavaScript 1.5%