Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _extensions/seedcase-project/seedcase-theme/_brand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
14 changes: 12 additions & 2 deletions _extensions/seedcase-project/seedcase-theme/_extension.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions template/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repos:
- id: end-of-file-fixer

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.11.2
rev: v4.12.1
hooks:
- id: commitizen

# Use the mirror since the main `typos` repo has tags for different
# 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
Loading