Binaryify / OneDark-Pro

Atom's iconic One Dark theme for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=zhuangtongfa.Material-theme
MIT License
1.52k stars 289 forks source link

Changes I made to One Dark Pro Vivid #218

Closed chpxu closed 5 years ago

chpxu commented 6 years ago

Before I start, I really love this theme and is my primary theme of VSCode - awesome!

So, I tinkered with the file for ODPV and made some personal changes, which are active in my editor at time of writing. These changes mainly focused on HTML, CSS/SCSS/LESS, and JS as I do Front-End Development. Below is my edited ODPV file (in a zip as GitHub won't let me post .json), I have attempted to label everywhere I made edits with a [EDITED] prefix (though there may be some others), and added Custom styles at the bottom of the file, marked with [CUSTOM].

Some changes include: • Unit (px, vh, vw, fr ...etc) highlighting for CSS/SCSS/LESS • Pseudo-elements and classes are different colours from the default orangey to differentiate • Class selectors are now slightly more greener, to reflect the colour of double quotes in HTML files

• JavaScript string literal ${} is now differentiable from normal string • Functions now orangey (this one was more of a personal preference) • Class names are now red like variable names

I hope some changes here could be considered for a future update, thank you!

OneDark-Pro-vivid edited.zip

PS: ODPV meant One Dark Pro Vivid for those who might have been confused

Binaryify commented 6 years ago

new version could custom syntax color more easy now

chpxu commented 5 years ago

Yup, thanks, closing