Skip to content

Commit 365d231

Browse files
committed
fix: box-shadow and default header background
1 parent aa9328b commit 365d231

101 files changed

Lines changed: 650 additions & 1049 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

β€Žexamples/chartscii.tsβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const svg = shellfie(chart.create(), {
3535
title: 'Chartscii',
3636
padding: 50,
3737
watermark: '\x1b[38;5;242mGenerated by shellfie\x1b[0m',
38-
watermarkPadding: 10,
38+
3939
});
4040

4141
writeFileSync('examples/svgs/chartscii.svg', svg);

β€Žexamples/macos.tsβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const svg = shellfie(terminalOutput, {
2020
template: 'macos',
2121
theme: themes.dark,
2222
title: 'Terminal β€” ls -la',
23-
watermarkPadding: 10,
2423
watermark: '\x1b[38;5;242mGenerated by shellfie\x1b[0m'
2524
});
2625

β€Žexamples/svgs/chartscii.svgβ€Ž

Lines changed: 3 additions & 10 deletions
Loading

β€Žexamples/svgs/colors.svgβ€Ž

Lines changed: 1 addition & 8 deletions
Loading

β€Žexamples/svgs/custom-theme.svgβ€Ž

Lines changed: 1 addition & 8 deletions
Loading

β€Žexamples/svgs/git-diff.svgβ€Ž

Lines changed: 11 additions & 18 deletions
Loading

0 commit comments

Comments
Β (0)