forked from haskellcamargo/sclack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
58 lines (58 loc) · 1.45 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"colors": 256,
"theme": "default",
"keymap": {
"cursor_down": "j",
"cursor_left": "h",
"cursor_right":"l",
"cursor_up": "k",
"delete_message": "d",
"edit_message": "e",
"go_to_chatbox": "c",
"go_to_profile": "p",
"go_to_sidebar": "esc",
"open_quick_switcher": "ctrl k",
"quit_application": "q",
"set_edit_topic_mode": "t",
"set_insert_mode": "i",
"yank_message": "y",
"get_permalink": "r",
"set_snooze": "ctrl d"
},
"sidebar": {
"width": 25,
"max_users": 20
},
"features": {
"emoji": true,
"markdown": true,
"pictures": true,
"browser": ""
},
"icons": {
"block": "\u258C",
"block_bottom": "\u2598",
"block_top": "\u2596",
"channel": "\uF198",
"divider": "\uE0B1",
"full_divider": "\uE0B0",
"edit": "\uF040",
"email": "\uF42F",
"full_star": "\uF005",
"heart": "\uF004",
"keyboard": "\uF11C",
"line_star": "\uF006",
"offline": "\uF10C",
"online": "\uF111",
"person": "\uF415",
"phone": "\uF095",
"pin": "\uF435",
"private_channel": "\uF023",
"skype": "\uF17E",
"square": "\uF445",
"snooze": "\uF9B1",
"status": "\uF075",
"timezone": "\uF0AC",
"alarm_snooze": "\ufb8c"
}
}