From 64ffabb1ffc19bf1abcc5636070ae9f336aa4f48 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Thu, 28 May 2026 19:18:19 +0000
Subject: [PATCH] =gitblit switch
---
theme.json | 200 +++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 165 insertions(+), 35 deletions(-)
diff --git a/theme.json b/theme.json
index 6080e3b..1a6f739 100644
--- a/theme.json
+++ b/theme.json
@@ -8,49 +8,139 @@
"wideSize": "1100px"
},
"color": {
+ "duotone": [
+ {
+ "slug": "base",
+ "name": "Base",
+ "colors": ["#1a1312", "#fcfbfb"]
+ },
+ {
+ "slug": "action",
+ "name": "Action",
+ "colors": [
+ "oklch(from #fcfbfb .18 .02 h)",
+ "oklch(from #AD5B4B .72 .28 h)"
+ ]
+ },
+ {
+ "slug": "action-complement",
+ "name": "Action Complementary",
+ "colors": [
+ "oklch(from #AD5B4B .22 .08 calc(h + 180))",
+ "oklch(from #AD5B4B .8 .26 h)"
+ ]
+ },
+ {
+ "slug": "action-triadic",
+ "name": "Action Triadic",
+ "colors": [
+ "oklch(from #AD5B4B .24 .1 calc(h + 120))",
+ "oklch(from #AD5B4B .82 .2 calc(h - 120))"
+ ]
+ },
+ {
+ "slug": "action-monochrome",
+ "name": "Action Monochrome",
+ "colors": [
+ "oklch(from #AD5B4B .3 .04 h)",
+ "oklch(from #AD5B4B .88 .08 h)"
+ ]
+ },
+ {
+ "slug": "action-film",
+ "name": "Action Film",
+ "colors": [
+ "oklch(from #AD5B4B .35 .1 h)",
+ "oklch(from #1a1312 .96 .02 h)"
+ ]
+ },
+ {
+ "slug": "secondary",
+ "name": "Secondary",
+ "colors": [
+ "oklch(from #fcfbfb .18 .02 h)",
+ "oklch(from #DA993F .72 .28 h)"
+ ]
+ },
+ {
+ "slug": "secondary-complement",
+ "name": "Secondary Complementary",
+ "colors": [
+ "oklch(from #DA993F .22 .08 calc(h + 180))",
+ "oklch(from #DA993F .8 .26 h)"
+ ]
+ },
+ {
+ "slug": "secondary-triadic",
+ "name": "Secondary Triadic",
+ "colors": [
+ "oklch(from #DA993F .24 .1 calc(h + 120))",
+ "oklch(from #DA993F .82 .2 calc(h - 120))"
+ ]
+ },
+ {
+ "slug": "secondary-monochrome",
+ "name": "Secondary Monochrome",
+ "colors": [
+ "oklch(from #DA993F .3 .04 h)",
+ "oklch(from #DA993F .88 .08 h)"
+ ]
+ },
+ {
+ "slug": "secondary-film",
+ "name": "Secondary Film",
+ "colors": [
+ "oklch(from #DA993F .35 .1 h)",
+ "oklch(from #1a1312 .96 .02 h)"
+ ]
+ }
+ ],
+ "customDuotone": false,
+
+
"defaultGradients": false,
"palette": [
{
- "slug": "contrast",
- "color": "#241b1a",
- "name": "Darkest"
- },
- {
- "slug": "contrast-50",
- "color": "#2c2220",
- "name": "Darker"
- },
- {
- "slug": "contrast-100",
- "color": "#352927",
+ "slug": "dark-0",
+ "color": "#1a1312",
"name": "Dark"
},
{
- "slug": "contrast-200",
- "color": "#3e2f2d",
- "name": "Dark"
+ "slug": "dark-50",
+ "color": "#291e1c",
+ "name": "Dark 50"
},
{
- "slug": "base",
- "color": "#fdfcfc",
- "name": "Lightest"
+ "slug": "dark-100",
+ "color": "#382927",
+ "name": "Dark 100"
},
{
- "slug": "base-50",
- "color": "#f7f4f3",
- "name": "Lighterer"
+ "slug": "dark-200",
+ "color": "#473431",
+ "name": "Dark 200"
},
{
- "slug": "base-100",
- "color": "#f0ebea",
- "name": "Lighter"
- },
- {
- "slug": "base-200",
- "color": "#eae3e2",
+ "slug": "light-0",
+ "color": "#fcfbfb",
"name": "Light"
},
{
+ "slug": "light-50",
+ "color": "#f1ecec",
+ "name": "Light 50"
+ },
+ {
+ "slug": "light-100",
+ "color": "#e6dede",
+ "name": "Light 100"
+ },
+ {
+ "slug": "light-200",
+ "color": "#dbcfcf",
+ "name": "Light 200"
+ },
+ {
"slug": "action-0",
"color": "#AD5B4B",
"name": "Action"
@@ -58,17 +148,37 @@
{
"slug": "action-50",
"color": "#b7695a",
- "name": "Action Light"
+ "name": "Action 50"
},
{
"slug": "action-100",
"color": "#bf796c",
- "name": "Action Lighter"
+ "name": "Action 100"
},
{
"slug": "action-200",
"color": "#c78a7e",
- "name": "Action Lightest"
+ "name": "Action 200"
+ },
+ {
+ "slug": "action-comp",
+ "color": "oklch(from #AD5B4B l c calc(h + 180))",
+ "name": "Action Complement"
+ },
+ {
+ "slug": "action-tri",
+ "color": "oklch(from #AD5B4B .82 .2 calc(h - 120))",
+ "name": "Action Triadic"
+ },
+ {
+ "slug": "action-tri-alt",
+ "color": "oklch(from #AD5B4B .82 .2 calc(h + 120))",
+ "name": "Action Triadic Alt"
+ },
+ {
+ "slug": "action-mono",
+ "color": "oklch(from #AD5B4B .3 .04 h)",
+ "name": "Action Monochrome"
},
{
"slug": "secondary-0",
@@ -78,19 +188,39 @@
{
"slug": "secondary-50",
"color": "#dea454",
- "name": "Secondary Light"
+ "name": "Secondary 50"
},
{
"slug": "secondary-100",
"color": "#e2b06a",
- "name": "Secondary Lighter"
+ "name": "Secondary 100"
},
{
"slug": "secondary-200",
"color": "#e6bb7f",
- "name": "Secondary Lightest"
- }
+ "name": "Secondary 200"
+ },
+ {
+ "slug": "secondary-comp",
+ "color": "oklch(from #DA993F l c calc(h + 180))",
+ "name": "Secondary Complement"
+ },
+ {
+ "slug": "secondary-tri",
+ "color": "oklch(from #DA993F .82 .2 calc(h - 120))",
+ "name": "Secondary Triadic"
+ },
+ {
+ "slug": "secondary-tri-alt",
+ "color": "oklch(from #DA993F .82 .2 calc(h + 120))",
+ "name": "Secondary Triadic Alt"
+ },
+ {
+ "slug": "secondary-mono",
+ "color": "oklch(from #DA993F .3 c h)",
+ "name": "Secondary Monochrome"
+ }
]
}
}
--
Gitblit v1.10.0