Skip to content

Instantly share code, notes, and snippets.

View Natestah's full-sized avatar

Nathan Silvers Natestah

View GitHub Profile
// Event with custom elements ( the status bar here has its own colors )
private void TextMateInstallationOnAppliedTheme(object sender, TextMate.TextMate.Installation e)
{
var panel = this.Find<StackPanel>("StatusBar");
if (panel == null)
{
return;
}