优化配色
parent
3317b6a9e5
commit
d077a03e60
|
@ -2,7 +2,7 @@
|
|||
|
||||
- 新增启动参数`-dhmkh`,此参数将禁用Chromium的Hardware Media Key Handling特性,用于解决漫步者部分型号耳机与本程序冲突导致耳机意外关机的问题
|
||||
- 新增Windows arm64位免安装版的构建
|
||||
- 新增黑色皮肤“黑纸白字”,有关于皮肤配色的建议欢迎反馈
|
||||
- 新增黑色皮肤“黑不溜秋”,有关于皮肤配色的建议欢迎反馈
|
||||
|
||||
### 优化
|
||||
|
||||
|
|
|
@ -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%);
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"theme_grey": "灰常美丽",
|
||||
"theme_ming": "青出于黑",
|
||||
"theme_blue2": "清热版蓝",
|
||||
"theme_black": "黑纸白字",
|
||||
"theme_black": "黑不溜秋",
|
||||
"theme_mid_autumn": "月里嫦娥",
|
||||
"theme_naruto": "木叶之村",
|
||||
"theme_happy_new_year": "新年快乐",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"theme_grey": "灰常美麗",
|
||||
"theme_ming": "青出於黑",
|
||||
"theme_blue2": "清熱版藍",
|
||||
"theme_black": "黑紙白字",
|
||||
"theme_black": "黑不溜秋",
|
||||
"theme_mid_autumn": "月裡嫦娥",
|
||||
"theme_naruto": "木葉之村",
|
||||
"theme_happy_new_year": "新年快樂",
|
||||
|
|
Loading…
Reference in New Issue