From 3b1108e6eb67b6c5e3a124d9d273b65619f91e00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 9 Feb 2026 14:16:41 +0100 Subject: [PATCH 1/2] build: :arrow_up: upgrade seedcase-theme --- .../seedcase-project/seedcase-theme/_brand.yml | 11 +++++++++++ .../seedcase-project/seedcase-theme/_extension.yml | 14 ++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/_extensions/seedcase-project/seedcase-theme/_brand.yml b/_extensions/seedcase-project/seedcase-theme/_brand.yml index 70cec17..c5e066f 100644 --- a/_extensions/seedcase-project/seedcase-theme/_brand.yml +++ b/_extensions/seedcase-project/seedcase-theme/_brand.yml @@ -165,3 +165,14 @@ defaults: :is(h3, h4, h5, h6, dt) code { font-weight: bold; } + + // Color built-ins the same as regular variables + // since we sometimes use built-in names as parameter names + span.bu { + color: inherit !important + } + // Color terminal executables the same as regular variables + // since the default has low contrast and is hard to see + span.ex { + color: inherit !important + } diff --git a/_extensions/seedcase-project/seedcase-theme/_extension.yml b/_extensions/seedcase-project/seedcase-theme/_extension.yml index dc0f6a7..f261947 100644 --- a/_extensions/seedcase-project/seedcase-theme/_extension.yml +++ b/_extensions/seedcase-project/seedcase-theme/_extension.yml @@ -1,6 +1,16 @@ title: seedcase-theme -author: Luke W. Johnston -version: 0.6.4 +authors: + - name: Luke W. Johnston + orcid: 0000-0003-4169-2616 + - name: Signe Kirk Brødbæk + orcid: 0009-0000-2208-7088 + - name: Marton Vago + orcid: 0009-0007-4628-655X + - name: Joel Ostblom + orcid: 0000-0003-0051-3239 + - name: Kristiane Beicher + orcid: 0000-0001-7556-9566 +version: 0.7.1 quarto-required: ">=1.7.0" contributes: formats: From 11a5a96cfb52e12361c602e213c57debb8d05d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= Date: Mon, 9 Feb 2026 14:17:00 +0100 Subject: [PATCH 2/2] chore: run `just run-all` --- template/.pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 41312fb..fba6974 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/commitizen-tools/commitizen - rev: v4.11.2 + rev: v4.12.1 hooks: - id: commitizen @@ -25,6 +25,6 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.42.0 + rev: v1.42.3 hooks: - id: typos