Update about themes (#180)
* Correct the English name of the MoLo theme * Fine tune the Contrast theme * Unified Theme Name Length
This commit is contained in:
parent
e2e5c46820
commit
0611f706ae
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"name":"Contrast",
|
||||
"name_pt_BR": "Contraste",
|
||||
"name_zh_CN": "高对比度主题",
|
||||
"name_zh_TW": "高對比度主題",
|
||||
"name_zh_CN": "高对比度",
|
||||
"name_zh_TW": "高對比度",
|
||||
"useQtFusionStyle": true,
|
||||
"isDark": true,
|
||||
"default scheme": "Twilight",
|
||||
"default iconset": "contrast",
|
||||
"default iconset": "contrast",
|
||||
"palette": {
|
||||
"PaletteWindow":"#000000",
|
||||
"PaletteWindowText":"#FFFFFF",
|
||||
"PaletteBase":"#0A0A0A",
|
||||
"PaletteAlternateBase":"#0F0F0F",
|
||||
"PaletteBase":"#141414",
|
||||
"PaletteAlternateBase":"#191919",
|
||||
"PaletteButton": "#141414",
|
||||
"PaletteButtonDisabled": "#141414",
|
||||
"PaletteBrightText": "#ff0000",
|
||||
|
@ -25,11 +25,11 @@
|
|||
"PaletteToolTipText":"#ffe7e7e7",
|
||||
"PaletteLink":"#ff007af4",
|
||||
"PaletteLinkVisited":"#ffa57aff",
|
||||
"PaletteWindowDisabled":"#9DA9B5",
|
||||
"PaletteWindowDisabled":"#0A0A0A",
|
||||
"PaletteWindowTextDisabled":"#9DA9B5",
|
||||
"PaletteHighlightDisabled":"#9DA9B5",
|
||||
"PaletteHighlightedTextDisabled":"#9DA9B5",
|
||||
"PaletteBaseDisabled":"#0A0A0A",
|
||||
"PaletteBaseDisabled":"#000000",
|
||||
"PaletteTextDisabled":"#9DA9B5",
|
||||
"PaletteMid": "#FFFFFF",
|
||||
"PaletteLight": "#505050",
|
||||
|
|
|
@ -15,8 +15,8 @@ return {
|
|||
["palette"] = {
|
||||
PaletteWindow = "#000000",
|
||||
PaletteWindowText = "#FFFFFF",
|
||||
PaletteBase = "#0A0A0A",
|
||||
PaletteAlternateBase = "#0F0F0F",
|
||||
PaletteBase = "#141414",
|
||||
PaletteAlternateBase = "#191919",
|
||||
PaletteButton = "#141414",
|
||||
PaletteButtonDisabled = "#141414",
|
||||
PaletteBrightText = "#ff0000",
|
||||
|
@ -30,11 +30,11 @@ return {
|
|||
PaletteToolTipText = "#e7e7e7",
|
||||
PaletteLink = "#007af4",
|
||||
PaletteLinkVisited = "#a57aff",
|
||||
PaletteWindowDisabled = "#9DA9B5",
|
||||
PaletteWindowDisabled = "#0A0A0A",
|
||||
PaletteWindowTextDisabled = "#9DA9B5",
|
||||
PaletteHighlightDisabled = "#9DA9B5",
|
||||
PaletteHighlightedTextDisabled = "#9DA9B5",
|
||||
PaletteBaseDisabled = "#0A0A0A",
|
||||
PaletteBaseDisabled = "#000000",
|
||||
PaletteTextDisabled = "#9DA9B5",
|
||||
PaletteMid = "#FFFFFF",
|
||||
PaletteLight = "#505050",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name":"Dark",
|
||||
"name_pt_BR": "Escura",
|
||||
"name_zh_CN": "深色主题",
|
||||
"name_zh_TW": "深色主題",
|
||||
"name_zh_CN": "深色",
|
||||
"name_zh_TW": "深色",
|
||||
"useQtFusionStyle": true,
|
||||
"isDark": true,
|
||||
"default scheme": "VS Code",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name":"Light",
|
||||
"name_pt_BR": "Clara",
|
||||
"name_zh_CN": "浅色主题",
|
||||
"name_zh_TW": "淺色主題",
|
||||
"name_zh_CN": "浅色",
|
||||
"name_zh_TW": "淺色",
|
||||
"useQtFusionStyle": true,
|
||||
"isDark": false,
|
||||
"default scheme": "Intellij Classic",
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name":"Inky dark",
|
||||
"name_pt_BR": "Escuro como tinta",
|
||||
"name_zh_CN": "墨落主题",
|
||||
"name_zh_TW": "墨落主題",
|
||||
"name":"MoLo",
|
||||
"name_pt_BR": "Molo",
|
||||
"name_zh_CN": "墨落",
|
||||
"name_zh_TW": "墨落",
|
||||
"useQtFusionStyle": true,
|
||||
"isDark": true,
|
||||
"default scheme": "Inky Code",
|
||||
"default scheme": "MoLo CodeBlack",
|
||||
"default iconset": "newlook",
|
||||
"palette": {
|
||||
"PaletteWindow":"#000000",
|
|
@ -1,6 +1,6 @@
|
|||
local nameMap = {
|
||||
en_US = "Inky dark",
|
||||
pt_BR = "Escuro como tinta",
|
||||
en_US = "MoLo",
|
||||
pt_BR = "Molo",
|
||||
zh_CN = "墨落",
|
||||
zh_TW = "墨落"
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ local lang = C_Desktop.language()
|
|||
return {
|
||||
["name"] = nameMap[lang] or nameMap.en_US,
|
||||
["style"] = "RedPandaDarkFusion",
|
||||
["default scheme"] = "Inky Code",
|
||||
["default scheme"] = "MoLo CodeBlack",
|
||||
["default iconset"] = "newlook",
|
||||
["palette"] = {
|
||||
PaletteWindow = "#000000",
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name":"Auto (follow system style and color)",
|
||||
"name_pt_BR": "Auto (seguir estilo e cor do sistema)",
|
||||
"name_zh_CN":"自动(跟随系统样式和颜色)",
|
||||
"name_zh_TW":"自動(跟隨系統樣式和顏色)",
|
||||
"name":"System Style and Color",
|
||||
"name_pt_BR": "Estilo e Cor do Sistema",
|
||||
"name_zh_CN":"跟随系统样式和颜色",
|
||||
"name_zh_TW":"跟隨系統樣式和顏色",
|
||||
"useQtFusionStyle": false,
|
||||
"isDark": false,
|
||||
"default scheme": "Adaptive",
|
||||
|
|
|
@ -79,17 +79,17 @@ function getPalette()
|
|||
end
|
||||
|
||||
local nameMap = {
|
||||
en_US = "Auto (follow system style and color)",
|
||||
pt_BR = "Auto (seguir estilo e cor do sistema)",
|
||||
zh_CN = "自动(跟随系统样式和颜色)",
|
||||
zh_TW = "自動(跟隨系統樣式和顏色)"
|
||||
en_US = "System Style and Color",
|
||||
pt_BR = "Estilo e Cor do Sistema",
|
||||
zh_CN = "跟随系统样式和颜色",
|
||||
zh_TW = "跟隨系統樣式和顏色"
|
||||
}
|
||||
|
||||
local nameMapNoStyle = {
|
||||
en_US = "Auto (follow system color)",
|
||||
pt_BR = "Auto (seguir cor do sistema)",
|
||||
zh_CN = "自动(跟随系统颜色)",
|
||||
zh_TW = "自動(跟隨系統顏色)"
|
||||
en_US = "System Color",
|
||||
pt_BR = "Cor do Sistema",
|
||||
zh_CN = "跟随系统颜色",
|
||||
zh_TW = "跟隨系統顏色"
|
||||
}
|
||||
|
||||
local lang = C_Desktop.language()
|
||||
|
|
|
@ -324,8 +324,8 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Auto (follow system style and color)</source>
|
||||
<translation>Auto (seguir estilo e cor do sistema)</translation>
|
||||
<source>System Theme</source>
|
||||
<translation>Estilo e Cor do Sistema</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -426,8 +426,8 @@ p, li { white-space: pre-wrap; }
|
|||
</message>
|
||||
<message>
|
||||
<location filename="../widgets/choosethemedialog.ui" line="72"/>
|
||||
<source>Auto (follow system style and color)</source>
|
||||
<translation>自动(跟随系统样式和颜色)</translation>
|
||||
<source>System Theme</source>
|
||||
<translation>跟随系统样式和颜色</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../widgets/choosethemedialog.ui" line="85"/>
|
||||
|
|
|
@ -233,8 +233,8 @@
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Auto (follow system style and color)</source>
|
||||
<translation>自動(跟隨系統樣式和顏色)</translation>
|
||||
<source>System Theme</source>
|
||||
<translation>跟隨系統樣式和顏色</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
<item row="0" column="0">
|
||||
<widget class="QRadioButton" name="rbAuto">
|
||||
<property name="text">
|
||||
<string>Auto (follow system style and color)</string>
|
||||
<string>System Theme</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue