Based on the famous Solarized color scheme:
Low contrast, high readability. Designed to reduce eye strain.
Precision colors for machines and people
Based on the famous Solarized color scheme:
Matches your editor perfectly.
#!/bin/bash
# Deploy service
function deploy() {
echo "Deploying to production..."
ssh user@server "sudo systemctl restart service"
if [ $? -eq 0 ]; then
echo "Success!"
else
echo "Failed."
fi
}
Uses Inconsolata font for clear distinction between similar characters (1/l, 0/O).
Clean boxes and callouts that blend with the base02 background.
Ready for input...