diff --git a/README.md b/README.md index 5f2dfd1..8d6c1b6 100644 --- a/README.md +++ b/README.md @@ -64,11 +64,11 @@ termui.UseTheme("helloworld") ``` The `default ` theme's settings depend on the user's terminal color scheme, which is saying if your terminal default font color is white and background is white, it will be like: -default +default The `helloworld` color scheme drops in some colors! -helloworld +helloworld ## Widgets diff --git a/example/themedefault.png b/example/themedefault.png new file mode 100644 index 0000000..23b574f Binary files /dev/null and b/example/themedefault.png differ diff --git a/example/themedefault.tiff b/example/themedefault.tiff deleted file mode 100644 index 2f89b54..0000000 Binary files a/example/themedefault.tiff and /dev/null differ diff --git a/example/themehelloworld.png b/example/themehelloworld.png new file mode 100644 index 0000000..eaf4d93 Binary files /dev/null and b/example/themehelloworld.png differ diff --git a/example/themehelloworld.tiff b/example/themehelloworld.tiff deleted file mode 100644 index fbf0f24..0000000 Binary files a/example/themehelloworld.tiff and /dev/null differ