jesusOmar/one-dark-phpstorm

PHPstorm 10 compat

Closed this issue ยท 8 comments

iilei commented

Thank you for this beautiful color scheme!

With version 10 there is no colors folder ๐Ÿ˜ข โ€“ do you know how to use this theme with the latest version of PHPStorm?

I was about to write this issue. Thanks!

I've been using the Material Theme so I hadn't noticed... but I will investigate as soon as possible.

I made a PR with some Javascript enhancements... PHP sintax is now working too ๐Ÿ˜„

@iilei I believe that if the colors folder is missing from ~/Library/Preferences/WebIde100 on Mac you should be able to create it and place the color scheme there. I'm merging the JS enhancements and everything seems to work for me on PHPStorm 10.0.3 can you confirm?

Not working on phpstorm9, print this error:
Cannot read scheme OneDark.icls from '$ROOT_CONFIG$/colors': Unsupported color scheme version: 142

To fix this, set version value in color schema file 141 instead 142.

scheme name="One Dark" version="141" parent_scheme="Default"

Sorry for bad english.

iilei commented

@jesusOmar works like a charm! Thanks ๐Ÿ‘

Amazing!!!! Many thanks!