Skip to content

Instantly share code, notes, and snippets.

View brocw's full-sized avatar
☀️

Broc Weselmann brocw

☀️
View GitHub Profile
@brocw
brocw / helix-themed
Created April 8, 2026 15:41
Helix Adaptive Color Theme Wrapper Script
#!/bin/bash
CONFIG="$HOME/.config/helix/config.toml"
HOUR=$(date +%H)
# Adjust window to taste
SUNRISE=7
SUNSET=20
LIGHT_THEME="github_light"