-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy paththeme.toml.example
More file actions
76 lines (68 loc) · 1.42 KB
/
theme.toml.example
File metadata and controls
76 lines (68 loc) · 1.42 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# circumflex theme configuration
#
# Copy this file to your config directory and customize.
# Run `clx default-theme` to see the resolved path.
# Only include the values you want to override — unspecified values
# keep their defaults.
#
# Color values can be:
# - Named: "red", "blue", "green", "yellow", "magenta", "cyan", "white", "black"
# - Bright: "bright_red", "bright_blue", "bright_green", etc.
# - ANSI 256: "219", "33", "196"
# - Hex: "#ff5500", "#1a1a2e"
[app]
primary = "magenta"
secondary = "yellow"
tertiary = "blue"
[headline]
ask_hn = "blue"
show_hn = "red"
tell_hn = "magenta"
thank_hn = "cyan"
launch_hn = "green"
yc_label = "yellow"
year = "magenta"
audio = "cyan"
video = "cyan"
pdf = "cyan"
[comment]
url = "blue"
mention = "yellow"
mod = "green"
variable = "cyan"
backtick = "magenta"
op = "red"
gp = "magenta"
new_indicator = "cyan"
[meta]
author = "red"
comments = "magenta"
score = "yellow"
id = "green"
new_comments = "cyan"
url = "blue"
reader_mode = "green"
[reader]
h1 = "white"
h2 = "blue"
h3 = "red"
h4 = "magenta"
h5 = "yellow"
h6 = "green"
image = "red"
bbc_image = "cyan"
bbc_caption = "yellow"
[header]
c = "magenta"
l = "yellow"
x = "blue"
favorites = "219"
[help]
main_menu = "magenta"
comment_section = "yellow"
legend = "blue"
[indent]
cycle = [
"red", "yellow", "green", "cyan", "blue", "magenta",
"bright_red", "bright_yellow", "bright_green", "bright_cyan", "bright_blue", "bright_magenta",
]