diff --git a/README.md b/README.md
index 85b988d..8d6c1b6 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ The `Border` property can be chosen to hide or display (with its border label),
}
defer ui.Close()
- p := ui.NewP(":PRESS q TO QUIT DEMO")
+ p := ui.NewPar(":PRESS q TO QUIT DEMO")
p.Height = 3
p.Width = 50
p.TextFgColor = ui.ColorWhite
@@ -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:
-
+
The `helloworld` color scheme drops in some colors!
-
+
## 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