Make all the themes more expensive
This commit is contained in:
parent
20b47026b8
commit
40188d4d25
6 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Black et White",
|
||||
"price": 20,
|
||||
"price": 100,
|
||||
"colors": {
|
||||
"background": "000000ff",
|
||||
"foreground": "202020ff",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Darcula",
|
||||
"price": 0,
|
||||
"price": 25,
|
||||
"colors": {
|
||||
"background": "282a36ff",
|
||||
"foreground": "f8f8f2ff",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Solarized Dark",
|
||||
"price": 0,
|
||||
"price": 50,
|
||||
"colors": {
|
||||
"background": "002b36ff",
|
||||
"foreground": "fdf6e3ff",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Solarized Light",
|
||||
"price": 0,
|
||||
"price": 50,
|
||||
"colors": {
|
||||
"background": "fdf6e3ff",
|
||||
"foreground": "eee8d5ff",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
default
|
||||
dark
|
||||
bandw
|
||||
underwater
|
||||
solarized-dark
|
||||
solarized-light
|
||||
darcula
|
||||
solarized-light
|
||||
solarized-dark
|
||||
underwater
|
||||
bandw
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Underwater",
|
||||
"price": 50,
|
||||
"price": 75,
|
||||
"colors": {
|
||||
"background": "0044aaff",
|
||||
"foreground": "d7f4e3ff",
|
||||
|
|
Loading…
Reference in a new issue