22

Checking out new editors:

if (editorHasTheme('SpaceGray')) {
installEditor();
} else {
checkNextEditor();
}

Comments
  • 10
    else {
    createTheme('spacegray');
    }
  • 8
    Else {
    PenAndPaper()
    }
  • 5
    else {
    useVim();
    }
  • 5
    else {
    brainPower(idea);
    }
  • 3
    elif ide.is_OSS():
    ide.insertTheme(‘spacegray’, ‘themes/spacegray.[insert file type]’)

    Yes! Broke the chain with Python!
  • 6
    else {
    Watchporn()
    }
  • 4
    Else {
    useWord ();
    }
  • 0
    Actually I can't decide which one I like more... Spacegray or Atom One Dark... 🤔
  • 1
    @tomiolah1998 now that the pattern is broken... There is something about Space Gray that I just love. It's cool on the eyes and the syntax color just works so well. I'll check out the Atom one too!

    @RedBorg *comments your code out*
  • 1
    @ArtNo nah, Microsoft probably spies on that, just like on Windows 10
  • 3
    else {
    If (osMachine === "Windows") {
    osMachine = "Linux"
    }
    }
Add Comment