-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_brand.yml
More file actions
64 lines (57 loc) · 2.45 KB
/
Copy path_brand.yml
File metadata and controls
64 lines (57 loc) · 2.45 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
color:
palette:
oneDark: "#F6B265"
oneLight: "#FCCF9C"
twoDark: "#537E8F"
twoLight: "#A7C7C6"
threeDark: "#DB6B6B"
threeLight: "#EBADAD"
codeline: "#FFEEE2"
darker: "#363D45"
greyer: "#3D5369"
lighter: "#FFFDFC"
linkColor: "#9E2B2B" # threeDark (#DB6B6B) is 3.27:1 and fails WCAG AA for body
# text; oxblood, the shared red accent, at 7.31:1. Matches .highlight.
foreground: darker #The main text color. Typically will be close to black and must have high contrast with the background color.
background: lighter #The main background color. Tyically will be close to white and must have high contrast with the foreground color.
primary: twoDark #The primary accent color, used for hyperlinks, active states, and primary action buttons.
secondary: oneLight #The secondary accent color, often used for lighter text or disabled states.
tertiary: threeLight #The tertiary accent color, used for hover states, accents, and wells.
success: twoLight #The color used for positive or successful actions and information.
info: oneLight #The color used for neutral or informational actions and information.
warning: threeLight #The color used for warning or cautionary actions and information.
danger: threeDark #The color used for errors, dangerous actions, or negative information.
light: lighter #A bright color, used as a high-contrast foreground color on dark elements or low-contrast background color on light elements.
dark: darker #A dark color, used as a high-contrast foreground color on light elements or high-contrast background color on light elements.
typography:
# The font declaration block is deliberately absent. The families named
# below are supplied locally by _fonts.scss (base64 @font-face), so no
# page fetches them from a CDN. Regenerate: scripts/sync-fonts.py.
base:
family: Reddit Sans
headings:
family: Gelasio
color: darker
line-height: 1.4
monospace:
family: Google Sans Code
monospace-block:
family: Google Sans Code
background-color: codeline
monospace-inline:
family: Google Sans Code
color: twoDark
background-color: codeline
link:
color: linkColor
decoration: underline
defaults:
quarto:
html:
highlight-style: github
code-copy: true
code-link: true
code-overflow: wrap
html-math-method:
method: mathjax
url: "https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"