GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of mattly/limechat-grayzone
Description: a theme for the rubycocoa irc client limechat
Clone URL: git://github.com/defunkt/limechat-grayzone.git
experiment
mattly (author)
Mon Apr 07 16:22:54 -0700 2008
commit  547b03b4bbc799aa035722fb2590a7d7876129f0
tree    bddc416698b23c89859284131bc348d8ab302707
parent  a993edb3a2b0f87ce55d95fde979769e5f3b2e0f
...
36
37
38
39
 
40
41
42
...
46
47
48
49
 
50
51
52
...
36
37
38
 
39
40
41
42
...
46
47
48
 
49
50
51
52
0
@@ -36,7 +36,7 @@ a { color: #a33; }
0
   color: #777;
0
 }
0
 .line[type=action] .sender:before {
0
- content: " ";
0
+ content: "~ ";
0
   white-space: nowrap;
0
 }
0
 .line[highlight=true] {
0
@@ -46,7 +46,7 @@ a { color: #a33; }
0
 .url { word-break: break-all; }
0
 .address { text-decoration: underline; word-break: break-all; }
0
 .highlight { color: #a33; font-weight: bold; }
0
-.time { color: #555; font-size: 0.9em; line-height: 1em; }
0
+.time { color: #555; font-size: 0.9em; margin-left: 1ex; float: right; }
0
 .place { color: #555; }
0
 
0
 /* nickname for text messages */
...
3
4
5
6
 
7
8
9
...
15
16
17
18
 
19
20
21
 
 
 
 
 
22
23
24
25
 
26
27
 
28
29
 
30
31
 
 
32
33
34
...
36
37
38
39
 
40
41
 
42
43
44
 
 
 
 
...
3
4
5
 
6
7
8
9
...
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
...
42
43
44
 
45
46
 
47
48
 
49
50
51
52
53
0
@@ -3,7 +3,7 @@
0
 
0
 log-view:
0
   nickname-format: '%n: '
0
- scroller-highlight-color: '#f0f'
0
+ scroller-highlight-color: '#333'
0
 input-text:
0
   font-family: 'Lucida Grande'
0
   font-size: 13.0
0
@@ -15,20 +15,26 @@ member-list:
0
   color: '#333'
0
   background-color: '#eee'
0
   operator:
0
- color: '#500'
0
+ color: '#700'
0
   selected:
0
     color: '#eee'
0
- background-color: '#333'
0
+ background:
0
+ top-line-color: '#333'
0
+ bottom-line-color: '#333'
0
+ top-color: '#333'
0
+ bottom-color: '#333'
0
 server-tree:
0
   font-family: 'Lucida Grande'
0
   font-size: 13.0
0
- background-color: '#333'
0
+ background-color: '#eee'
0
   highlight:
0
     color: '#eee'
0
+ background-color: '#eea'
0
   newtalk:
0
- color: '#eea'
0
+ color: '#333'
0
   unread:
0
- color: '#eaa'
0
+ color: '#800'
0
+ font-weight: 'bold'
0
   normal:
0
     active:
0
       color: '#aaa'
0
@@ -36,8 +42,11 @@ server-tree:
0
       color: '#666'
0
   selected:
0
     active:
0
- color: '#fff'
0
+ color: '#333'
0
     inactive:
0
- color: '#888'
0
+ color: '#666'
0
     background:
0
- color: '#444'
0
\ No newline at end of file
0
+ top-line-color: '#aaa'
0
+ bottom-line-color: '#aaa'
0
+ top-color: '#aaa'
0
+ bottom-color: '#aaa'

Comments

    No one has commented yet.