The `import` keyword in Python has different color
hongquan opened this issue · comments
I've used the theme to test it out and it didn't shock me all that much. Would the 'import' keyword need to be the same color as the 'from' keyword?
Would the 'import' keyword need to be the same color as the 'from' keyword?
I wonder why do you have that question? Aren't import
and from
keywords? Doesn't it make sense that the style should be consistent, all the keyword should be in the same color?
The syntax coloring comes from Base16, so the coloring rules comes from it. I guess the thought process was that when from
is used, the import
keyword is only secondary to it, as in one level below (like, digging inside the module).
I'll change it though.