From ad8790f8a559a1811336668a00992a3148275d63 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Tue, 18 Jan 2022 16:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=E4=BB=BB=E5=8A=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E4=B8=8Bjsy=E7=9A=84less=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsy.lessconfig.json | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/jsy.lessconfig.json b/jsy.lessconfig.json index da0ee54b4..8e2974193 100644 --- a/jsy.lessconfig.json +++ b/jsy.lessconfig.json @@ -1,13 +1,20 @@ { - "@font-color-normal": "#031b4e", - "@font-color-highlight": "#305bd3", - "@font-color-light-gray": "#0d1540", - "@font-color-disabled": "fade(#031b4e, 40)", - "@font-color-light-disabled": "fade(#0d1540, 20)", + "@color-primary": "#00acbe", + "font-color-normal": "#0d1540", + "font-color-light-gray": "#0d1540", + "font-color-disabled": "fade(#0d1540, 40)", + "font-color-light-disabled": "fade(#0d1540, 20)", + "font-color-success": "#28b668", + "font-color-negative": "#e65251", + "font-color-warning": "#faaa39", + "font-color-tips": "fade(#0d1540, 40)", - "@background-color-highlight": "#305bd3", - "@background-color-light-disabled": "fade(#0d1540, 5)", + "background-color-light-disabled": "fade(#0d1540, 5)", + "background-color-dark-success": "#28b668", + "background-color-negative": "#e65251", + "background-color-warning": "#faaa39", - "@border-color-highlight": "#305bd3", - "@border-color-disabled": "#e8eaed" + "border-color-disabled": "#e8eaed", + "border-color-success": "#28b668", + "border-color-negative": "#e65251" } \ No newline at end of file