Make all the themes more expensive

This commit is contained in:
Lonami Exo 2017-05-09 15:55:02 +02:00
parent 20b47026b8
commit 40188d4d25
6 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "Black et White", "name": "Black et White",
"price": 20, "price": 100,
"colors": { "colors": {
"background": "000000ff", "background": "000000ff",
"foreground": "202020ff", "foreground": "202020ff",

View file

@ -1,6 +1,6 @@
{ {
"name": "Darcula", "name": "Darcula",
"price": 0, "price": 25,
"colors": { "colors": {
"background": "282a36ff", "background": "282a36ff",
"foreground": "f8f8f2ff", "foreground": "f8f8f2ff",

View file

@ -1,6 +1,6 @@
{ {
"name": "Solarized Dark", "name": "Solarized Dark",
"price": 0, "price": 50,
"colors": { "colors": {
"background": "002b36ff", "background": "002b36ff",
"foreground": "fdf6e3ff", "foreground": "fdf6e3ff",

View file

@ -1,6 +1,6 @@
{ {
"name": "Solarized Light", "name": "Solarized Light",
"price": 0, "price": 50,
"colors": { "colors": {
"background": "fdf6e3ff", "background": "fdf6e3ff",
"foreground": "eee8d5ff", "foreground": "eee8d5ff",

View file

@ -1,7 +1,7 @@
default default
dark dark
bandw
underwater
solarized-dark
solarized-light
darcula darcula
solarized-light
solarized-dark
underwater
bandw

View file

@ -1,6 +1,6 @@
{ {
"name": "Underwater", "name": "Underwater",
"price": 50, "price": 75,
"colors": { "colors": {
"background": "0044aaff", "background": "0044aaff",
"foreground": "d7f4e3ff", "foreground": "d7f4e3ff",