Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-vim-31687yelif ide.is_OSS():
ide.insertTheme(‘spacegray’, ‘themes/spacegray.[insert file type]’)
Yes! Broke the chain with Python! -
Actually I can't decide which one I like more... Spacegray or Atom One Dark... 🤔
-
@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*
Checking out new editors:
if (editorHasTheme('SpaceGray')) {
installEditor();
} else {
checkNextEditor();
}
undefined