agronick / Relay

An IRC client designed for elementary OS
https://poisonpacket.wordpress.com/relay/
GNU General Public License v2.0
88 stars 15 forks source link

[UI] Add UI Appearance preferences #15

Closed rodneyrod closed 9 years ago

rodneyrod commented 9 years ago

KyRC's default channel window (for me) selects white as both the default background and text colour, although my username colour is changed. Adding preferences to change these settings should be included in a future version.

agronick commented 9 years ago

Are you using Ubuntu? I just put in a fix for Ubuntu. Let me know what distro you are using and we'll figure out how to detect it.

rodneyrod commented 9 years ago

Yeah, Ubuntu Studio with Xfce 4.12

agronick commented 9 years ago

Can you run echo $XDG_CURRENT_DESKTOP in a command line and tell me what it outputs? Right now it is set to detect Unity which is sounds like you won't have. And if you type in locate Adwaita in a command line do you get a bunch of results?

rodneyrod commented 9 years ago

Yeah, text still missing, although it's changed to a very slightly off white colour, same as before. The XDG command returns 'XFCE' (no quotes). Yes, do get a lot of results when typing 'locate Adwaita'

agronick commented 9 years ago

Ok its should be dark now. Its uploaded.

On Mon, Jul 6, 2015 at 2:06 AM, rodneyrod notifications@github.com wrote:

Yeah, text still missing, although it's changed to a very slightly off white colour, same as before. The XDG command returns 'XFCE' (no quotes). Yes, do get a lot of results when typing 'locate Adwaita'

— Reply to this email directly or view it on GitHub.

rodneyrod commented 9 years ago

All fixed, the fastest I've ever seen something done on Github :) Thanks.