jun7 / rox-filer

ROX file manager
24 stars 6 forks source link

Change default color settings #122

Closed step- closed 8 years ago

step- commented 8 years ago

Commit 47dbb96d changed color defaults from no alpha transparency, use background, background white to 40% alpha transparency, use background, background black. Below the left columns shows the default settings in compiz, jwm and openbox respectively. The second column shows the default settings but background color is set white. It looks like the default settings aren't good for new users; black/blue labels are unreadable against the dark background. Also, maybe enabling alpha transparency by default should be avoided.

compiz-0 compiz-1

jwm-0 jwm-1

ob-0 ob-1

jun7 commented 8 years ago

I'm thinking of it.

jun7 commented 8 years ago

Thanks for the report.

step- commented 8 years ago

Thank you for this change. There's still a small open issue. In options change default background color to #FFFFFF. This is what gets written into file "Options"

  <Option name="background_colour">#fffffffffefe</Option>
jun7 commented 8 years ago

I can't confirm it. Is there any step?

step- commented 8 years ago

Correction: change default color to #FFFFFE for above. No special steps required. Perhaps it's due to machine architecture? I compile 64-bit version.


00


10


30


40


aa

jun7 commented 8 years ago

I see. Because GdkColor's RGB is 16bit, then ffff every RGB is a natural. It happens even standard rox.

step- commented 8 years ago

Hello, is this something that you could fix?

jun7 commented 8 years ago

Is there any problem?

step- commented 8 years ago

No problem, sorry. I was confused.