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",
"price": 20,
"price": 100,
"colors": {
"background": "000000ff",
"foreground": "202020ff",

View file

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

View file

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

View file

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

View file

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

View file

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