update theme

i18n
xaoxuu 6 years ago
parent 69b1f320a7
commit 9600921622
  1. 26
      source/less/_defines.less

@ -21,6 +21,8 @@
@spacing-unit: 30px; @spacing-unit: 30px;
@gap: 20px; @gap: 20px;
// Colors
// Material color scheme // Material color scheme
@material-red: #f44336; @material-red: #f44336;
@material-pink: #E91E63; @material-pink: #E91E63;
@ -42,16 +44,6 @@
@material-yellow: #FCEC60; @material-yellow: #FCEC60;
@material-amber: #F6C344; @material-amber: #F6C344;
@ax-light-pink: #E7BED0;
@ax-red: #F05153;
@ax-blue: #52A1F8;
@xiaowenwen-green: #5CC281;
@mac-minimize: #FFBD2B;
@mac-close: #FE5F58;
// Colors
// 基本不变的黑白灰 // 基本不变的黑白灰
@black: #444444; @black: #444444;
@grey-color: #828282; @grey-color: #828282;
@ -59,12 +51,24 @@
@light: #eeeeee; @light: #eeeeee;
@dark: #666666; @dark: #666666;
@mac-maximize: #3DC550;
@mac-minimize: #FFBD2B;
@mac-close: #FE5F58;
@xiaowenwen-green: #5CC281;
@ax-light-pink: #E7BED0;
@ax-light-red: #ff797b;
@ax-red: #F05153;
@ax-blue: #52A1F8;
// 自定义主题色 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> // 自定义主题色 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
// 网页背景 // 网页背景
@theme-bg-main: #EFEFEF; @theme-bg-main: #EFEFEF;
// 导航栏背景(主题色) // 导航栏背景(主题色)
@theme-bg-header: @ax-red; @theme-bg-header: @ax-light-red;
// 卡片背景 // 卡片背景
@theme-bg-card: #FFF; @theme-bg-card: #FFF;
// 代码块的背景色 // 代码块的背景色

Loading…
Cancel
Save