Skip to content

Commit ed2d035

Browse files
authored
build: ⬆️ upgrade seedcase-theme (#236)
# Description Needs no review. ## Checklist - [X] Ran `just run-all`
1 parent 04dfb41 commit ed2d035

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

_extensions/seedcase-project/seedcase-theme/_brand.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,14 @@ defaults:
165165
:is(h3, h4, h5, h6, dt) code {
166166
font-weight: bold;
167167
}
168+
169+
// Color built-ins the same as regular variables
170+
// since we sometimes use built-in names as parameter names
171+
span.bu {
172+
color: inherit !important
173+
}
174+
// Color terminal executables the same as regular variables
175+
// since the default has low contrast and is hard to see
176+
span.ex {
177+
color: inherit !important
178+
}

_extensions/seedcase-project/seedcase-theme/_extension.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
title: seedcase-theme
2-
author: Luke W. Johnston
3-
version: 0.6.4
2+
authors:
3+
- name: Luke W. Johnston
4+
orcid: 0000-0003-4169-2616
5+
- name: Signe Kirk Brødbæk
6+
orcid: 0009-0000-2208-7088
7+
- name: Marton Vago
8+
orcid: 0009-0007-4628-655X
9+
- name: Joel Ostblom
10+
orcid: 0000-0003-0051-3239
11+
- name: Kristiane Beicher
12+
orcid: 0000-0001-7556-9566
13+
version: 0.7.1
414
quarto-required: ">=1.7.0"
515
contributes:
616
formats:

template/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ repos:
1717
- id: end-of-file-fixer
1818

1919
- repo: https://github.com/commitizen-tools/commitizen
20-
rev: v4.11.2
20+
rev: v4.12.1
2121
hooks:
2222
- id: commitizen
2323

2424
# Use the mirror since the main `typos` repo has tags for different
2525
# sub-packages, which confuses pre-commit when it tries to find the latest
2626
# version
2727
- repo: https://github.com/adhtruong/mirrors-typos
28-
rev: v1.42.0
28+
rev: v1.42.3
2929
hooks:
3030
- id: typos

0 commit comments

Comments
 (0)