No description
Find a file
2026-06-18 11:44:35 +09:00
agate_screenshot.png Add files via upload 2024-07-04 16:36:32 +09:00
img-00.png images for readme.md 2024-07-04 16:56:09 +09:00
img-01.png images for readme.md 2024-07-04 16:56:09 +09:00
img-02.png images for readme.md 2024-07-04 16:56:09 +09:00
img-03.png images for readme.md 2024-07-04 16:56:09 +09:00
img-04.png images for readme.md 2024-07-04 16:56:09 +09:00
LICENSE Add files via upload 2024-07-04 15:50:37 +09:00
manifest.json Add files via upload 2024-07-04 15:50:37 +09:00
package.json Add files via upload 2024-07-04 15:50:37 +09:00
README.md Update README.md 2026-06-18 11:44:35 +09:00
theme.css iframe 2024-07-26 23:02:46 +09:00
version-bump.mjs Add files via upload 2024-07-04 15:50:37 +09:00
versions.json Add files via upload 2024-07-04 15:50:37 +09:00

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