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: 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