From a7e6e24ca1cea70f128de4519d8c3885d3f71334 Mon Sep 17 00:00:00 2001 From: mino29 <42552577+mino29@users.noreply.github.com> Date: Fri, 4 Nov 2022 23:31:52 +0800 Subject: [PATCH] fix a name error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5dff2d..0257afb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ sudo cp -r tokyo-night /boot/grub/themes sudo vim /etc/default/grub ``` change `#GRUB_THEME=` to -`GRUB_THEME = "/boot/grub/themes/dracula/theme.txt"` +`GRUB_THEME = "/boot/grub/themes/tokyo-night/theme.txt"` 4.use magic and reboot