if (gh.theme === 'light') { return 'meh'; } else { console.log('Welcome, dark side dev ⚡ Thanks for dropping by!'); }