public
Fork of mattly/limechat-grayzone
Description: a theme for the rubycocoa irc client limechat
Clone URL: git://github.com/defunkt/limechat-grayzone.git
limechat-grayzone / GrayZone.yaml
100644 53 lines (51 sloc) 1.068 kb
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
# All colors must be in the form of '#rrggbb' or '#rgb'.
# You cannot use color names.
 
log-view:
  nickname-format: '%n: '
  scroller-highlight-color: '#a33'
input-text:
  font-family: 'Lucida Grande'
  font-size: 13.0
  background-color: '#fff'
  color: '#333'
member-list:
  font-family: 'Lucida Grande'
  font-size: 11.0
  color: '#333'
  background-color: '#ddd'
  operator:
    color: '#700'
  selected:
    color: '#eee'
    background:
      top-line-color: '#eee'
      bottom-line-color: '#eee'
      top-color: '#333'
      bottom-color: '#333'
server-tree:
  font-family: 'Lucida Grande'
  font-size: 13.0
  background-color: '#ddd'
  highlight:
    color: '#eee'
    background-color: '#eea'
  newtalk:
    color: '#333'
  unread:
    color: '#800'
    font-weight: 'bold'
  normal:
    active:
      color: '#333'
    inactive:
      color: '#666'
  selected:
    active:
      color: '#eee'
    inactive:
      color: '#aaa'
    background:
      top-line-color: '#eee'
      bottom-line-color: '#eee'
      top-color: '#333'
      bottom-color: '#333'