-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcolors.toml
More file actions
39 lines (34 loc) · 1.04 KB
/
Copy pathcolors.toml
File metadata and controls
39 lines (34 loc) · 1.04 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
# ───────────────────────────────────────────────
# Terracotta · 赤土 — dark
# Japanese constructivist · wagara 和柄
# base: charcoal raku 炭 · accent: terracotta clay
# contrast: WCAG AAA (≥7:1) for all text/ANSI on bg
# (color0 is the structural ANSI black, never body text)
# ───────────────────────────────────────────────
# UI
accent = "#e0a878"
cursor = "#e0a878"
# Primary
foreground = "#f2e6d2"
background = "#141110"
# Selection
selection_foreground = "#f2e6d2"
selection_background = "#6a3f24"
# Normal (ANSI 0-7)
color0 = "#1f1b18"
color1 = "#e08a60"
color2 = "#9bb081"
color3 = "#e6b07e"
color4 = "#84aabc"
color5 = "#d89595"
color6 = "#85b1a5"
color7 = "#cbb295"
# Bright (ANSI 8-15)
color8 = "#b29c7e"
color9 = "#e89066"
color10 = "#b3c595"
color11 = "#f0c8a0"
color12 = "#9cbfd0"
color13 = "#e0a8a8"
color14 = "#a3c9be"
color15 = "#f2e6d2"