public
Description: The DecafBland theme for LimeChat
Clone URL: git://github.com/kballard/decafbland-limechat.git
decafbland-limechat / DecafBland.yaml
100644 53 lines (51 sloc) 1.098 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: '#e20'
input-text:
  font-family: 'LucidaGrande'
  font-size: 12.0
  background-color: '#FFF'
  color: '#000'
member-list:
  font-family: 'LucidaGrande'
  font-size: 11.0
  color: '#000000'
  background-color: '#E5EDF7'
  operator:
    color: '#CF7D34'
  selected:
    color: '#FFFFFF'
    background:
      # gradient
      top-line-color: '#ADB8D0'
      bottom-line-color: '#8D97B0'
      top-color: '#ADB8D0'
      bottom-color: '#9AABC5'
server-tree:
  font-family: 'LucidaGrande'
  font-size: 11.0
  background-color: '#E5EDF7'
  highlight:
    color: '#009E02'
  newtalk:
    color: '#CF7D34'
  unread:
    color: '#CF7D34'
  normal:
    active:
      color: '#000'
    inactive:
      color: '#5e5960'
  selected:
    active:
      color: '#FFF'
    inactive:
      color: '#7c767e'
    background:
      # gradient
      top-line-color: '#ADB8D0'
      bottom-line-color: '#8D97B0'
      top-color: '#ADB8D0'
      bottom-color: '#9AABC5'