about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--src/config/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 2ec256ad..404a34d3 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -712,7 +712,7 @@ theme_hash_attrs(const char* str)
     return COLOR_PAIR(color_pair_cache_hash_str(str, profile));
 }
 
-/* returns the colours (fgnd and bknd) for a certian attribute ie main.text */
+/* returns the colours (fgnd and bknd) for a certain attribute ie main.text */
 int
 theme_attrs(theme_item_t attrs)
 {
'author Kartik Agaram <vc@akkartik.com> 2021-04-21 08:28:00 -0700 committer Kartik Agaram <vc@akkartik.com> 2021-04-21 08:28:00 -0700 .' href='/akkartik/mu/commit/html/linux/ex3.subx.html?h=hlt&id=a8fb537a88fdbe77cdcbaa05ee28d1cad94550da'>a8fb537a ^
bb2b6ba7 ^

a8fb537a ^

08a0eed6 ^
14a38052 ^
ac07e589 ^
3350c34a ^
60338448 ^
695f9bf8 ^
a8fb537a ^
695f9bf8 ^
ac07e589 ^
bb2b6ba7 ^















695f9bf8 ^
bb2b6ba7 ^















3350c34a ^
bb2b6ba7 ^
14a38052 ^
c56d803c ^
60338448 ^
a8fb537a ^
3350c34a ^
c56d803c ^


bb2b6ba7 ^
a0d3cac4 ^
14a38052 ^


d1c9392a ^
695f9bf8 ^
33352536 ^



695f9bf8 ^


33352536 ^
6070c23e ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
33352536 ^
695f9bf8 ^
86351aaf ^
695f9bf8 ^

a0d3cac4 ^
3350c34a ^
a0d3cac4 ^

bb2b6ba7 ^



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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98