From 7b8a989e103b8f742d0a58c69f83275e64fa5b1d Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Mon, 3 Jun 2019 20:51:20 -0700 Subject: [PATCH] point to upstream color schemes repo now that my pr is merged --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da443df67..85f8e133b 100644 --- a/README.md +++ b/README.md @@ -141,13 +141,13 @@ ansi = ["black", "maroon", "green", "olive", "navy", "purple", "teal", "silver"] brights = ["grey", "red", "lime", "yellow", "blue", "fuchsia", "aqua", "white"] ``` -You can find a variety of color schemes [here](https://github.com/wez/iTerm2-Color-Schemes). +You can find a variety of color schemes [here](https://github.com/mbadolato/iTerm2-Color-Schemes). There are two ways to use them with wezterm: -* [The wezterm directory](https://github.com/wez/iTerm2-Color-Schemes/tree/master/wezterm) contains +* [The wezterm directory](https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/wezterm) contains configuration snippets that you can copy and paste into your `wezterm.toml` file to set the default configuration. -* [The dynamic-colors directory](https://github.com/wez/iTerm2-Color-Schemes/tree/master/dynamic-colors) +* [The dynamic-colors directory](https://github.com/mbadolato/iTerm2-Color-Schemes/tree/master/dynamic-colors) contains shell scripts that can change the color scheme immediately on the fly. This is super convenient for trying out color schemes, and can be used in your own scripts to alter the terminal appearance programmatically.