-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Nebular 4.0 will get an update to Theme System, we need your help. #1331
Comments
Exciting stuff, looking forward to it! 🙂
Yes! We based off of Cosmic for our project to make a more general "Dark" theme, with the color palette fitting our game's overall theming.
Not currently, but we like the idea and would eventually look into supporting two run-time themes for the website. (Probably Dark and Light, as usual).
Not really. We mainly use the styles.scss file for our customizations. Any extra changes are per-component and usually very minor. |
Can't wait!
Yes we do, we create our own templates and extend the existing 3 templates - mainly for dark themes based on Cosmic. Although we didn't achieve yet customization of the Toastr like with the Cosmic theme - that seems to be more challenging.
Yes we do, this is a feature we definitely like! Awesome work.
Some but not in large extent. The main adaptations are in themes.scss. |
Hi guys! I have a personal panel with login user and role. Is Akveo ngx-admin + Laravel 5.8. |
Link to my repository: https://github.com/gemins/ngxadmin-lumen-jwtlogin-base |
Using Corporate for as a base for the projects we work on.
Never used it, never had a use-case nor customer request.
The overall layout/style of the components are within 'range'. We probably set around 50-100 of the theme variables per project, and use ::ng-deep style customizations in almost every custom component. |
Will include support for translations |
Dear nebular teams: |
Yes, with the following overwrites (we might need more, but so far that's all we have edited):
No, but if it was really easy and possibly not dependent on pre-defined themes, definitely. It would be awesome it we could generate the theme dynamically at run-time based on one or more starting colors.
No |
Can't wait :)
Yes we do. For example,
Yes, we had a dark and light theme. However, after UI redesign there's only one left now.
No. |
Thanks for the information 😃
Yes, we use Corporate theme as a basis. We override quite a lot of the predefined SCSS variables: themes.scss
$nb-themes: nb-register-theme((
color-primary: $primary,
color-primary-hover: $primary-hover,
color-secondary: $secondary,
color-fg: $primary,
color-success: #27ab60,
color-danger: #c0392b,
font-size-xlg: 1.5rem,
header-bg: #fff,
header-fg: $primary,
link-color: $primary,
link-color-hover: $primary-hover,
header-height: 4rem,
stepper-accent-color: $secondary,
form-control-selected-border-color: $primary,
select-border-width: 1px,
btn-border-radius: 0.5em,
context-menu-active-bg: $primary,
context-menu-border: $primary,
btn-secondary-bg: $secondary,
btn-secondary-border: $secondary,
sidebar-header-gap: 2rem,
sidebar-header-height: initial,
sidebar-padding: 0,
sidebar-width: 5rem,
sidebar-bg: $primary,
layout-content-width: 1400px,
menu-fg: #fff,
menu-bg: $primary,
menu-active-fg: #fff,
menu-active-bg: $secondary,
menu-submenu-item-border-radius: 0,
menu-icon-color: #fff,
menu-icon-active-color: #fff,
menu-icon-font-size: 2rem,
menu-icon-margin: 0,
menu-item-separator: #fff,
), kpi, corporate);
No.
From time to time, especially |
Posted a separate issue on this, but just thought I'd ask here too: looks like @next requires Angular 8. What about those of us whose client apps will remain on Angular 7 for a while? |
id be really happy if there was a theme built using pure bootstrap classes so it would be as simple as compiling your own bootstrap theme to change the look and feel of the app. |
Just one thing. Documentation! I found extremely frustrating to use and modify the theme because I had (and still have) no clue on what to look for and how things are organised. Using Nebular for my app is largely a failed experiment mostly because of complications like this. Thanks for the effort in the theming! I'll look into it again once it's done. |
I am just starting a project using Nebular. It looks awesome. I am planning to use the theming system but since v4.0.0-rc.5 is already out I do not want to use the theming system of earlier versions. Do you have any documentation ready how to use the new theming? Something like https://akveo.github.io/nebular/docs/guides/theme-system#nebular-theme-system? |
First and foremost, thanks for your wonderful work. I have never been to Belarus 🇧🇾 but knowing that great team is producing such a nice and open source project and that I have also remotely worked with someone in Minsk put the city on my I teach https://github.com/CollegeBoreal/Tutoriels/tree/master/3.Angular/B.Theme For an online client, I base their custom Theme out off the ☑️ Do you use custom Nebular Themes? Theme example or at least a count of changes (variables changed) is appreciated. ☑️ Do you use multiple run-time Themes? ☑️ Do you customize Nebular styles with custom css? How big are those customizations? Tiny i.e. One great library I like is the Avkeo's https://github.com/CollegeBoreal/Tutoriels/tree/master/3.Angular/A.Auth It helps me explain the Keep it cool guys and thanks for the great and |
Many thanks for your feedback and help, this helps us to understand the use cases a lot. We have just released one of the closes to 4.0.0 releases - 4.0.0-rc.7. It contains a complete set of features as well as a migration guide and updated documentation. If you are ready to update, we uploaded the We would really appreciate hearing your feedback on the update steps, quality of the guide and if you have any questions or complications - please post a comment here #1524. Thanks again and looking forward to your feedback. |
|
Nebular 4 is out! 🎉 Looking forward to your feedback.
|
nebular theme is awesome thanks to the team |
Good day Nebular users!
I have a couple of wonderful news for you 🎉
As some of you might already noticed, we are heavily working on something new. 😃 And it's time to reveal our plans and also aks a bit for your help.
Starting from Nebular 4.0 we will be updating Nebular components design and also upgrading Theme System to support various designs in the future!💅
We are looking to simplify the theming process and make it more convenient, obvious and unified across all of the components bringing application based on Nebular to the next level of quality and awesomeness:🚀
On the other side, great new things come at a price, and it's Breaking Changes in our case. At the moment we envision the following:
@Input
s and possibly@Ouput
s❗️ That's why we are looking for your feedback. We would really appreciate hearing your experience on the following points:
Thanks in advance for your help, let's bring Nebular to the new level together!
P.S. Work in progress is available in the next dev branch. And some more info is in the CHANGELOG file.
The text was updated successfully, but these errors were encountered: