Hi Unal,
First you will need to make sure the compiler it works on your site.
http://screencast.com/t/fO9KjEHBRXt7
1. Go to
EasyDiscuss backend > Layout > General > Test Compile Stylesheet.
2. Pick the selected theme and compile stylesheet mode to [force]
The dark theme are located at /components/com_easydiscuss/themes/dark/. If you want to update the color for dark theme, those colors variables at /components/com_easydiscuss/themes/
dark/styles/variables.less
E.g.:
From:
@discussWrapperBackground: #222;
to:
@discussWrapperBackground: red;
Once you updated the variables.less file, go to frontend refresh the EasyDiscuss page you will see the color change.
If you have made any modifications to component core files, your changes will be lost when you upgrade the component.