ahmadawais / shades-of-purple-vscode

🦄 Shades of Purple offers a hand-picked selection of bold and vibrant shades of purple that will transform your code into a visually stunning masterpiece. With its carefully crafted color palette, this theme brings a sense of style, elegance, and whimsy to your favorite code editor, making your coding sessions a delightful journey of creativity.
https://marketplace.visualstudio.com/items?itemName=ahmadawais.shades-of-purple
Other
737 stars 62 forks source link

Improve the colors for other languages #46

Open thitemple opened 5 years ago

thitemple commented 5 years ago

Hey there, I love your theme, it's my theme of choice these days. The thing is, I've been doing some F# and it doesn't tokenize some of the keywords so well.

Here's how it shows:

image

And here's the same screenshot using the Dracula theme.

image

Do you think that could be improved? Thanks

ahmadawais commented 5 years ago

Glad you like it. Can you share the code above and the file name with the extension so I can help? Also, share if you use any extension to get syntax grammar.

thitemple commented 5 years ago

Sure thing. The extension needed for F# is https://marketplace.visualstudio.com/items?itemName=Ionide.Ionide-fsharp

All F# file have an extension of either .fs or .fsx.

Here's a sample file: https://github.com/klanthier/fable-polaris/blob/master/sample/src/App.fs