diff --git a/examples/barchart.tape b/examples/barchart.tape index ba326471..3244be54 100644 --- a/examples/barchart.tape +++ b/examples/barchart.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/barchart.tape` Output "target/barchart.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 800 Hide diff --git a/examples/block.tape b/examples/block.tape index 96b22522..2fe9c950 100644 --- a/examples/block.tape +++ b/examples/block.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/block.tape` Output "target/block.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1200 Hide diff --git a/examples/calendar.tape b/examples/calendar.tape index 000622a7..7b49c11a 100644 --- a/examples/calendar.tape +++ b/examples/calendar.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/calendar.tape` Output "target/calendar.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 800 Hide diff --git a/examples/canvas.tape b/examples/canvas.tape index 5e9b62ef..2330f58c 100644 --- a/examples/canvas.tape +++ b/examples/canvas.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/canvas.tape` Output "target/canvas.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set FontSize 12 Set Width 1200 Set Height 800 diff --git a/examples/chart.tape b/examples/chart.tape index 6f7554ed..c921e817 100644 --- a/examples/chart.tape +++ b/examples/chart.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/chart.tape` Output "target/chart.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 800 Hide diff --git a/examples/colors.tape b/examples/colors.tape index 10cc1b89..290a0640 100644 --- a/examples/colors.tape +++ b/examples/colors.tape @@ -1,13 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/colors.tape` Output "target/colors.gif" -# The OceanicMaterial theme is a good choice for this example (Obsidian is almost as good) because: -# - Black is dark and distinct from the default background -# - White is light and distinct from the default foreground -# - Normal and bright colors are distinct -# - Black and DarkGray are distinct -# - White and Gray are distinct -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1410 Hide diff --git a/examples/colors_rgb.tape b/examples/colors_rgb.tape index c900a9df..a8f52863 100644 --- a/examples/colors_rgb.tape +++ b/examples/colors_rgb.tape @@ -1,13 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/colors_rgb.tape` Output "target/colors_rgb.gif" -# The OceanicMaterial theme is a good choice for this example (Obsidian is almost as good) because: -# - Black is dark and distinct from the default background -# - White is light and distinct from the default foreground -# - Normal and bright colors are distinct -# - Black and DarkGray are distinct -# - White and Gray are distinct -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1410 Hide diff --git a/examples/custom_widget.tape b/examples/custom_widget.tape index 533b8a11..8cf422a6 100644 --- a/examples/custom_widget.tape +++ b/examples/custom_widget.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/custom_widget.tape` Output "target/custom_widget.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 760 Set Height 260 Hide diff --git a/examples/demo.tape b/examples/demo.tape index 94ee7224..699669f1 100644 --- a/examples/demo.tape +++ b/examples/demo.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/demo.tape` Output "target/demo.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1200 Set PlaybackSpeed 0.5 diff --git a/examples/demo2-social.tape b/examples/demo2-social.tape index 1fb29458..58a4a122 100644 --- a/examples/demo2-social.tape +++ b/examples/demo2-social.tape @@ -2,7 +2,7 @@ # To run this script, install vhs and run `vhs ./examples/demo.tape` Output "target/demo2-social.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" # Github social preview size (1280x640 with 80px padding) and must be < 1MB # This puts some constraints on the amount of interactivity we can do. Set Width 1280 diff --git a/examples/demo2.tape b/examples/demo2.tape index d912ee3e..e0a80494 100644 --- a/examples/demo2.tape +++ b/examples/demo2.tape @@ -2,7 +2,7 @@ # To run this script, install vhs and run `vhs ./examples/demo.tape` # NOTE: Requires VHS 0.6.1 or later for Screenshot support Output "target/demo2.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" # The reason for this strange size is that the social preview image for this # demo is 1280x64 with 80 pixels of padding on each side. We want a version # without the padding for README.md, etc. diff --git a/examples/docsrs.tape b/examples/docsrs.tape index f5708d50..728d7886 100644 --- a/examples/docsrs.tape +++ b/examples/docsrs.tape @@ -2,7 +2,7 @@ # To run this script, install vhs and run `vhs ./examples/demo.tape` # NOTE: Requires VHS 0.6.1 or later for Screenshot support Output "target/docsrs.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" # The reason for this strange size is that the social preview image for this # demo is 1280x64 with 80 pixels of padding on each side. We want a version # without the padding for README.md, etc. diff --git a/examples/gauge.tape b/examples/gauge.tape index 0c0a983e..d1bf2da6 100644 --- a/examples/gauge.tape +++ b/examples/gauge.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/gauge.tape` Output "target/gauge.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide diff --git a/examples/generate.bash b/examples/generate.bash index 4690bd41..a6811255 100755 --- a/examples/generate.bash +++ b/examples/generate.bash @@ -25,7 +25,7 @@ for tape in examples/*.tape do gif=${tape/examples\/} gif=${gif/.tape/.gif} - vhs $tape --quiet + ~/go/bin/vhs $tape --quiet # this can be pasted into the examples README.md echo "[${gif}]: https://github.com/ratatui-org/ratatui/blob/images/examples/${gif}?raw=true" done @@ -35,4 +35,4 @@ cp target/*.gif examples/ git add examples/*.gif git commit -m 'docs(examples): update images' gh pr create -git sw main +git sw - diff --git a/examples/hello_world.tape b/examples/hello_world.tape index 27f449bf..4f437cf8 100644 --- a/examples/hello_world.tape +++ b/examples/hello_world.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/hello_world.tape` Output "target/hello_world.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 200 Hide diff --git a/examples/inline.tape b/examples/inline.tape index 33d472d1..d027ae19 100644 --- a/examples/inline.tape +++ b/examples/inline.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/inline.tape` Output "target/inline.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Type "cargo run --example=inline --features=crossterm" diff --git a/examples/layout.tape b/examples/layout.tape index 88cca315..57b0d3f7 100644 --- a/examples/layout.tape +++ b/examples/layout.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/layout.tape` Output "target/layout.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1410 Hide diff --git a/examples/list.tape b/examples/list.tape index 341b2d51..d85f9f49 100644 --- a/examples/list.tape +++ b/examples/list.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/list.tape` Output "target/list.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide diff --git a/examples/modifiers.tape b/examples/modifiers.tape index 2d925cb8..90f3c559 100644 --- a/examples/modifiers.tape +++ b/examples/modifiers.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/modifiers.tape` Output "target/modifiers.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1460 Hide diff --git a/examples/panic.tape b/examples/panic.tape index 9ff36a30..023103d4 100644 --- a/examples/panic.tape +++ b/examples/panic.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/panic.tape` Output "target/panic.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Type "cargo run --example=panic --features=crossterm" diff --git a/examples/paragraph.tape b/examples/paragraph.tape index 8b263b35..4186758a 100644 --- a/examples/paragraph.tape +++ b/examples/paragraph.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/paragraph.tape` Output "target/paragraph.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1800 Hide diff --git a/examples/popup.tape b/examples/popup.tape index 100a6d19..ffc07e84 100644 --- a/examples/popup.tape +++ b/examples/popup.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/popup.tape` Output "target/popup.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide diff --git a/examples/scrollbar.tape b/examples/scrollbar.tape index 4c88a8c1..40be8fb8 100644 --- a/examples/scrollbar.tape +++ b/examples/scrollbar.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/scrollbar.tape` Output "target/scrollbar.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 1200 Hide diff --git a/examples/sparkline.tape b/examples/sparkline.tape index 43247413..2f277478 100644 --- a/examples/sparkline.tape +++ b/examples/sparkline.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/sparkline.tape` Output "target/sparkline.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide diff --git a/examples/table.tape b/examples/table.tape index 88c77968..eef9ee36 100644 --- a/examples/table.tape +++ b/examples/table.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/table.tape` Output "target/table.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide diff --git a/examples/tabs.tape b/examples/tabs.tape index 75c01f22..1c26da1a 100644 --- a/examples/tabs.tape +++ b/examples/tabs.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/tabs.tape` Output "target/tabs.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 300 Hide diff --git a/examples/user_input.tape b/examples/user_input.tape index 03dd52b0..7c7b1182 100644 --- a/examples/user_input.tape +++ b/examples/user_input.tape @@ -1,7 +1,7 @@ # This is a vhs script. See https://github.com/charmbracelet/vhs for more info. # To run this script, install vhs and run `vhs ./examples/user_input.tape` Output "target/user_input.gif" -Set Theme "OceanicMaterial" +Set Theme "Aardvark Blue" Set Width 1200 Set Height 600 Hide