Okay
  Public Ticket #2374482
Change Neon Skin to Custom Color Palette
Closed

Comments

  • Jorge started the conversation

    Is there a way to assign your own custom palette of colors to the Neon Admin template? I know it comes with pre-defined skins but would like to assign a specific color palette. 

  • [deleted] replied

    Hi Jorge,

    Yes that is possible, for example you can duplicate skin file:

    neon/assets/less/skins/blue.less

    To your preferred skin name, lets say:

    neon/assets/less/skins/my-skin.less

    Then modify the colors in .neon-skin-variant mixin and compile to css directory, then include in your Neon project files as last enqueue style.

    Please note that the mixin might not suit 100% of colors you want to apply, but will be an approximation to your goal.

  • Jorge replied

    Hello, 

    How do I get to .neon-skin-variant mixin?

    Sorry, new to LESS. 

  • [deleted] replied

    Hi Jorge,

    The .neon-skin-variant mixin is located in:

    assets/less/neon-less/skin-variants.less

    There you can change/add/remove the CSS generated by this mixin.

    Then compile either skins/*.less files or include the mixin in neon-theme.less file to combine the CSS together.