-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_brand.yml
102 lines (87 loc) · 2.2 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
93
94
95
96
97
98
99
100
101
102
meta:
name:
short: NHSR
full: NHS-R Community
link:
home: https://nhsrcommunity.com/
# # Download the NHS-R Community logo and store it next to _brand.yml
# # You'll have to update this section with the correct file names
# logo:
# images:
# header: nhsr-logo.svg
# small: nhsr-logo.svg
# medium: header
# large: header
# NHS-R Community uses the NHS England colour palette
# https://www.england.nhs.uk/nhsidentity/identity-guidelines/colours/ used
# under the OGL Licence v3.0
color:
palette:
# Core neutrals (Level 2)
white: "#FFFFFF"
black: "#231F20"
grey-dark: "#425563"
grey-mid: "#768692"
grey-pale: "#E8EDEE"
# Blues (Level 1)
blue-dark: "#003087"
blue: "#005EB8"
blue-bright: "#0072CE"
blue-light: "#41B6E6"
blue-aqua: "#00A9CE"
# Greens (Level 3)
green-dark: "#006747"
green: "#009639"
green-light: "#78BE20"
green-aqua: "#00A499"
# Purples and Pinks
purple: "#330072"
pink-dark: "#7C2855"
pink: "#AE2573"
# Reds
red-dark: "#8A1538"
red: "#DA291C" # Emergency Services Red
# Yellows and Orange
orange: "#ED8B00"
yellow-warm: "#FFB81C"
yellow: "#FAE100"
# Bootstrap color aliases - using closest matches without duplication
indigo: blue-dark
cyan: blue-aqua
teal: green-aqua
foreground: black
background: white
primary: blue
secondary: grey-dark
tertiary: grey-pale
success: green
danger: red
warning: yellow-warm
info: blue-light
light: grey-pale
dark: grey-dark
typography:
fonts:
# Note: Frutiger is a licensed NHS England font that requires purchasing
# https://www.england.nhs.uk/nhsidentity/identity-guidelines/fonts/
# - family: Frutiger W01
# source: file
# files:
# - path: fonts/FrutigerLTW01-55Roman.ttf
# - path: fonts/FrutigerLTW01-65Bold.ttf
# weight: bold
- family: Arial
source: system
base:
family: "Arial, sans-serif"
line-height: 1.5
headings:
family: "Arial, sans-serif"
weight: 700
line-height: 1.25
color: blue
defaults:
bootstrap:
defaults:
# NHS-R Community specific variables could be added here
enable-rounded: false