Skip to content

Commit 979564c

Browse files
GiggleLiuclaude
andcommitted
docs: update reduction graph colors for new categories
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d58d615 commit 979564c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/static/reduction-graph.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ document.addEventListener('DOMContentLoaded', function() {
1414
}
1515

1616
var categoryColors = {
17-
graph: '#c8f0c8', set: '#f0c8c8', optimization: '#f0f0a0',
18-
satisfiability: '#c8c8f0', specialized: '#f0c8e0'
17+
graph: '#c8f0c8', set: '#f0c8c8', algebraic: '#f0f0a0',
18+
formula: '#c8c8f0', misc: '#f0c8e0'
1919
};
2020
var categoryBorders = {
21-
graph: '#4a8c4a', set: '#8c4a4a', optimization: '#8c8c4a',
22-
satisfiability: '#4a4a8c', specialized: '#8c4a6a'
21+
graph: '#4a8c4a', set: '#8c4a4a', algebraic: '#8c8c4a',
22+
formula: '#4a4a8c', misc: '#8c4a6a'
2323
};
2424

2525
function variantId(name, variant) {

0 commit comments

Comments
 (0)