Skip to content

Commit

Permalink
dark green
Browse files Browse the repository at this point in the history
  • Loading branch information
zdimension committed Apr 27, 2018
1 parent 9a9a17a commit 84a6bc8
Show file tree
Hide file tree
Showing 8 changed files with 9,202 additions and 9,175 deletions.
7 changes: 6 additions & 1 deletion src/lang/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2232,10 +2232,15 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../util/theming.py" line="22"/>
<location filename="../util/theming.py" line="23"/>
<source>Custom</source>
<translation>Benutzerdefiniert</translation>
</message>
<message>
<location filename="../util/theming.py" line="21"/>
<source>Dark green</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Utilities</name>
Expand Down
7 changes: 6 additions & 1 deletion src/lang/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2231,10 +2231,15 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../util/theming.py" line="22"/>
<location filename="../util/theming.py" line="23"/>
<source>Custom</source>
<translation>Personalizado</translation>
</message>
<message>
<location filename="../util/theming.py" line="21"/>
<source>Dark green</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Utilities</name>
Expand Down
Binary file modified src/lang/fr.qm
Binary file not shown.
7 changes: 6 additions & 1 deletion src/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2260,10 +2260,15 @@ p, li { white-space: pre-wrap; }
<translation>Bleu foncé</translation>
</message>
<message>
<location filename="../util/theming.py" line="22"/>
<location filename="../util/theming.py" line="23"/>
<source>Custom</source>
<translation>Personnalisé</translation>
</message>
<message>
<location filename="../util/theming.py" line="21"/>
<source>Dark green</source>
<translation>Vert foncé</translation>
</message>
</context>
<context>
<name>Utilities</name>
Expand Down
7 changes: 6 additions & 1 deletion src/lang/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2231,10 +2231,15 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../util/theming.py" line="22"/>
<location filename="../util/theming.py" line="23"/>
<source>Custom</source>
<translation>Personalizzata</translation>
</message>
<message>
<location filename="../util/theming.py" line="21"/>
<source>Dark green</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Utilities</name>
Expand Down
7 changes: 6 additions & 1 deletion src/lang/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2231,10 +2231,15 @@ p, li { white-space: pre-wrap; }
<translation type="unfinished"></translation>
</message>
<message>
<location filename="../util/theming.py" line="22"/>
<location filename="../util/theming.py" line="23"/>
<source>Custom</source>
<translation>自定</translation>
</message>
<message>
<location filename="../util/theming.py" line="21"/>
<source>Dark green</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Utilities</name>
Expand Down
18,341 changes: 9,171 additions & 9,170 deletions src/turing_rc.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/util/theming.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def translate(ctx, str):
"default": (translate("Themes", "Default"), []),
"dark": (translate("Themes", "Dark"), ["#353535", "#ffffff", "#7f7f7f", "#2a2a2a", "#424242", "#ffffff", "#353535", "#ffffff", "#7f7f7f", "#232323", "#141414", "#353535", "#ffffff", "#7f7f7f", "#ff0000", "#2a82da", "#2a82da", "#505050", "#ffffff", "#7f7f7f", "#ff5864", "#969696", "#45c0ef", "#fd861e"]),
"darkblue": (translate("Themes", "Dark blue"), ['#43505d', '#ebebeb', '#b0bec5', '#78909c', '#607d8b', '#ffffdc', '#ebebeb', '#ebebeb', '#bebebe', '#b0bec5', '#263238', '#4e5d6c', '#ebebeb', '#b0bec5', '#eceff1', '#df691a', '#308cc6', '#607d8b', '#ffffff', '#ffffff', "#eb932f", "#7cfc00", "#00ecec", "#ff7da6"]),
"darkgreen": (translate("Themes", "Dark green"), ["#435d4d", "#ebebeb", "#b0c5b6", "#789c81", "#608c69", "#ffffdc", "#ebebeb", "#ebebeb", "#bebebe", "#b0c5b6", "#263826", "#546c4e", "#ebebeb", "#b0c5b6", "#edf1ec", "#df691a", "#308cc6", "#607d8b", "#ffffff", "#ffffff", "#bad086", "#f2fee7", "#7cf000", "#00ef0f"]),
"devtest": (lambda: "DEVTEST", []),
"custom": (translate("Themes", "Custom"), [])
}
Expand Down

0 comments on commit 84a6bc8

Please sign in to comment.