Heimdall icon indicating copy to clipboard operation
Heimdall copied to clipboard

Allow single color background

Open jaskij opened this issue 3 years ago • 1 comments

As in the title - I'd like the option to, instead of uploading an image, set a single color background via a color picker or something similar.

Why? The default background is too busy for me, otherwise I'd leave it at whatever comes stock.

jaskij avatar Jun 01 '22 19:06 jaskij

@jaskij I also like the idea for more background options such as color, image tiling yes/no. The current version 2.4.11 (I don't know when it was added) you can use a workaround in the form of a line of custom CSS.

In the settings, go to the Advanced section and edit the Custom CSS. Putting in this line will supercede the default background image. Use whatever color hex or HTML color name you like. #app .content {background-color: #001a33;}

Efus10n avatar Jun 16 '22 02:06 Efus10n