mirror of
https://github.com/beta-nu-theta-chi/branding.git
synced 2025-12-07 11:04:46 +00:00
Add branding.yml to the build
This commit is contained in:
parent
b14695a147
commit
a23d38c90f
14
src/_brand.yml
Normal file
14
src/_brand.yml
Normal file
@ -0,0 +1,14 @@
|
||||
color:
|
||||
palette:
|
||||
military-red: "${RED}"
|
||||
resolute-gold: "${GOLD}"
|
||||
process-black: "${BLACK}"
|
||||
white: "${WHITE}"
|
||||
background: white
|
||||
foreground: process-black
|
||||
primary: military-red
|
||||
secondary: resolute-gold
|
||||
logo:
|
||||
small: branding/logo-${COLOR}.svg
|
||||
medium: branding/logomark-uni-${COLOR}.svg
|
||||
large: branding/stacked-uni-${COLOR}.svg
|
||||
@ -37,6 +37,7 @@ for color in colors:
|
||||
script += f'''
|
||||
source ./colors/{color}.sh
|
||||
source ./style.sh
|
||||
envsubst -i ./_brand.yml -o out/_brand-{color}.yml
|
||||
'''
|
||||
|
||||
for logo in logos:
|
||||
|
||||
@ -1,2 +1,5 @@
|
||||
export RED="#000000"
|
||||
export GOLD="#000000"
|
||||
export BLACK="#000000"
|
||||
export WHITE="#FFFFFF"
|
||||
export COLOR="black"
|
||||
|
||||
@ -1,2 +1,5 @@
|
||||
export RED="#C8102E" # PMS 186
|
||||
export GOLD="#B9975B" # PMS 465
|
||||
export BLACK="#000000"
|
||||
export WHITE="#FFFFFF"
|
||||
export COLOR="color"
|
||||
|
||||
@ -1,2 +1,5 @@
|
||||
export RED="#C8102E" # PMS 186
|
||||
export GOLD="#C8102E" # PMS 186
|
||||
export BLACK="#000000"
|
||||
export WHITE="#FFFFFF"
|
||||
export COLOR="red"
|
||||
|
||||
@ -1,2 +1,5 @@
|
||||
export RED="#FFFFFF"
|
||||
export GOLD="#FFFFFF"
|
||||
export BLACK="#000000"
|
||||
export WHITE="#000000"
|
||||
export COLOR="white"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user