Commit
eeco
docs: use the Atom One Light palette in the light-mode logo
modified assets/eeco_logo_light.png
binary file — no preview
modified scripts/render_logo.swift
@@ -10,9 +10,11 @@
// Requires Orbitron-Regular.ttf, Orbitron-Bold.ttf, Orbitron-SemiBold.ttf
// in /Library/Fonts or ~/Library/Fonts.
//
// Reproduce the committed assets (neutral "e" + blue "eco" accent):
// Reproduce the committed assets — neutral "e" + blue "eco" accent.
// Light logo uses the Atom One Light palette (reads on white); dark logo
// uses Atom One Dark (reads on dark):
// swift scripts/render_logo.swift 4 assets/eeco_logo_light.png \
// --color1 282c34 --color2 61afef
// --color1 383a42 --color2 4078f2
// swift scripts/render_logo.swift 4 assets/eeco_logo_dark.png \
// --color1 abb2bf --color2 61afef
//