KevinJump / Our.Umbraco.BackOfficeThemes

Backoffice Themes for Umbraco 8+
13 stars 8 forks source link

Added Ace Editor dark theme styles to the Dark theme #18

Closed OwainJ closed 2 years ago

OwainJ commented 2 years ago

Added dark theme styling to the Ace Editor in the back office theme 'Dark'. image

I based it on one of the official Ace Editor themes called 'One Dark', which is available here: https://github.com/ajaxorg/ace-builds/tree/master/css/theme, but modified it to better suit the back office 'Dark' theme.

This fixes issue https://github.com/KevinJump/Our.Umbraco.BackOfficeThemes/issues/4

OwainJ commented 2 years ago

@KevinJump I've just placed the Ace Editor styles at the bottom of the Dark theme's theme.css, is that ok? Also, I wasn't too sure how to build the styles into the example site, so I just manually copied it from Our.Umbraco.BackOfficeThemes/App_Plugins/BackOfficeThemes/themes/dark/theme.css to BackOfficeThemes.Site/App_Plugins/BackOfficeThemes/themes/dark/theme.css, I hope that's ok?

KevinJump commented 2 years ago

Woot ! thanks.

KevinJump commented 2 years ago

(there is a gulp script to copy files to between the sites, i will put something in the readme!)