Add default color index to themes

- Issue MatterHackers/MCCentral#4382
This commit is contained in:
John Lewin 2018-10-25 12:32:07 -07:00
parent 45d768ddd3
commit f378c73098
8 changed files with 19 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{
"Name": "Classic Dark",
"DefaultColorIndex": 0,
"AccentColors": [
"#AC193D",
"#DC4FAD",

View file

@ -1,5 +1,6 @@
{
"Name": "Classic Light",
"DefaultColorIndex": 0,
"AccentColors": [
"#AC193D",
"#DC4FAD",

View file

@ -1,5 +1,6 @@
{
"Name": "Modern Dark",
"DefaultColorIndex": 2,
"AccentColors": [
"#B58900",
"#CB4B16",

View file

@ -1,5 +1,6 @@
{
"Name": "Solarized Dark",
"DefaultColorIndex": 0,
"AccentColors": [
"#B58900",
"#CB4B16",

View file

@ -1,5 +1,6 @@
{
"Name": "Solarized Light",
"DefaultColorIndex": 0,
"AccentColors": [
"#B58900",
"#CB4B16",