Page 1 of 1

Color variations

Posted: 04 Nov 2015, 12:23
by onitgroup
Hi,
I would ask if in next releases of Adamantium it's planned to insert new color variations.
Thanks

Re: Color variations

Posted: 08 Nov 2015, 19:23
by mert.sincan
We added Less feature for Rio, Modena, Adamantium, Volt; (Less Detail: http://lesscss.org/ ) You can easily change font-size, all colors (background-color, color, border-color etc.), transition of components and layouts in Rio, Modena, Adamantium, Volt.
If you want to change background-color of topbar in Adamantium, you can change value of @topbar-bg-color in layout-variables.less;
@topbar-bg-color: #6d4c41;
To change style of components -> theme-variables.less
To change style of Layout-> layout-variables.less

I changed values of some variables for my example in layout-variables.less;

Code: Select all

@topbar-bg-color: #6d4c41;

@mainmenu-toggler-bg-color-hover:#6d4c41;
@mainmenu-toggler-icon-lines-bg-color: #ffffff;

@topbar-menu-first-level-link-color: #ffffff;
@topbar-menu-first-level-link-bg-color-hover:#6d4c41;
My screenshot;
Image

Re: Color variations

Posted: 09 Nov 2015, 16:04
by onitgroup
Thank you very much for support!

Re: Color variations

Posted: 09 Nov 2015, 21:52
by mert.sincan
You're welcome ;)

Re: Color variations

Posted: 01 Jul 2016, 16:45
by rapzodo
I did it and it didnt work, do i need to republish or something? recompile less file?

Re: Color variations

Posted: 11 Jul 2016, 15:26
by mert.sincan

Code: Select all

recompile less file?
Yes, you need to make some settings on your IDE or produce css files from less files on commandline; http://lesscss.org/#using-less-command-line-usage

Netbeans;
Image