Skip to content

Commit 3f9b2e0

Browse files
authored
Use tinted-builder-rust for weekly build (#16)
1 parent 2f03052 commit 3f9b2e0

File tree

2 files changed

+11
-31
lines changed

2 files changed

+11
-31
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
token: ${{ secrets.BOT_ACCESS_TOKEN }}
1515
- name: Update schemes
16-
uses: tinted-theming/base16-builder-go@latest
16+
uses: tinted-theming/tinted-builder-rust@latest
1717
- name: Commit the changes, if any
1818
uses: stefanzweifel/git-auto-commit-action@49620cd3ed21ee620a48530e81dba0d139c9cb80 # v4.14.1
1919
with:

CONTRIBUTING.md

Lines changed: 10 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,42 +8,22 @@ automatically.
88

99
### Dependencies
1010

11-
- `>=0.2.6` [base16-builder-go]
11+
- `>=0.9.3` [tinted-builder-rust]
1212

1313
### Usage for template editing
1414

15-
1. Clone the template repository onto your system
16-
1. Download the [latest base16-builder-go binary]
17-
1. Execute the binary with the `-template-dir` arg and provide
18-
`/path/to/base16-xfce4-terminal`
19-
20-
Or the above steps represented in shell commands:
21-
22-
```shell
23-
/path/to/base16-builder-go-binary \
24-
-template-dir "/path/to/base16-xfce4-terminal
25-
```
15+
1. Install [tinted-builder-rust]
16+
1. `tinted-builder-rust build path/to/base16-xfce4-terminal`
2617

2718
### Usage for adding or editing a colorscheme
2819

29-
1. Clone the base16-xfce4-terminal
30-
1. Clone [base16-schemes]
31-
1. Download the [latest base16-builder-go binary]
32-
1. Execute the binary with
33-
- `-schemes-dir` arg - provide `/path/to/base16-scehemes`
34-
- `-template-dir` arg - provide `/path/to/base16-xfce4-terminal`
35-
`base16-xfce4-terminal` repository)
36-
37-
```shell
38-
/path/to/base16-builder-go-binary \
39-
-schemes-dir /path/to/base16-schemes \
40-
-template-dir "/path/to/base16-xfce4-terminal
41-
```
42-
43-
If you have more questions about [base16-builder-go], have a look at
20+
1. Clone base16-xfce4-terminal
21+
1. Install [tinted-builder-rust]
22+
1. Execute `tinted-builder-rust build path/to/base16-xfce4-terminal`
23+
24+
If you have more questions about [tinted-builder-rust], have a look at
4425
the information on the GitHub page.
4526

46-
[base16-builder-go]: https://github.com/tinted-theming/base16-builder-go
47-
[base16-schemes]: https://github.com/tinted-theming/base16-schemes
27+
[tinted-builder-rust]: https://github.com/tinted-theming/tinted-builder-rust
28+
[tinted-schemes]: https://github.com/tinted-theming/schemes
4829
[GitHub Action]: .github/workflows/update.yml
49-
[latest base16-builder-go binary]: https://github.com/tinted-theming/base16-builder-go/releases

0 commit comments

Comments
 (0)