-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_brand.yml
93 lines (86 loc) ยท 1.99 KB
/
_brand.yml
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# For detailed documentation on the format, refer to:
#
# - https://posit-dev.github.io/brand-yml
# - https://quarto.org/docs/authoring/brand.html
meta:
name:
short: "{brandr}"
long: "{brandr}: Brand Identity Management Using brand.yml Standard"
link:
home: https://danielvartan.github.io/brandr
github: https://github.com/danielvartan/brandr
description: |
An R package to facilitate brand identity management using the 'brand.yml'
standard, providing functions to consistently access and apply brand
colors, typography, and other visual elements across your R projects.
logo:
images:
hex-logo:
path: man/figures/logo.svg
alt: "Hex logo"
color:
palette:
light-purple: "#721A6E"
purple: "#390963"
dark-purple: "#35131F"
pink: "#A92E5E"
red: "#DA4E3C"
orange: "#F06F20"
yellow: "#FB9706"
white: "#FFFFFF"
black: "#000000"
gray-light: "#F0F0F0"
gray: "#454955"
gray-dark: "#343A40"
background: white
primary: red
secondary: purple
tertiary: yellow
success: red
info: red
warning: red
danger: red
light: white
dark: dark-purple
typography:
fonts:
- family: Open Sans
source: google
- family: Rubik
source: google
weight: [400, 600, 700, 900]
- family: IBM Plex Mono
source: google
base:
family: Open Sans
line-height: 1.6
weight: normal
headings:
family: Rubik
weight: 400
link:
color: red
decoration: underline
monospace:
family: IBM Plex Mono
size: 1em
monospace-inline:
family: IBM Plex Mono
color: purple
background-color: gray-light
monospace-block:
family: IBM Plex Mono
line-height: 1.2
background-color: gray-light
defaults:
bootstrap:
defaults:
enable-rounded: false
navbar-bg: $brand-dark-purple
rules: |
.navbar {
background-color: #35131F !important;
}
[data-bs-theme="dark"] pre, [data-bs-theme="dark"] code {
color: #FFFFFF;
}