thlorenz / brace

📔 browserify compatible version of the ace editor.
http://thlorenz.github.io/brace/
MIT License
1.06k stars 302 forks source link

Missing Themes #87

Open cpitt opened 7 years ago

cpitt commented 7 years ago

Brace is missing quite a few themes from the current version of Ace. Looks like while Ace was updated in Brace, the themes haven't been updated and are lagging behind several version numbers and all the themes listed in ext/themelist.js are not available

EDIT: On some further research it seems that the themes are missing from the ace-builds repo as well

EDIT 2: As far as I can tell it's only missing the gruvbox theme

EDIT3: Created an issue with ace-builds https://github.com/ajaxorg/ace-builds/issues/107

thlorenz commented 7 years ago

Thanks, keeping this open until the issue in the ace-builds repo gets resolved. Then we should run another update, verify the theme is there and close the issue here.