No description
Find a file
2026-06-23 08:13:41 +07:00
.gitignore Initial AwareAI Obsidian theme 2026-06-22 22:22:23 +07:00
LICENSE Add MIT license 2026-06-22 22:25:42 +07:00
manifest.json Restore screenshot.png for community listing; bump to 1.0.3 2026-06-23 08:13:41 +07:00
README.md Restore screenshot.png for community listing; bump to 1.0.3 2026-06-23 08:13:41 +07:00
screenshot.png Restore screenshot.png for community listing; bump to 1.0.3 2026-06-23 08:13:41 +07:00
theme.css Add dot-grid and red/navy orb ambient texture (dark) 2026-06-22 23:00:01 +07:00

AwareAI — Obsidian theme

A dark-first Obsidian theme from AwareAI: deep navy surfaces, an AwareAI-red accent, and the "Signal" accent palette for callouts, tags, and syntax. A light variant keeps the red accent over warm off-white.

AwareAI theme screenshot

Install (manual)

  1. In your vault, create the folder .obsidian/themes/AwareAI/.
  2. Copy manifest.json and theme.css into it.
  3. In Obsidian: Settings → Appearance → Themes → select AwareAI.
  4. Toggle Settings → Appearance → Base color scheme between Dark (canonical) and Light.

Fonts

The theme uses Plus Jakarta Sans for text and JetBrains Mono for code when installed, falling back to system fonts otherwise. To bundle Plus Jakarta Sans, drop its .ttf files into a fonts/ folder beside theme.css and uncomment the @font-face block at the top of theme.css.

Token mapping

AwareAI token Obsidian role
--bg #020C1B --background-primary (dark)
--surface #0A1628 --background-secondary
--border #162342 --background-modifier-border
--fg-secondary #94AABF --text-muted
--fg-primary #EEF2FF --text-normal
--aware-red #C4261F --interactive-accent / --text-accent
Signal green/blue/purple/yellow/red --color-green / -blue / -purple / -yellow / -red