From 2589fb72413cb77d5104317f5decd158832f6577 Mon Sep 17 00:00:00 2001 From: Shantanu Sardesai <54321480+shantanu-sardesai@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:43:36 +0530 Subject: [PATCH] Update README.md Fix the configuration file path for utop theme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 447d0317..2807d65e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Customization ### Colors To add colors to utop, copy one of the files `utoprc-dark` or -`utoprc-light` to `~/.config/utop/utoprc`. `utoprc-dark` is for terminals with +`utoprc-light` to `~/.config/utoprc`. `utoprc-dark` is for terminals with dark colors (such as white on black) and `utoprc-light` is for terminals with light colors (such as black on white).