about summary refs log tree commit diff stats
path: root/src/config/theme.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.h')
-rw-r--r--src/config/theme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/theme.h b/src/config/theme.h
index d87b69f2..8878d7b2 100644
--- a/src/config/theme.h
+++ b/src/config/theme.h
@@ -55,6 +55,8 @@
 #define COLOUR_XA               COLOR_PAIR(55)
 #define COLOUR_TYPING           COLOR_PAIR(60)
 #define COLOUR_GONE             COLOR_PAIR(61)
+#define COLOUR_SUBSCRIBED       COLOR_PAIR(70)
+#define COLOUR_UNSUBSCRIBED     COLOR_PAIR(71)
 
 void theme_init(const char * const theme_name);
 void theme_init_colours(void);
ecc53d134ed1782e5612e64580'>2a09617 ^
513e8aa ^

2a09617 ^


6838c23 ^
2a09617 ^


6838c23 ^
f9d26ee ^
513e8aa ^

6838c23 ^
39307a6 ^
513e8aa ^


9e28a02 ^


513e8aa ^
39307a6 ^

513e8aa ^





39307a6 ^
513e8aa ^

3424c36 ^





513e8aa ^

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