modscleo4 / roundcube-plugin-dark-html

A Roundcube plugin that turns HTML email dark
Apache License 2.0
1 stars 0 forks source link

how to make it work #1

Open 1frederic opened 1 year ago

1frederic commented 1 year ago

I put the plugin in /usr/local/roundcube-1.6.2/plugins/roundcube-plugin-dark-html then add roundcube-plugin-dark-html in $config['plugins'] I turn on "dark mode" on webmail but html text is always white

do i have to do something else? I can add french traduction if you want (i use french interface)

modscleo4 commented 11 months ago

Sorry for not responding this before

You have to turn on "Enable dark HTML" in Settings > Preferences > Displaying Messages image

Also feel free to open a PR for the french translation

1frederic commented 10 months ago

Thank you very much for your answer. It works now :-) I m a newbie in github, so I dont know how to open a PR but for french translation, i just add this file in localization folder (without -- in the beginning):

cat fr_FR.inc

--<?php $labels = array(); $labels['dark_html_use'] = 'Activer le mode sombre pour les messages en HTML';

Have a good day