mirror of
https://github.com/beta-nu-theta-chi/branding.git
synced 2025-12-07 11:04:46 +00:00
Compare commits
3 Commits
release-0.
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8d5d95fa0 | ||
|
|
c8f9d9dabf | ||
|
|
04d6ff687c |
2
build.sh
2
build.sh
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
nix build --experimental-features "nix-command flakes" .#
|
||||
nix build --experimental-features "nix-command flakes" .#deploy
|
||||
@ -1,6 +1,6 @@
|
||||
import subprocess
|
||||
|
||||
colors = [ "black", "color", "red", "white" ]
|
||||
colors = [ "black", "color", "color_dark", "red", "white" ]
|
||||
|
||||
logos: list[tuple[str, list[tuple[str, list[str]]]] | tuple[str, list[tuple[str, list[str]] | tuple[str, list[str]]]]] = [("OX", [
|
||||
("-uni", [ "FRATERNITY" ]),
|
||||
|
||||
5
src/colors/color_dark.sh
Executable file
5
src/colors/color_dark.sh
Executable file
@ -0,0 +1,5 @@
|
||||
export RED="#C8102E" # PMS 186
|
||||
export GOLD="#B9975B" # PMS 465
|
||||
export BLACK="#FFFFFF"
|
||||
export WHITE="#000000"
|
||||
export COLOR="color_dark"
|
||||
Loading…
Reference in New Issue
Block a user