[themes] Remove submodule dependency

This commit is contained in:
Quentin Guidée
2020-09-03 14:34:15 +02:00
parent 28fe0e31b1
commit ff7a72eca8
131 changed files with 899 additions and 4 deletions

3
.gitmodules vendored
View File

@@ -4,6 +4,3 @@
[submodule "apps/atom"]
path = apps/atom
url = https://github.com/Omega-Numworks/Omega-Atom.git
[submodule "themes"]
path = themes
url = https://github.com/Omega-Numworks/Omega-Themes.git

1
themes

Submodule themes deleted from 5a39ad7205

BIN
themes/Omega.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

45
themes/README.md Normal file
View File

@@ -0,0 +1,45 @@
<p align="center"><img src="https://github.com/Omega-Numworks/Omega-Design/blob/master/Omega-Themes.png" /></p>
<p align="center">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="cc by-nc-sa 4.0" src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg?labelColor=292929&logo=creative%20commons&style=for-the-badge" /></a>
<a href="https://github.com/Omega-Numworks/Omega-Themes/issues"><img alt="Issues" src="https://img.shields.io/github/issues/Omega-Numworks/Omega-Themes.svg?labelColor=292929&logo=git&style=for-the-badge" /></a>
</p>
## About
Omega-Themes `BETA` is the theme engine of [Omega](https://github.com/Omega-Numworks/Omega), an extension to Numworks' Epsilon. This engine allows you to change the theme of Omega easily before installing the OS.
## Installation
While compiling Omega, add the `THEME_NAME` flag :
```
make THEME_NAME=the_name_of_the_theme -j4
```
There are 4 themes:
* Omega Light (`THEME_NAME=omega_light`)
* Omega Dark (`THEME_NAME=omega_dark`)
* Epsilon Light (`THEME_NAME=epsilon_light`)
* Epsilon Dark (`THEME_NAME=epsilon_dark`)
## 3rd party themes
To make your own theme, you can use our 3rd party theme system :
* Create a new repository with your theme (there is an example [here](https://github.com/Omega-Numworks/Omega-Theme-Example)). Note: You can put several themes in the same repository.
* It's done!
To install your new theme, use these flags during the compilation:
```
make THEME_REPO={your repository url} THEME_NAME={Your theme name}
```
Example:
```
make THEME_REPO=https://github.com/Omega-Numworks/Omega-Theme-Example.git THEME_NAME=omega_blue
```
## License
Omega-Themes is released under a [CC BY-NC-SA License](https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode). NumWorks is a registered trademark.

44
themes/icons.json Normal file
View File

@@ -0,0 +1,44 @@
{
"apps/exam_icon.png" : "exam_icon.png",
"apps/on_boarding/logo_icon.png" : "logo_icon.png",
"apps/atom/atom_icon.png" : "apps/atom_icon.png",
"apps/calculation/calculation_icon.png" : "apps/calculation_icon.png",
"apps/code/code_icon.png" : "apps/code_icon.png",
"apps/external/external_icon.png" : "apps/external_icon.png",
"apps/graph/graph_icon.png" : "apps/graph_icon.png",
"apps/probability/probability_icon.png" : "apps/probability_icon.png",
"apps/regression/regression_icon.png" : "apps/regression_icon.png",
"apps/rpn/rpn_icon.png" : "apps/rpn_icon.png",
"apps/sequence/sequence_icon.png" : "apps/sequence_icon.png",
"apps/settings/settings_icon.png" : "apps/settings_icon.png",
"apps/solver/solver_icon.png" : "apps/solver_icon.png",
"apps/statistics/stat_icon.png" : "apps/stat_icon.png",
"apps/probability/images/binomial_icon.png" : "probability/binomial_icon.png",
"apps/probability/images/calcul1_icon.png" : "probability/calcul1_icon.png",
"apps/probability/images/calcul2_icon.png" : "probability/calcul2_icon.png",
"apps/probability/images/calcul3_icon.png" : "probability/calcul3_icon.png",
"apps/probability/images/calcul4_icon.png" : "probability/calcul4_icon.png",
"apps/probability/images/chi_squared_icon.png" : "probability/chi_squared_icon.png",
"apps/probability/images/exponential_icon.png" : "probability/exponential_icon.png",
"apps/probability/images/fisher_icon.png" : "probability/fisher_icon.png",
"apps/probability/images/focused_binomial_icon.png" : "probability/focused_binomial_icon.png",
"apps/probability/images/focused_calcul1_icon.png" : "probability/focused_calcul1_icon.png",
"apps/probability/images/focused_calcul2_icon.png" : "probability/focused_calcul2_icon.png",
"apps/probability/images/focused_calcul3_icon.png" : "probability/focused_calcul3_icon.png",
"apps/probability/images/focused_calcul4_icon.png" : "probability/focused_calcul4_icon.png",
"apps/probability/images/focused_chi_squared_icon.png" : "probability/focused_chi_squared_icon.png",
"apps/probability/images/focused_exponential_icon.png" : "probability/focused_exponential_icon.png",
"apps/probability/images/focused_fisher_icon.png" : "probability/focused_fisher_icon.png",
"apps/probability/images/focused_geometric_icon.png" : "probability/focused_geometric_icon.png",
"apps/probability/images/focused_normal_icon.png" : "probability/focused_normal_icon.png",
"apps/probability/images/focused_poisson_icon.png" : "probability/focused_poisson_icon.png",
"apps/probability/images/focused_student_icon.png" : "probability/focused_student_icon.png",
"apps/probability/images/focused_uniform_icon.png" : "probability/focused_uniform_icon.png",
"apps/probability/images/geometric_icon.png" : "probability/geometric_icon.png",
"apps/probability/images/normal_icon.png" : "probability/normal_icon.png",
"apps/probability/images/poisson_icon.png" : "probability/poisson_icon.png",
"apps/probability/images/student_icon.png" : "probability/student_icon.png",
"apps/probability/images/uniform_icon.png" : "probability/uniform_icon.png"
}

View File

View File

@@ -0,0 +1,148 @@
{
"name": "Epsilon Dark",
"icons": "epsilon_light",
"colors": {
"PrimaryText": "ffffff",
"SecondaryText": "585858",
"AccentText": "ffb734",
"ApproximateSignText": "737373",
"ApproximateExpressionText": "737373",
"Background": {
"Hard": "000000",
"Apps": "080605",
"AppsSecondary": "1f1912"
},
"Toolbar": {
"": "ffb734",
"Text": "000000"
},
"ExpressionInput": {
"Background": "000000",
"Border": "262626"
},
"Grid": {
"PrimaryLine": "262626",
"SecondaryLine": "0a0a0a"
},
"Battery": {
"": "000000",
"InCharge": "ffcc7b",
"Low": "f30211"
},
"ScrollBar": {
"Foreground": "585858",
"Background": "262626"
},
"Control": {
"": "ffb734",
"Enabled": "ffb734",
"Disabled": "585858"
},
"Calculation": {
"BackgroundOdd": "080605",
"BackgroundEven": "000000",
"EmptyBox": "131313",
"EmptyBoxNeeded": "ffb734",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "000000",
"BackgroundSelected": "2b281f",
"Text": "ffffff",
"Comment": "999988",
"Number": "009999",
"Keyword": "ff000c",
"Operator": "d73a49",
"String": "032f62",
"GutterViewBackground": "E4E6E7"
},
"Probability": {
"Curve": "ffb734",
"CellBorder": "262626",
"HistogramBar": "262626"
},
"Statistics": {
"Box": "ffb734",
"BoxVerticalLine": "262626",
"Selected": "ffb734",
"NotSelected": "262626"
},
"Graph": {
"Tangent": "737373"
},
"SubMenu": {
"Background": "000000",
"Border": "131313",
"Text": "47443a"
},
"Toolbox": {
"HeaderBackground": "656975",
"HeaderText": "000000",
"HeaderBorder": "414147",
"Background": "ffffff"
},
"List": {
"CellBackground": "000000",
"CellBackgroundSelected": "2b281f",
"CellBorder": "131313"
},
"Button": {
"Background": "000000",
"BackgroundSelected": "2b281f",
"BackgroundSelectedHighContrast": "ffb734",
"Border": "adadad",
"RowBorder": "262626",
"BorderOut": "0a0a0a",
"Shadow": "262626",
"Text": "ffffff"
},
"Tab": {
"Background": "4a4a4a",
"BackgroundSelected": "2b281f",
"BackgroundActive": "000000",
"BackgroundSelectedAndActive": "26272e",
"Text": "000000",
"TextActive": "656975"
},
"SubTab": {
"Background": "000000",
"BackgroundSelected": "2b281f",
"Text": "ffffff"
},
"Banner": {
"FirstBackground": "656975",
"FirstBorder": "656975",
"FirstText": "000000",
"FirstVariantBackground": "414147",
"FirstVariantBorder": "414147",
"FirstVariantText": "000000",
"SecondBackground": "47443a",
"SecondBorder": "47443a",
"SecondText": "000000"
},
"Home": {
"Background": "000000",
"CellBackground": "000000",
"CellBackgroundActive": "ffb734",
"CellText": "ffffff",
"CellTextActive": "000000",
"CellTextExternal": "6fe6df",
"CellTextExternalActive": "008f87"
},
"Atom": {
"Unknown": "eeeeee",
"Text": "000000",
"AlkaliMetal": "ffaa00",
"AlkaliEarthMetal": "f6f200",
"Lanthanide": "ffaa8b",
"Actinide": "deaacd",
"TransitionMetal": "de999c",
"PostTransitionMetal": "9cbaac",
"Metalloid": "52ce8b",
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
}
}
}

View File

@@ -0,0 +1,148 @@
{
"name": "Epsilon Light",
"icons": "epsilon_light",
"colors": {
"PrimaryText": "000000",
"SecondaryText": "a7a7a7",
"AccentText": "ffb734",
"ApproximateSignText": "8c8c8c",
"ApproximateExpressionText": "8c8c8c",
"Background": {
"Hard": "ffffff",
"Apps": "f7f9fa",
"AppsSecondary": "e0e6ed"
},
"Toolbar": {
"": "ffb734",
"Text": "ffffff"
},
"ExpressionInput": {
"Background": "ffffff",
"Border": "d9d9d9"
},
"Grid": {
"PrimaryLine": "d9d9d9",
"SecondaryLine": "f5f5f5"
},
"Battery": {
"": "ffffff",
"InCharge": "ffcc7b",
"Low": "f30211"
},
"ScrollBar": {
"Foreground": "a7a7a7",
"Background": "d9d9d9"
},
"Control": {
"": "ffb734",
"Enabled": "ffb734",
"Disabled": "a7a7a7"
},
"Calculation": {
"BackgroundOdd": "f7f9fa",
"BackgroundEven": "ffffff",
"EmptyBox": "ececec",
"EmptyBoxNeeded": "ffb734",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "ffffff",
"BackgroundSelected": "d4d7e0",
"Text": "000000",
"Comment": "999988",
"Number": "009999",
"Keyword": "ff000c",
"Operator": "d73a49",
"String": "032f62",
"GutterViewBackground": "E4E6E7"
},
"Probability": {
"Curve": "ffb734",
"CellBorder": "d9d9d9",
"HistogramBar": "d9d9d9"
},
"Statistics": {
"Box": "ffb734",
"BoxVerticalLine": "d9d9d9",
"Selected": "ffb734",
"NotSelected": "d9d9d9"
},
"Graph": {
"Tangent": "8c8c8c"
},
"SubMenu": {
"Background": "ffffff",
"Border": "ececec",
"Text": "b8bbc5"
},
"Toolbox": {
"HeaderBackground": "656975",
"HeaderText": "ffffff",
"HeaderBorder": "414147",
"Background": "000000"
},
"List": {
"CellBackground": "ffffff",
"CellBackgroundSelected": "d4d7e0",
"CellBorder": "ececec"
},
"Button": {
"Background": "ffffff",
"BackgroundSelected": "d4d7e0",
"BackgroundSelectedHighContrast": "ffb734",
"Border": "adadad",
"RowBorder": "d9d9d9",
"BorderOut": "f5f5f5",
"Shadow": "d9d9d9",
"Text": "000000"
},
"Tab": {
"Background": "4a4a4a",
"BackgroundSelected": "d4d7e0",
"BackgroundActive": "ffffff",
"BackgroundSelectedAndActive": "b0b8d8",
"Text": "ffffff",
"TextActive": "656975"
},
"SubTab": {
"Background": "ffffff",
"BackgroundSelected": "d4d7e0",
"Text": "000000"
},
"Banner": {
"FirstBackground": "656975",
"FirstBorder": "656975",
"FirstText": "ffffff",
"FirstVariantBackground": "414147",
"FirstVariantBorder": "414147",
"FirstVariantText": "ffffff",
"SecondBackground": "b8bbc5",
"SecondBorder": "b8bbc5",
"SecondText": "ffffff"
},
"Home": {
"Background": "ffffff",
"CellBackground": "ffffff",
"CellBackgroundActive": "ffb734",
"CellText": "000000",
"CellTextActive": "ffffff",
"CellTextExternal": "008f87",
"CellTextExternalActive": "6fe6df"
},
"Atom": {
"Unknown": "eeeeee",
"Text": "000000",
"AlkaliMetal": "ffaa00",
"AlkaliEarthMetal": "f6f200",
"Lanthanide": "ffaa8b",
"Actinide": "deaacd",
"TransitionMetal": "de999c",
"PostTransitionMetal": "9cbaac",
"Metalloid": "52ce8b",
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 827 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -0,0 +1,148 @@
{
"name": "Omega Dark",
"icons": "omega_dark",
"colors": {
"PrimaryText": "ffffff",
"SecondaryText": "949494",
"AccentText": "00857f",
"ApproximateSignText": "a6a6a6",
"ApproximateExpressionText": "a6a6a6",
"Background": {
"Hard": "000000",
"Apps": "050505",
"AppsSecondary": "0f0f0f"
},
"Toolbar": {
"": "c03535",
"Text": "ffffff"
},
"ExpressionInput": {
"Background": "1f1f1f",
"Border": "262626"
},
"Grid": {
"PrimaryLine": "262626",
"SecondaryLine": "0a0a0a"
},
"Battery": {
"": "ffffff",
"InCharge": "179e1f",
"Low": "992321"
},
"ScrollBar": {
"Foreground": "b5b5b5",
"Background": "262626"
},
"Control": {
"": "00857f",
"Enabled": "00b2b0",
"Disabled": "616161"
},
"Calculation": {
"BackgroundOdd": "050505",
"BackgroundEven": "000000",
"EmptyBox": "3b3b3b",
"EmptyBoxNeeded": "00857f",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "000000",
"BackgroundSelected": "1f1f1f",
"Text": "ffffff",
"Comment": "999988",
"Number": "009999",
"Keyword": "ff000c",
"Operator": "d73a49",
"String": "032f62",
"GutterViewBackground": "E4E6E7"
},
"Probability": {
"Curve": "00857f",
"CellBorder": "131313",
"HistogramBar": "262626"
},
"Statistics": {
"Box": "00857f",
"BoxVerticalLine": "262626",
"Selected": "00857f",
"NotSelected": "0a0a0a"
},
"Graph": {
"Tangent": "a6a6a6"
},
"SubMenu": {
"Background": "1f1f1f",
"Border": "050505",
"Text": "ffffff"
},
"Toolbox": {
"HeaderBackground": "b5b5b5",
"HeaderText": "000000",
"HeaderBorder": "b5b5b5",
"Background": "ffffff"
},
"List": {
"CellBackground": "000000",
"CellBackgroundSelected": "1f1f1f",
"CellBorder": "121210"
},
"Button": {
"Background": "1f1f1f",
"BackgroundSelected": "2e2e2e",
"BackgroundSelectedHighContrast": "a6a6a6",
"Border": "525252",
"RowBorder": "262626",
"BorderOut": "0a0a0a",
"Shadow": "003833",
"Text": "ffffff"
},
"Tab": {
"Background": "b5b5b5",
"BackgroundSelected": "8a8a8a",
"BackgroundActive": "050505",
"BackgroundSelectedAndActive": "1c1c1c",
"Text": "000000",
"TextActive": "ffffff"
},
"SubTab": {
"Background": "1f1f1f",
"BackgroundSelected": "2e2e2e",
"Text": "ffffff"
},
"Banner": {
"FirstBackground": "b5b5b5",
"FirstBorder": "b5b5b5",
"FirstText": "000000",
"FirstVariantBackground": "b5b5b5",
"FirstVariantBorder": "050505",
"FirstVariantText": "000000",
"SecondBackground": "1f1f1f",
"SecondBorder": "050505",
"SecondText": "ffffff"
},
"Home": {
"Background": "000000",
"CellBackground": "000000",
"CellBackgroundActive": "b5b5b5",
"CellText": "ffffff",
"CellTextActive": "000000",
"CellTextExternal": "6fe6df",
"CellTextExternalActive": "008f87"
},
"Atom": {
"Unknown": "eeeeee",
"Text": "000000",
"AlkaliMetal": "ffaa00",
"AlkaliEarthMetal": "f6f200",
"Lanthanide": "ffaa8b",
"Actinide": "deaacd",
"TransitionMetal": "de999c",
"PostTransitionMetal": "9cbaac",
"Metalloid": "52ce8b",
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 883 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 367 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,148 @@
{
"name": "Omega Light",
"icons": "omega_light",
"colors": {
"PrimaryText": "000000",
"SecondaryText": "6e6e6e",
"AccentText": "00857f",
"ApproximateSignText": "595959",
"ApproximateExpressionText": "595959",
"Background": {
"Hard": "ffffff",
"Apps": "fafafa",
"AppsSecondary": "f0f0f0"
},
"Toolbar": {
"": "c03535",
"Text": "ffffff"
},
"ExpressionInput": {
"Background": "e0e0e0",
"Border": "d9d9d9"
},
"Grid": {
"PrimaryLine": "d9d9d9",
"SecondaryLine": "f5f5f5"
},
"Battery": {
"": "ffffff",
"InCharge": "179e1f",
"Low": "992321"
},
"ScrollBar": {
"Foreground": "4a4a4a",
"Background": "d9d9d9"
},
"Control": {
"": "00857f",
"Enabled": "00b2b0",
"Disabled": "9e9e9e"
},
"Calculation": {
"BackgroundOdd": "fafafa",
"BackgroundEven": "ffffff",
"EmptyBox": "c4c4c4",
"EmptyBoxNeeded": "00857f",
"TrigoAndComplexForeground": "ff000c"
},
"Code": {
"Background": "ffffff",
"BackgroundSelected": "e0e0e0",
"Text": "000000",
"Comment": "999988",
"Number": "009999",
"Keyword": "ff000c",
"Operator": "d73a49",
"String": "032f62",
"GutterViewBackground": "E4E6E7"
},
"Probability": {
"Curve": "00857f",
"CellBorder": "ececec",
"HistogramBar": "d9d9d9"
},
"Statistics": {
"Box": "00857f",
"BoxVerticalLine": "d9d9d9",
"Selected": "00857f",
"NotSelected": "f5f5f5"
},
"Graph": {
"Tangent": "595959"
},
"SubMenu": {
"Background": "e0e0e0",
"Border": "fafafa",
"Text": "000000"
},
"Toolbox": {
"HeaderBackground": "4a4a4a",
"HeaderText": "ffffff",
"HeaderBorder": "4a4a4a",
"Background": "000000"
},
"List": {
"CellBackground": "ffffff",
"CellBackgroundSelected": "e0e0e0",
"CellBorder": "ededef"
},
"Button": {
"Background": "e6e6e6",
"BackgroundSelected": "c9c9c9",
"BackgroundSelectedHighContrast": "00b2b0",
"Border": "adadad",
"RowBorder": "d9d9d9",
"BorderOut": "f5f5f5",
"Shadow": "003833",
"Text": "000000"
},
"Tab": {
"Background": "4a4a4a",
"BackgroundSelected": "757575",
"BackgroundActive": "fafafa",
"BackgroundSelectedAndActive": "e3e3e3",
"Text": "ffffff",
"TextActive": "000000"
},
"SubTab": {
"Background": "e0e0e0",
"BackgroundSelected": "d1d1d1",
"Text": "000000"
},
"Banner": {
"FirstBackground": "4a4a4a",
"FirstBorder": "4a4a4a",
"FirstText": "ffffff",
"FirstVariantBackground": "4a4a4a",
"FirstVariantBorder": "fafafa",
"FirstVariantText": "ffffff",
"SecondBackground": "e0e0e0",
"SecondBorder": "fafafa",
"SecondText": "000000"
},
"Home": {
"Background": "ffffff",
"CellBackground": "ffffff",
"CellBackgroundActive": "4a4a4a",
"CellText": "000000",
"CellTextActive": "ffffff",
"CellTextExternal": "008f87",
"CellTextExternalActive": "6fe6df"
},
"Atom": {
"Unknown": "eeeeee",
"Text": "000000",
"AlkaliMetal": "ffaa00",
"AlkaliEarthMetal": "f6f200",
"Lanthanide": "ffaa8b",
"Actinide": "deaacd",
"TransitionMetal": "de999c",
"PostTransitionMetal": "9cbaac",
"Metalloid": "52ce8b",
"Halogen": "00debd",
"ReactiveNonmetal": "00ee00",
"NobleGas": "8baaff",
"TableLines": "323532"
}
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 948 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1017 B

Some files were not shown because too many files have changed in this diff Show More