Commit

Author:

Hash:

Timestamp:

+7 -0 +/-3 browse

Kevin Schoon [me@kevinschoon.com]

8e398c787e066574893846954eb6684a536eefc3

Wed, 12 Nov 2025 17:40:02 +0000 (3 weeks ago)

improve dag contrast
1diff --git a/ayllu/themes/colorize.css b/ayllu/themes/colorize.css
2index 4638631..f97e0c4 100644
3--- a/ayllu/themes/colorize.css
4+++ b/ayllu/themes/colorize.css
5 @@ -95,6 +95,10 @@ section#commit-summary>section>pre {
6 background-color: var(--ayllu-background-tertiary);
7 }
8
9+ #dag {
10+ background-color: var(--ayllu-dag-background);
11+ }
12+
13 .positive {
14 text-decoration-color: var(--ayllu-positive);
15 }
16 diff --git a/ayllu/themes/nord.css b/ayllu/themes/nord.css
17index 467e5aa..438c743 100644
18--- a/ayllu/themes/nord.css
19+++ b/ayllu/themes/nord.css
20 @@ -89,6 +89,7 @@
21 --ayllu-section-header-border: var(--nord6);
22 --ayllu-background-secondary: var(--nord2);
23 --ayllu-background-tertiary: var(--nord3);
24+ --ayllu-dag-background: var(--nord4);
25
26 --ayllu-infobar-border: var(--nord4);
27
28 diff --git a/ayllu/themes/rose-pine.css b/ayllu/themes/rose-pine.css
29index d1ac04d..62b32c4 100644
30--- a/ayllu/themes/rose-pine.css
31+++ b/ayllu/themes/rose-pine.css
32 @@ -56,6 +56,7 @@ https://rosepinetheme.com/palette/ingredients/
33 --ayllu-control-panel-background: var(--rp-dawn-overlay);
34 --ayllu-selectable-text-background-badge: var(--rp-dawn-highlight-med);
35 --ayllu-code-viewer-background: var(--rp-dawn-surface);
36+ --ayllu-dag-background: var(--rp-dawn-overlay);
37 --ts-removal: var(--rp-dawn-love);
38 --ts-addition: var(--rp-dawn-foam);
39
40 @@ -80,6 +81,7 @@ https://rosepinetheme.com/palette/ingredients/
41 --ayllu-control-panel-background: var(--rp-overlay);
42 --ayllu-selectable-text-background-badge: var(--rp-highlight-med);
43 --ayllu-code-viewer-background: var(--rp-surface);
44+ --ayllu-dag-background: var(--rp-muted);
45 --ts-removal: var(--rp-love);
46 --ts-addition: var(--rp-foam);
47 }