Giter VIP home page Giter VIP logo

layui-theme-dark's People

Contributors

sentsim avatar sight-wcg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

layui-theme-dark's Issues

浅色导航菜单类样式

我在导航菜单添加样式layui-bg-gray之后,当开启深色模式,依旧是浅色的,我查看元素发现layui-bg-gray使用了!important,所以建议在深色模式下也加上!important

优化所有组件暗色模式下的细节

  • button
  • element.nav
  • element.tab
  • form
  • menu
  • progress
  • badge
  • timeline
  • auxiliar
  • table
  • layer
  • laydate
  • laypage
  • upload
  • dropdown
  • transfer
  • tree
  • colorpicker
  • slider
  • rate
  • carousel
  • flow
  • util
  • code

使用 css 变量重构,方便二次定制

目前第一版是提取颜色 rule 算法生成的,效果还可以。接下来将使用 css 变量重构,方便二次定制。
低版本浏览器使用插件转换或 css-vars-ponyfill

// before
color: var(--lay-red);
// after
color: #FF7948color: var(--lay-red);

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.