From 0cd0f0d80db5922c902b4686a9d0239fb0917c12 Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Wed, 24 Nov 2021 19:05:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 045ee62..23af8ae 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,10 @@ The accent color is the one used for highlights in Warp's UI, while `details` de You can now add a gradient or use a custom background in Warp. ### Background Images YAML Config +To add a background image you can use this attribute: "background_image:" with the name of the image you want to use as the background. +Note: Warp currently only supports images with the *.jpg* file format. +Here is what the .yaml config looks like: + ``` # Accent color for UI elements accent: '#268bd2'