Skip to content

Commit

Permalink
add 2 themes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquetc committed Apr 30, 2022
1 parent 8bce5a0 commit 712d6b2
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 139 deletions.
2 changes: 2 additions & 0 deletions src/app/src/themes.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
<file>themes/default-light.json</file>
<file>themes/space-opera-theme.json</file>
<file>themes/default-dark.json</file>
<file>themes/the-answer-to-snowblind.json</file>
<file>themes/snowblind.json</file>
</qresource>
</RCC>
31 changes: 31 additions & 0 deletions src/app/src/themes/snowblind.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"colors": {
"accent": "#8bcecb",
"buttonBackground": "#D6D7D7",
"buttonForeground": "#000000",
"buttonIcon": "#000000",
"buttonIconDisabled": "#D6D7D7",
"divider": "#83d9d0",
"findHighlight": "#ffff00",
"listItemBackground": "#fbfbfb",
"mainTextAreaBackground": "#FFFFFF",
"mainTextAreaForeground": "#000000",
"menuBackground": "#ffffff",
"minimapFindHighlight": "#ffff00",
"minimapOtherHighlight_1": "#8bc34a",
"minimapOtherHighlight_2": "",
"minimapOtherHighlight_3": "",
"minimapSpellCheckHighlight": "#800000",
"otherHighlight_1": "",
"otherHighlight_2": "",
"otherHighlight_3": "",
"pageBackground": "#ffffff",
"pageToolBarBackground": "#e6e6e6",
"secondaryTextAreaBackground": "#ffffff",
"secondaryTextAreaForeground": "#000000",
"spellCheckHighlight": "#800000",
"toolBarBackground": "#b2d9d7"
},
"isEditable": false,
"themeName": "Snowblind"
}
32 changes: 32 additions & 0 deletions src/app/src/themes/the-answer-to-snowblind.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"colors": {
"": "",
"accent": "#b56c17",
"buttonBackground": "#0e0e0e",
"buttonForeground": "#b1b1b1",
"buttonIcon": "#e2e2e2",
"buttonIconDisabled": "#414141",
"divider": "#9a9996",
"findHighlight": "#ffff00",
"listItemBackground": "#525252",
"mainTextAreaBackground": "#282525",
"mainTextAreaForeground": "#deddda",
"menuBackground": "#313131",
"minimapFindHighlight": "#ffff00",
"minimapOtherHighlight_1": "#8bc34a",
"minimapOtherHighlight_2": "",
"minimapOtherHighlight_3": "",
"minimapSpellCheckHighlight": "#7f7f7f",
"otherHighlight_1": "",
"otherHighlight_2": "",
"otherHighlight_3": "",
"pageBackground": "#313131",
"pageToolBarBackground": "#404142",
"secondaryTextAreaBackground": "#282525",
"secondaryTextAreaForeground": "#deddda",
"spellCheckHighlight": "#e66100",
"toolBarBackground": "#4a4842"
},
"isEditable": false,
"themeName": "The Answer to Snowblind"
}
Loading

0 comments on commit 712d6b2

Please sign in to comment.