Skip to content

Commit

Permalink
Change the theme and font of demo gifs (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
FollowTheProcess authored Jan 16, 2025
1 parent b6a4c23 commit 01808e3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ tasks:
msg: vhs not installed, see https://github.com/charmbracelet/vhs
cmds:
- for file in ./docs/src/*.tape; do vhs "$file"; done
- silicon ./examples/cover/main.go --output ./docs/img/demo.png --background "#7983FF" --language go --shadow-blur-radius 10 --window-title {{.PACKAGE}}
- silicon ./examples/cover/main.go --output ./docs/img/demo.png --background "#7983FF" --language go --shadow-blur-radius 10 --window-title {{.PACKAGE}} --font 'Geist Mono' --theme Coldark-Dark

cov:
desc: Calculate test coverage and render the html
Expand Down
Binary file modified docs/img/demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/quickstart.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/src/quickstart.tape
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Output ./docs/img/quickstart.gif

Set Shell fish
Set FontSize 18
Set FontFamily "SFMono Nerd Font"
Set Theme "Catppuccin Mocha"
Set FontFamily "Geist Mono"
Set Theme "Catppuccin Macchiato"
Set WindowBar Colorful
Set Padding 5
Set Height 800
Expand Down

0 comments on commit 01808e3

Please sign in to comment.