shades-of-purple-vscode icon indicating copy to clipboard operation
shades-of-purple-vscode copied to clipboard

Improve the colors for other languages

Open thitemple opened this issue 5 years ago • 2 comments

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

thitemple avatar May 11 '19 00:05 thitemple

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.

ahmadawais avatar May 11 '19 13:05 ahmadawais

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

thitemple avatar May 11 '19 15:05 thitemple