Midnight Slate — a dark theme with color tags #5803
buridanov
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I wanted to share a custom CSS theme I made for Memos called Midnight Slate. It’s a muted dark theme inspired by the Obsidian Minimal theme.
Tested on Memos v0.28.0.
Updates:
Current state
Base theme
Paste the script into:
Settings → System → Additional style
Color Tags
Paste the script into:
Settings → System → Additional script
You can change the colors here:
const START = [90, 110, 156];
const END = [175, 100, 111];
const DARKEN_FACTOR = 0.72;
START = first tag color, END = last tag color, DARKEN_FACTOR = hover darkness.
Beta Was this translation helpful? Give feedback.
All reactions