mirror of
https://github.com/solm0/Agate.git
synced 2026-07-22 03:50:29 +00:00
No description
| agate_screenshot.png | ||
| img-00.png | ||
| img-01.png | ||
| img-02.png | ||
| img-03.png | ||
| img-04.png | ||
| LICENSE | ||
| manifest.json | ||
| package.json | ||
| README.md | ||
| theme.css | ||
| version-bump.mjs | ||
| versions.json | ||
Agate
Please turn on Settings > Appearance > Translucent window and restart Obsidian. This theme only supports Light Mode.
-
This is a minimal theme that creates various atmospheres using the overlapping effect of transparent layers.

-
I focused extensively on typography to ensure smooth readability.

Adjust Color
- You can adjust the accent and background colors using this CSS snippet.
body {
/* change accent color */
--accent-color: 55, 0, 255;
/* change background color */
--light-color: 170, 170, 170;
--light-alpha-color: 0;
}
- examples
