Skip to content

Commit

Permalink
fix: fix theme
Browse files Browse the repository at this point in the history
  • Loading branch information
devcui committed Sep 18, 2024
1 parent 349f452 commit c97ab10
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 11 deletions.
22 changes: 11 additions & 11 deletions ng-yunzai.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"theme": {
"list": [
{
"theme": "dark"
"key": "dark"
},
{
"theme": "compact"
"key": "compact"
},
{
"theme": "yuhong",
"key": "yuhong",
"modifyVars": {
"@primary-color": "#C04851",
"@yunzai-default-header-bg": "#C04851",
Expand All @@ -32,7 +32,7 @@
}
},
{
"theme": "danjuhuang",
"key": "danjuhuang",
"modifyVars": {
"@primary-color": "#FBA414",
"@yunzai-default-header-bg": "#FBA414",
Expand All @@ -55,7 +55,7 @@
}
},
{
"theme": "xinghuang",
"key": "xinghuang",
"modifyVars": {
"@primary-color": "#F28E16",
"@yunzai-default-header-bg": "#F28E16",
Expand All @@ -78,7 +78,7 @@
}
},
{
"theme": "shilv",
"key": "shilv",
"modifyVars": {
"@primary-color": "#57C3C2",
"@yunzai-default-header-bg": "#57C3C2",
Expand All @@ -101,7 +101,7 @@
}
},
{
"theme": "zhulv",
"key": "zhulv",
"modifyVars": {
"@primary-color": "#1BA784",
"@yunzai-default-header-bg": "#1BA784",
Expand All @@ -124,7 +124,7 @@
}
},
{
"theme": "youlan",
"key": "youlan",
"modifyVars": {
"@primary-color": "#1781B5",
"@yunzai-default-header-bg": "#1781B5",
Expand All @@ -147,7 +147,7 @@
}
},
{
"theme": "dianqing",
"key": "dianqing",
"modifyVars": {
"@primary-color": "#1661AB",
"@yunzai-default-header-bg": "#1661AB",
Expand All @@ -170,7 +170,7 @@
}
},
{
"theme": "shangengzi",
"key": "shangengzi",
"modifyVars": {
"@primary-color": "#61649F",
"@yunzai-default-header-bg": "#61649F",
Expand All @@ -193,7 +193,7 @@
}
},
{
"theme": "shuiniuhui",
"key": "shuiniuhui",
"modifyVars": {
"@primary-color": "#2F2F35",
"@yunzai-default-header-bg": "#2F2F35",
Expand Down
1 change: 1 addition & 0 deletions src/assets/style.danjuhuang.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.dianqing.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.shangengzi.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.shilv.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.shuiniuhui.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.xinghuang.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.youlan.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.yuhong.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/assets/style.zhulv.css

Large diffs are not rendered by default.

0 comments on commit c97ab10

Please sign in to comment.