New dark theme
Moderator: leecollings
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: New dark theme
@gizmocuz, is it okay for you if I make a pull request to add this theme to the Domoticz source?
More info about the theme at https://github.com/gerard33/dark-th3me.
More info about the theme at https://github.com/gerard33/dark-th3me.
Not using Domoticz anymore
Re: New dark theme
Hi @G3rard
I found one bug. WHen open zwave is not initialized button configuration is other than buttons on others devices. Other font and size. when open zwave is initialized ok button is ok.See on my screen
I found one bug. WHen open zwave is not initialized button configuration is other than buttons on others devices. Other font and size. when open zwave is initialized ok button is ok.See on my screen
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: New dark theme
The theme is part of the standard Domoticz themes since v3.6745
Not using Domoticz anymore
-
- Posts: 14
- Joined: Thursday 24 November 2016 12:14
- Target OS: Linux
- Domoticz version:
- Contact:
Re: New dark theme
hi,
is that the theme applyed to graph too ?
is that a full theme ?
is that the theme applyed to graph too ?
is that a full theme ?
-
- Posts: 39
- Joined: Friday 12 December 2014 13:25
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 3.9639
- Location: Spain
- Contact:
Re: New dark theme
Congratulations! Good job!
Enviado desde mi A0001 mediante Tapatalk
Enviado desde mi A0001 mediante Tapatalk
- corbin
- Posts: 463
- Joined: Saturday 20 August 2016 22:57
- Target OS: Windows
- Domoticz version: Beta
- Location: Brisbane, Australia
- Contact:
Re: New dark theme
Really liking this theme!
Question about the Xiaomi Gateway in Domoticz? Please check the Wiki first: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)
-
- Posts: 21
- Joined: Monday 06 February 2017 0:57
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: New dark theme
I have switched to this one also. Nicely done.
I have one suggestion.
Maybe add a couple of pixels space between the table and the buttons: Cheers
I have one suggestion.
Maybe add a couple of pixels space between the table and the buttons: Cheers
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: New dark theme
Yeah, indeed. Changed it on my Github and made a pull request for the theme in Domoticz.
Not using Domoticz anymore
-
- Posts: 45
- Joined: Thursday 09 February 2017 18:31
- Target OS: Raspberry Pi / ODroid
- Domoticz version: beta
- Contact:
Re: New dark theme
Good job G3rard. Thanks.
How can I change the background color and the fonts color in the log.
How can I change the background color and the fonts color in the log.
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: New dark theme
See https://github.com/gerard33/dark-th3me/ ... m.css#L464
Place after the color code if you see no changes.
Place
Code: Select all
!important
Not using Domoticz anymore
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: New dark theme
Nice theme.
Issue: the slider for blinds goes throug the close image of the blinds.
Question: where can the font size for the dasboard just for the mobile variant of the theme be changed?
The data font size is perfect (light blue text), but on the mobile, the labels font size is to big (my opion)
Sorry I'm currently not able to upload images (working in my mobile)
Issue: the slider for blinds goes throug the close image of the blinds.
Question: where can the font size for the dasboard just for the mobile variant of the theme be changed?
The data font size is perfect (light blue text), but on the mobile, the labels font size is to big (my opion)
Sorry I'm currently not able to upload images (working in my mobile)
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: New dark theme
I fixed the Issue with the slider in the custom.css:
Changed lines are:
width: calc(95% - 95px) !important;
margin-left: 100px !important;
Now I'm going to take a look at the mobile variant....
Code: Select all
.dimslider {
position: relative;
width: calc(95% - 95px) !important;
background-color: #555555 !important;
border-radius: 0px !important;
height: 10px;
margin-top: 7px !important;
margin-left: 100px !important;
box-shadow: initial;
}
width: calc(95% - 95px) !important;
margin-left: 100px !important;
Now I'm going to take a look at the mobile variant....
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Re: New dark theme
I really like this theme, I'm using it on my installation.
I do have one remark though: On the mobile version the items on the dashboard are looking very different then the items on for example the Switches-tab. I think they are looking better on the other tabs. Is there a reason why they are so different? On the desktop-version the styling is identical, and in the default Domoticz-design the items on the dashboard in mobile are also very similar to the other tabs.
It isn't very important, but I just thought I'd share my thoughts. Great work on the theme, wish I could pull something like this off.
I do have one remark though: On the mobile version the items on the dashboard are looking very different then the items on for example the Switches-tab. I think they are looking better on the other tabs. Is there a reason why they are so different? On the desktop-version the styling is identical, and in the default Domoticz-design the items on the dashboard in mobile are also very similar to the other tabs.
It isn't very important, but I just thought I'd share my thoughts. Great work on the theme, wish I could pull something like this off.
- G3rard
- Posts: 669
- Joined: Wednesday 04 March 2015 22:15
- Target OS: -
- Domoticz version: No
- Location: The Netherlands
- Contact:
Re: New dark theme
Thanks! No specific reason why the dashboard for mobile is like this (guess it was already like this in the theme which I used as a base).Hobbybob wrote:I really like this theme, I'm using it on my installation.
I do have one remark though: On the mobile version the items on the dashboard are looking very different then the items on for example the Switches-tab. I think they are looking better on the other tabs. Is there a reason why they are so different? On the desktop-version the styling is identical, and in the default Domoticz-design the items on the dashboard in mobile are also very similar to the other tabs.
It isn't very important, but I just thought I'd share my thoughts. Great work on the theme, wish I could pull something like this off.
Maybe @htilburgs already had a look at it to change it?
htilburgs wrote: Now I'm going to take a look at the mobile variant....
Not using Domoticz anymore
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: New dark theme
Sorry, had no time for this. Try later this week.
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Re: New dark theme
I had not seen the remark, sorry for pushing
Would be great if it could be done though!
Would be great if it could be done though!
- htilburgs
- Posts: 464
- Joined: Tuesday 03 November 2015 11:01
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: New dark theme
I've been looking at the mobile theme, but cannot figure out how it works.
It doesn't matter what I change, it always stays the same.
For now my available time is gone, without results.....
It doesn't matter what I change, it always stays the same.
For now my available time is gone, without results.....
Hardware:
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
RPi3 - Aeon Labs Z-Stick GEN5 - Fibaro Dimmer 2 - Fibaro Roller Shutter 2 - Fibaro Smoke Sensor - Yeelight RGBW Led bulb - Yeelight Smart LED Light Strip - Neo Coolcam PIR Motion Sensor - Neo Coolcam PowerPlug - Nest Thermostat v3
Re: New dark theme
No worries, thank you for the time you put into it!htilburgs wrote:I've been looking at the mobile theme, but cannot figure out how it works.
It doesn't matter what I change, it always stays the same.
For now my available time is gone, without results.....
-
- Posts: 1
- Joined: Tuesday 24 October 2017 17:19
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: New dark theme
Hi G3rard, I love this theme, it's now my default and my icons go perfectly with it.
One small thing I'd like to change are the colours of the non-selected selector buttons. I'd like to make them darker if possible.
I've tried changing what I thought were the right values in the css file but just ended up changing other items.
Could you possibly point me in the right direction please?
Kind regards
Martin
One small thing I'd like to change are the colours of the non-selected selector buttons. I'd like to make them darker if possible.
I've tried changing what I thought were the right values in the css file but just ended up changing other items.
Could you possibly point me in the right direction please?
Kind regards
Martin
Who is online
Users browsing this forum: No registered users and 0 guests