@@ -192,27 +192,27 @@ npx cbmp render.json
192
192
To build Windows cursor with size ` 16 ` :
193
193
194
194
``` bash
195
- ctgen build.toml -s 16 -p windows -d " bitmaps/macOS" -n " macOS" -c " macOS Cursors with size 16"
195
+ ctgen configs/win_rg. build.toml -s 16 -p windows -d " bitmaps/macOS" -n " macOS" -c " macOS Cursors with size 16"
196
196
```
197
197
198
198
You can also customize output directory with ` -o ` option:
199
199
200
200
``` bash
201
- ctgen build.toml -s 16 -p windows -d " bitmaps/macOS" -o " out" -n " macOS" -c " macOS Cursors with size 16"
201
+ ctgen configs/win_rg. build.toml -s 16 -p windows -d " bitmaps/macOS" -o " out" -n " macOS" -c " macOS Cursors with size 16"
202
202
```
203
203
204
204
##### Customize XCursor size
205
205
206
206
To build XCursor with size ` 16 ` :
207
207
208
208
``` bash
209
- ctgen build.toml -s 16 -p x11 -d " bitmaps/macOS" -n " macOS" -c " macOS XCursors with size 16"
209
+ ctgen configs/x. build.toml -s 16 -p x11 -d " bitmaps/macOS" -n " macOS" -c " macOS XCursors with size 16"
210
210
```
211
211
212
212
You can also assign multiple sizes to ` ctgen ` for XCursors build:
213
213
214
214
``` bash
215
- ctgen build.toml -s 16 24 32 -p x11 -d " bitmaps/macOS" -n " macOS" -c " Custom Sizes macOS XCursors"
215
+ ctgen configs/x. build.toml -s 16 24 32 -p x11 -d " bitmaps/macOS" -n " macOS" -c " Custom Sizes macOS XCursors"
216
216
```
217
217
218
218
#### Examples
@@ -226,7 +226,10 @@ npx cbmp -d "svg" -o "bitmaps/macOS-Hacker" -bc "#00FE00" -oc "#000000"
226
226
After rendering custom color you have to build cursor through ` ctgen ` :
227
227
228
228
``` bash
229
- ctgen build.toml -d " bitmaps/macOS-Hacker" -n " macOS-Hacker" -c " Green and Black macOS cursors."
229
+ ctgen configs/x.build.toml -d " bitmaps/macOS-Hacker" -n " macOS-Hacker" -c " Green and Black macOS cursors."
230
+ ctgen configs/win_rg.build.toml -d " bitmaps/macOS-Hacker" -n " macOS-Hacker" -c " Green and Black macOS Regular Windows Cursors."
231
+ ctgen configs/win_lg.build.toml -d " bitmaps/macOS-Hacker" -n " macOS-Hacker" -c " Green and Black macOS Large Windows Cursors."
232
+ ctgen configs/win_xl.build.toml -d " bitmaps/macOS-Hacker" -n " macOS-Hacker" -c " Green and Black macOS Extra Large Windows Cursors."
230
233
```
231
234
232
235
Afterwards, Generated theme can be found in the ` themes ` directory.
@@ -235,28 +238,40 @@ Afterwards, Generated theme can be found in the `themes` directory.
235
238
236
239
``` bash
237
240
npx cbmp -d " svg" -o " bitmaps/macOS-Gruvbox" -bc " #282828" -oc " #EBDBB2" -wc " #000000"
238
- ctgen build.toml -d " bitmaps/macOS-Gruvbox" -n " macOS-Gruvbox" -c " Groovy macOS cursors."
241
+ ctgen configs/x.build.toml -d " bitmaps/macOS-Gruvbox" -n " macOS-Gruvbox" -c " Groovy macOS XCursors."
242
+ ctgen configs/win_rg.build.toml -d " bitmaps/macOS-Gruvbox" -n " macOS-Gruvbox" -c " Groovy macOS Windows Regular Cursors."
243
+ ctgen configs/win_lg.build.toml -d " bitmaps/macOS-Gruvbox" -n " macOS-Gruvbox" -c " Groovy macOS Windows Large Cursors."
244
+ ctgen configs/win_xl.build.toml -d " bitmaps/macOS-Gruvbox" -n " macOS-Gruvbox" -c " Groovy macOS Windows Extra Large Cursors."
239
245
```
240
246
241
247
###### macOS Solarized Dark
242
248
243
249
``` bash
244
250
npx cbmp -d " svg" -o " bitmaps/macOS-Solarized-Dark" -bc " #002b36" -oc " #839496" -wc " #000000"
245
- ctgen build.toml -d " bitmaps/macOS-Solarized-Dark" -n " macOS-Solarized-Dark" -c " Solarized Dark macOS cursors."
251
+ ctgen configs/x.build.toml -d " bitmaps/macOS-Solarized-Dark" -n " macOS-Solarized-Dark" -c " Solarized Dark macOS XCursors."
252
+ ctgen configs/win_rg.build.toml -d " bitmaps/macOS-Solarized-Dark" -n " macOS-Solarized-Dark" -c " Solarized Dark macOS Regular Windows Cursors."
253
+ ctgen configs/win_lg.build.toml -d " bitmaps/macOS-Solarized-Dark" -n " macOS-Solarized-Dark" -c " Solarized Dark macOS Regular Large Cursors."
254
+ ctgen configs/win_xl.build.toml -d " bitmaps/macOS-Solarized-Dark" -n " macOS-Solarized-Dark" -c " Solarized Dark macOS Regular Extra Large Cursors."
246
255
```
247
256
248
257
###### macOS Solarized Light
249
258
250
259
``` bash
251
260
npx cbmp -d " svg" -o " bitmaps/macOS-Solarized-Light" -bc " #839496" -oc " #002b36"
252
- ctgen build.toml -d " bitmaps/macOS-Solarized-Light" -n " macOS-Solarized-Light" -c " Solarized Light macOS cursors."
261
+ ctgen configs/x.build.toml -d " bitmaps/macOS-Solarized-Light" -n " macOS-Solarized-Light" -c " Solarized Light macOS XCursors."
262
+ ctgen configs/win_rg.build.toml -d " bitmaps/macOS-Solarized-Light" -n " macOS-Solarized-Light" -c " Solarized Light macOS Regular Windows Cursors."
263
+ ctgen configs/win_lg.build.toml -d " bitmaps/macOS-Solarized-Light" -n " macOS-Solarized-Light" -c " Solarized Light macOS Large Windows Cursors."
264
+ ctgen configs/win_xl.build.toml -d " bitmaps/macOS-Solarized-Light" -n " macOS-Solarized-Light" -c " Solarized Light macOS Extra Large Windows Cursors."
253
265
```
254
266
255
267
###### macOS Dracula
256
268
257
269
``` bash
258
270
npx cbmp -d " svg" -o " bitmaas/macOS-Dracula" -bc " #282a36" -oc " #f8f8f2"
259
- ctgen build.toml -d " bitmaps/macOS-Dracula" -n " macOS-Dracula" -c " Dracula macOS cursors."
271
+ ctgen configs/x.build.toml -d " bitmaps/macOS-Dracula" -n " macOS-Dracula" -c " Dracula macOS XCursors."
272
+ ctgen configs/win_rg.build.toml -d " bitmaps/macOS-Dracula" -n " macOS-Dracula" -c " Dracula macOS Regular Windows Cursors."
273
+ ctgen configs/win_lg.build.toml -d " bitmaps/macOS-Dracula" -n " macOS-Dracula" -c " Dracula macOS Large Windows Cursors."
274
+ ctgen configs/win_xl.build.toml -d " bitmaps/macOS-Dracula" -n " macOS-Dracula" -c " Dracula macOS Extra Large Windows Cursors."
260
275
```
261
276
262
277
## Testing Cursor
0 commit comments