Skip to content

Commit 762b8b7

Browse files
committed
docs(site): set flexoki accent colors (orange for obsigna, green for spec)
Give each site a distinct accent within the shared flexoki theme: obsigna.dev uses orange, the spec site uses green.
1 parent a8b77a2 commit 762b8b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

site-obsigna/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default defineConfig({
1818
starlight({
1919
title: "Obsigna",
2020
tagline: "Tooling for the Agent Receipts protocol",
21-
plugins: [starlightThemeFlexoki()],
21+
plugins: [starlightThemeFlexoki({ accentColor: "orange" })],
2222
head: [
2323
{
2424
tag: "link",

site/astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
starlight({
2424
title: "Agent Receipts",
2525
tagline: "Cryptographically signed audit trails for AI agent actions",
26-
plugins: [starlightThemeFlexoki()],
26+
plugins: [starlightThemeFlexoki({ accentColor: "green" })],
2727
head: [
2828
{
2929
tag: "link",

0 commit comments

Comments
 (0)