Skip to content

Commit

Permalink
feat: CQDG-649 648 edit theme (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulous authored Mar 14, 2024
1 parent df52f27 commit 252e90c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions src/style/themes/cqdg/antd/tags.less
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
}

&-geekblue {
color: @geekblue-9;
color: @geekblue-8;
background-color: @geekblue-2;
}

&-gold {
color: @gold-9;
color: @gold-10;
background-color: @gold-2;
}

Expand All @@ -50,18 +50,18 @@
}

&-lime {
color: @lime-9;
color: @lime-10;
background-color: @lime-2;
}

&-orange,
&-warning {
color: @orange-9;
color: @orange-10;
background-color: @orange-2;
}

&-purple {
color: @purple-9;
color: @purple-7;
background-color: @purple-2;
}
}
20 changes: 10 additions & 10 deletions src/style/themes/cqdg/colors.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,16 @@
@yellow-9: #876800;
@yellow-10: #614700;

@lime-1: #fbfbf3;
@lime-2: #eaebc1;
@lime-3: #dadd92;
@lime-4: #c8cc61;
@lime-5: #babf31;
@lime-6: #a8ad00;
@lime-7: #8f9400;
@lime-8: #767a00;
@lime-9: #595c00;
@lime-10: #363800;
@lime-1: #FCFFE6;
@lime-2: #F4FFB8;
@lime-3: #EAFF8F;
@lime-4: #D3F261;
@lime-5: #BAE637;
@lime-6: #A0D911;
@lime-7: #7CB305;
@lime-8: #5B8C00;
@lime-9: #3F6600;
@lime-10: #254000;

@green-1: #f5ffeb;
@green-2: #d9f7bf;
Expand Down

0 comments on commit 252e90c

Please sign in to comment.