From a489b027bb1a9e61083a92b9dfa7cb52e43ec385 Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sun, 29 Dec 2024 02:18:14 -0500 Subject: [PATCH] demo: improve the resolution --- demo.tape | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/demo.tape b/demo.tape index 7788e9cd8..021dcfc2b 100644 --- a/demo.tape +++ b/demo.tape @@ -62,11 +62,10 @@ Require starship Require cabin Set Shell "zsh" -Set FontSize 16 +Set FontSize 32 Set FontFamily "FiraCode Nerd Font" -Set Width 800 -Set Height 450 -Set WindowBar Colorful +Set Width 1920 +Set Height 1080 Set Padding 20 Set Margin 20 Set MarginFill "#000000"