@@ -8,42 +8,22 @@ automatically.
8
8
9
9
### Dependencies
10
10
11
- - ` >=0.2.6 ` [ base16 -builder-go ]
11
+ - ` >=0.9.3 ` [ tinted -builder-rust ]
12
12
13
13
### Usage for template editing
14
14
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 `
26
17
27
18
### Usage for adding or editing a colorscheme
28
19
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
44
25
the information on the GitHub page.
45
26
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
48
29
[ GitHub Action ] : .github/workflows/update.yml
49
- [ latest base16-builder-go binary ] : https://github.com/tinted-theming/base16-builder-go/releases
0 commit comments