Open Closed

Lepton Theme 'light theme pro' #4742


User avatar
0
lzy199993 created

I am trying to use Lepton Theme in Blazor Webassembly UI. But how to change the color scheme from 'Material Theme PRO' to 'light theme pro'


3 Answer(s)
  • User Avatar
    0
    mahmut.gundogdu created

    The source code includes a folder called "_colors" if you downloaded SCSS files. Definitions of colors are in the folder. You may compose them and modify the colors.

  • User Avatar
    0
    lzy199993 created

    The source code includes a folder called "_colors" if you downloaded SCSS files. Definitions of colors are in the folder. You may compose them and modify the colors.

    but I thought the ''light theme pro' schema is pre-defined...

    <link href="_content/Volo.Abp.AspNetCore.Components.Web.LeptonTheme/styles/lepton6.css" rel="stylesheet" id=LeptonStyle /> I tried to switch the css file, but not work.

  • User Avatar
    0
    mahmut.gundogdu created

    The source code includes a folder called "_colors" if you downloaded SCSS files. Definitions of colors are in the folder. You may compose them and modify the colors.

    but I thought the ''light theme pro' schema is pre-defined...

    <link href="_content/Volo.Abp.AspNetCore.Components.Web.LeptonTheme/styles/lepton6.css" rel="stylesheet" id=LeptonStyle /> I tried to switch the css file, but not work.

    ok sorry I made mistake. Lepton-x vs lepton. Ok sorry. I will look for lepton

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11