From 93002944cedde90da2ef78397eb5e8e03c9cd393 Mon Sep 17 00:00:00 2001 From: Matt Date: Wed, 5 Jan 2022 09:33:49 +0000 Subject: [PATCH] Fix typo that caused code block extension in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4ca751..b03c111 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ Add your new custom theme yaml theme file to this directory: ```sh cp ~/Downloads/my_awesome_theme.yaml ~/.warp/themes +``` -```sh Open the Settings menu (top right corner or `⌘-,`), and choose Select Theme. Your new theme should now be visible on the list of available themes. Click & confirm, and you're set! ## 2. How do I use this repo?