-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy paththeme.example.yml
More file actions
26 lines (24 loc) · 805 Bytes
/
Copy paththeme.example.yml
File metadata and controls
26 lines (24 loc) · 805 Bytes
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
# Copy to ~/.config/termcourse/theme.yml, or pass this file explicitly with:
# termcourse --theme-file ./theme.example.yml --theme ocean HOST
#
# The optional top-level selection has lower precedence than TERMCOURSE_THEME
# and --theme. Built-in themes are default, slate, fairground, rust, and hacker.
theme: ocean
themes:
# Built-in themes can be changed with partial overrides.
slate:
accent: cyan
# New themes inherit unspecified values from the built-in default theme.
ocean:
primary: "#e8f4ff"
background: none
highlighted: "#176b9c"
highlighted_text: white
borders: "#4f91b8"
bar_backgrounds: "#102c3d"
separators: "#69b7e5"
list_numbers: "#7dcbff"
list_text: "#d5edff"
post_username: "#8fc9ed"
list_meta: "#8fc9ed"
accent: "#40cfff"