From d077a03e6051175b2308fc739c4ef51a6ffc668f Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 14 Apr 2021 15:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 2 +- src/renderer/assets/styles/variables.less | 2 +- src/renderer/lang/zh-cn/store/state.json | 2 +- src/renderer/lang/zh-tw/store/state.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index c077af26..097223d4 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -2,7 +2,7 @@ - 新增启动参数`-dhmkh`,此参数将禁用Chromium的Hardware Media Key Handling特性,用于解决漫步者部分型号耳机与本程序冲突导致耳机意外关机的问题 - 新增Windows arm64位免安装版的构建 -- 新增黑色皮肤“黑纸白字”,有关于皮肤配色的建议欢迎反馈 +- 新增黑色皮肤“黑不溜秋”,有关于皮肤配色的建议欢迎反馈 ### 优化 diff --git a/src/renderer/assets/styles/variables.less b/src/renderer/assets/styles/variables.less index ed87bd3e..cf47c010 100644 --- a/src/renderer/assets/styles/variables.less +++ b/src/renderer/assets/styles/variables.less @@ -688,7 +688,7 @@ @color-black-theme_2-background_2: #1f1f1f; @color-black-theme_2-hover: fadeout(lighten(@color-black-theme, 10%), 80%); @color-black-theme_2-active: fadeout(lighten(@color-black-theme, 10%), 70%); -@color-black-theme_2-font: lighten(@color-black-theme_2, 68%); +@color-black-theme_2-font: lighten(@color-black-theme_2, 73%); @color-black-theme_2-font-label: darken(@color-black-theme_2-font, 30%); // @color-black-theme_2-line: transparent; @color-black-theme_2-line: lighten(@color-black-theme_2, 3.2%); diff --git a/src/renderer/lang/zh-cn/store/state.json b/src/renderer/lang/zh-cn/store/state.json index 72c41d79..b3ac82fc 100644 --- a/src/renderer/lang/zh-cn/store/state.json +++ b/src/renderer/lang/zh-cn/store/state.json @@ -9,7 +9,7 @@ "theme_grey": "灰常美丽", "theme_ming": "青出于黑", "theme_blue2": "清热版蓝", - "theme_black": "黑纸白字", + "theme_black": "黑不溜秋", "theme_mid_autumn": "月里嫦娥", "theme_naruto": "木叶之村", "theme_happy_new_year": "新年快乐", diff --git a/src/renderer/lang/zh-tw/store/state.json b/src/renderer/lang/zh-tw/store/state.json index 4bd7bbdd..c52a54af 100644 --- a/src/renderer/lang/zh-tw/store/state.json +++ b/src/renderer/lang/zh-tw/store/state.json @@ -9,7 +9,7 @@ "theme_grey": "灰常美麗", "theme_ming": "青出於黑", "theme_blue2": "清熱版藍", - "theme_black": "黑紙白字", + "theme_black": "黑不溜秋", "theme_mid_autumn": "月裡嫦娥", "theme_naruto": "木葉之村", "theme_happy_new_year": "新年快樂",