This directory contains the DRFT logo in various formats:
logo.svg- Horizontal logo (200x50) for headers and documentationlogo-square.svg- Square logo (128x128) for app icons and social medialogo-icon-only.svg- Icon-only version (50x50) for small spacesfavicon.svg- Small favicon (32x32) for browser tabs
The logo features:
- Code brackets
[ ]representing code-as-infrastructure - An arrow
→in the middle showing transformation/execution - Dart blue color scheme (#0175C2) matching the Dart brand
- Clean, modern design suitable for technical documentation
Once the repository is pushed to GitHub, update docs.json with GitHub raw URLs:
{
"logo": "https://raw.githubusercontent.com/appsup-dart/drft/main/logo.svg",
"favicon": "https://raw.githubusercontent.com/appsup-dart/drft/main/favicon.svg"
}GitHub will automatically use logo.svg in the repository root for the repository's social preview.
- Use
logo.svgfor documentation headers - Use
logo-square.svgfor app icons, social media, or square formats - Use
logo-icon-only.svgfor favicons or icon-only contexts - Use
favicon.svgfor website favicons
All logos are SVG format and can be easily customized:
- Colors: Edit the
#0175C2and#00D4FFcolor values - Size: SVG scales to any size without quality loss
- Text: Modify the "DRFT" text styling as needed