Compare commits

..

No commits in common. "main" and "release-0.0.1" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
nix build --experimental-features "nix-command flakes" .#deploy
nix build --experimental-features "nix-command flakes" .#

View File

@ -1,6 +1,6 @@
import subprocess
colors = [ "black", "color", "color_dark", "red", "white" ]
colors = [ "black", "color", "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" ]),

View File

@ -1,5 +0,0 @@
export RED="#C8102E" # PMS 186
export GOLD="#B9975B" # PMS 465
export BLACK="#FFFFFF"
export WHITE="#000000"
export COLOR="color_dark"