No description
Find a file
John Cattrall e095966149 Fix transparent Settings modal; scope ambient bg to main editor only
The global --background-primary: transparent leaked into modals, popovers
and menus (Settings showed through). Scope editor transparency to
.workspace-split.mod-root instead. Refresh screenshot.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 23:15:32 +07:00
screenshot Fix transparent Settings modal; scope ambient bg to main editor only 2026-06-22 23:15:32 +07:00
.gitignore Remove committed .DS_Store; add .gitignore 2026-06-22 22:40:11 +07:00
LICENSE Initial commit: Lapfly Obsidian theme (dark + light) 2026-06-22 22:25:23 +07:00
manifest.json Use brand lime for main headers; point authorUrl to lapfly.com 2026-06-22 22:36:07 +07:00
README.md Update screenshot (orbs + dot grid); show it in README 2026-06-22 23:02:50 +07:00
theme.css Fix transparent Settings modal; scope ambient bg to main editor only 2026-06-22 23:15:32 +07:00

Lapfly

An Obsidian theme based on the lapfly.com colour scheme: a GitHub-dark foundation with a signature electric-blue accent and a racing-lime pop. Ships dark and light modes.

Lapfly theme screenshot

Palette

Role Dark Light
Canvas #080c14 #ffffff
Editor bg #0d1117 #f6f8fa
Surface #161b22 #eaeef2
Borders #30363d #afb8c1
Normal text #e6edf3 #1f2328
Muted text #8b949e #57606a
Primary accent #58a6ff #0969da
Racing lime #b8ff00 #b8ff00

The lime appears as small "speed line" touches: the active-tab indicator, checked task boxes, blockquote rules, and link-hover underlines.

Install

Manual

  1. Create a folder Lapfly in your vault's .obsidian/themes/ directory.
  2. Copy manifest.json and theme.css into it.
  3. In Obsidian: Settings → Appearance → Themes → Manage and select Lapfly.

Develop

theme.css overrides Obsidian's base colour scale (--color-base-00--color-base-100), the brand colour hues (--color-red, --color-blue, …), and the HSL accent (--accent-h/s/l) per .theme-dark / .theme-light, then adds a handful of component refinements at the bottom.

License

MIT — see LICENSE.