-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.example.yml
More file actions
76 lines (71 loc) · 1.7 KB
/
theme.example.yml
File metadata and controls
76 lines (71 loc) · 1.7 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
# Copy this file to:
# - ./theme.yml (project-local), or
# - ~/.config/termcourse/theme.yml (global), or
# set TERMCOURSE_THEME_FILE to a custom path.
#
# Select a theme name with TERMCOURSE_THEME (for example: default, slate, fairground, rust).
default:
primary: "#f2f2f2"
background: "none"
highlighted: "#2a5ea8"
highlighted_text: "#ffffff"
borders: "#a8a8a8"
bar_backgrounds: "#1f1f1f"
separators: "#6f6f6f"
list_numbers: "#f2f2f2"
list_text: "#e6e6e6"
post_username: "#b5b5b5"
list_meta: "#b5b5b5"
accent: "#6cc4ff"
slate:
primary: "#e6edf3"
background: "none"
highlighted: "#355f8a"
highlighted_text: "#ffffff"
borders: "#5f6f80"
bar_backgrounds: "#1f2733"
separators: "#8ca0b3"
list_numbers: "#8fbce6"
list_text: "#dde7f0"
post_username: "#9ab0c6"
list_meta: "#9ab0c6"
accent: "#66c2ff"
fairground:
primary: "#f6fff5"
background: "none"
highlighted: "#0055aa"
highlighted_text: "#ffffff"
borders: "#1f8f5f"
bar_backgrounds: "#103f33"
separators: "#ff4b4b"
list_numbers: "#4ecb71"
list_text: "#d8f7e4"
post_username: "#8fd9ad"
list_meta: "#8fd9ad"
accent: "#2a9dff"
rust:
primary: "#efe2c4"
background: "none"
highlighted: "#b5521e"
highlighted_text: "#fff7e8"
borders: "#b06c2f"
bar_backgrounds: "#3a2516"
separators: "#d2b168"
list_numbers: "#d58a3d"
list_text: "#f2e4c8"
post_username: "#c9b287"
list_meta: "#c9b287"
accent: "#e0b85f"
hacker:
primary: "#2cfc03"
background: "none"
highlighted: "#1a9402"
highlighted_text: "#000000"
borders: "#23c602"
bar_backgrounds: "#0a1f02"
separators: "#145c01"
list_numbers: "#2cfc03"
list_text: "#1df002"
post_username: "#158a01"
list_meta: "#158a01"
accent: "#8cff00"