Open MaximDevoir opened 5 years ago
☝️
The work-around is to specify a negative margin or use the boxShadow to set the background. That's been sufficient for my needs.
frameBox:
type: floating
title: PowerShell
style:
border: 2px solid cornflowerblue
boxShadow: 0px 0px 0px 20px blue
margin: 10px
Another workaround - find terminalizer dir, open render/dist/css/app.css
file and change background-color
in body
section.
Issue Currently, the background of rendered Terminalizer recordings are white. This imposes design restrictions on how we can display the recordings/gifs to the end user.
Question Is there an option to set the background color behind the rendered terminal?
Example Demonstration of the issue achieved by setting the
background
color on the Terminalizer GitHub repository page to a non-#FFF
color.