Use png instead of tiff

This commit is contained in:
Yasuhiro Matsumoto 2015-03-12 17:20:40 +09:00
parent 09dd8e88a4
commit 97d756a29a
5 changed files with 2 additions and 2 deletions

View File

@ -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:
<img src="./example/themedefault.tiff" alt="default" type="image/tiff" width="600">
<img src="./example/themedefault.png" alt="default" type="image/png" width="600">
The `helloworld` color scheme drops in some colors!
<img src="./example/themehelloworld.tiff" alt="helloworld" type="image/tiff" width="600">
<img src="./example/themehelloworld.png" alt="helloworld" type="image/png" width="600">
## Widgets

BIN
example/themedefault.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

BIN
example/themehelloworld.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.