-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark Theme #4
Comments
Hey, so far there is none. I am working on it. Hopefully within 2 weeks - 1 month, I'll release it. |
Thanks. I've worked with your project and it's great. It doesn't seem to have any problems. Just as I wanted to clone this git I noticed there seemed to be a problem with NP.NLogAdapter SubModule. The git cannot be cloned. Thanks for your great work. |
Hey Nick, ...didn't realize you are same Nick as from ITG!! ... worked with you for a bit on TBlack ... :) Guess what ...Kostya (Konstantin Vints is also working with me ...) ... on a dark theme! .. we are able to style some stuff ... but other things are making us scratch our heads (we not only want to change skin brushes, but also padding, compass etc...) here is my personal email - maybe (kostya you and me) and have a quick chat - and we can help you come up with different themes ... Kerrigan - [email protected] ... Kostya - [email protected] btw: koosha ... i had the same problem with the sub-modules - git clone (even when do git ...clone recursive ...was not working) ... tried using github downloader ...nothing worked... i actually did get it to work ... but unfortunately had to go to each submodule directly ...and clone it like ... another thing I noticed was ...when you build demos (like under submodules) ... it fails to reference the project... you just have to import the referenced project again ...and add as dependency in visual studio ... cheers |
Hey Kerrigan, I've been very busy and did not have time to work on the theme and neither on fixing the NLogAdapter. It is coming though. Are you and Kostya still in ITG? You should never use the demos from the sub-modules - you should load the repository containing them as a separate code tree. Then, hopefully they will work. If you like my software, please, star the repository and vote for my articles on the codeproject. Thanks Nick (formerly from ITG) :) |
OK, I did some changes and it should build now - I fixed some old submodule references. |
I'll try to add theming within a couple of weeks. |
And yes, send me the pictures of what you are trying to achieve, I'll try to add more degrees of freedom to my package in order to make it easy. |
Maybe it's better to just make use of the avalonia default theme resources instead of creating your own separate styles for light/dark themes? https://github.com/AvaloniaUI/Avalonia/tree/master/src/Avalonia.Themes.Default/Accents This also makes it easier for projects using this library to customise the colors to fit their own theme too! :) |
Hey TruDan, |
Sorry for the big delay. I'll try to work on the themes shortly. |
I looked into it and it doesn't seem to be that hard. Those LocalValues are colors that are set to hard color code in the theme. I changed the DockStyles.xaml a bit and it now uses the system color values of Avalonia. So if you set the FluentTheme to light it will be light and if you set it to dark it will be dark. I didn't know much of the system colors of Avalonia so it can get much better than what I did. And there are still some hard coded colors. here is my DockStyles.xaml
|
Hey, I wondered if there is dark theme for this project. I checked the codeproject article and there wasn't any information about theming.
The text was updated successfully, but these errors were encountered: