Added screenshot

This commit is contained in:
Mattias Erming 2014-07-20 15:55:58 -07:00
parent d014f0cdae
commit 3c627e0bad
5 changed files with 13 additions and 3 deletions

View File

@ -468,6 +468,13 @@ button {
#chat .notice .type { #chat .notice .type {
display: none; display: none;
} }
#chat .action,
#chat .action .user {
color: #f39c12;
}
#chat .action .user:before {
content: '* ';
}
#chat .meta { #chat .meta {
height: 80px; height: 80px;
padding: 25px 0 0 20px; padding: 25px 0 0 20px;

View File

@ -1,5 +1,5 @@
{ {
"port": 9000, "port": 9000,
"theme": "themes/example.css", "theme": "themes/example.css",
"public": false "public": true
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "shout", "name": "shout",
"description": "The modern IRC client", "description": "The modern IRC client",
"version": "0.8.2", "version": "0.8.3",
"homepage": "http://github.com/erming/shout", "homepage": "http://github.com/erming/shout",
"author": { "author": {
"name": "Mattias Erming", "name": "Mattias Erming",

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -4,7 +4,10 @@
"networks": [ "networks": [
{ {
"host": "irc.rizon.net", "host": "irc.rizon.net",
"nick": "example" "port": 6667,
"nick": "example",
"realname": "Example",
"join": "#chan"
} }
] ]
} }