• Resolved jacquestrimoon

    (@jacquestrimoon)


    You guys are more than welcome to implement the styles on the main plugin. You can get the files here: https://github.com/TrimoonJac/wpide2021

    All I added was a ‘2021.css’ file and edited these files:

    ‘js/load-editor.js’
    ‘wpide.php’
    the icons in the ‘images’ & ‘css/images’

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thank you very much! We appreciate that!
    Devs will have a look and put it in one of the future versions ??

    This is great, I was looking for this. Am I right that WPIDE runs on the ACE editor? ( Ace website ) – If so then I understand there are already 24 colour themes built in. Can these be accessed by adding some settings?

    ACE editor – yes.
    We could use those 24 without coding for weeks, but it’s not 2 clicks either ?? I’ll see if we can just copy/paste them in.

    There is a small issue with the dark mode reskin – the insert point is not where the cursor is but about 3 characters to the right.

    Thread Starter jacquestrimoon

    (@jacquestrimoon)

    Thank you @kenrichman, I’ve spotted the issue a while back already.

    You can get the updated files here: https://github.com/TrimoonJac/wpide2021

    Thread Starter jacquestrimoon

    (@jacquestrimoon)

    Also @webfactory how I did the colours of the code syntax is with a css filter hue.

    It targets the #fancyeditordiv with this css:
    filter: invert(1) hue-rotate(123deg) brightness(1.1) contrast(0.75);

    You guys can maybe make a setting to play around with that ‘hue-rotate’ or even the whole filter css where the user can type/select/drag their own hue/brightness/contras/etc. in the settings to personalise it a bit more.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘I made a dark mode reskin with new icons…check it out!’ is closed to new replies.