Merge pull request #3 from mattn/no-tiff

Use png instead of tiff
This commit is contained in:
Zack Guo 2015-03-12 10:38:54 -04:00
commit 48499f7840
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.