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",
|
"name": "Black et White",
|
||||||
"price": 20,
|
"price": 100,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "000000ff",
|
"background": "000000ff",
|
||||||
"foreground": "202020ff",
|
"foreground": "202020ff",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Darcula",
|
"name": "Darcula",
|
||||||
"price": 0,
|
"price": 25,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "282a36ff",
|
"background": "282a36ff",
|
||||||
"foreground": "f8f8f2ff",
|
"foreground": "f8f8f2ff",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Solarized Dark",
|
"name": "Solarized Dark",
|
||||||
"price": 0,
|
"price": 50,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "002b36ff",
|
"background": "002b36ff",
|
||||||
"foreground": "fdf6e3ff",
|
"foreground": "fdf6e3ff",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Solarized Light",
|
"name": "Solarized Light",
|
||||||
"price": 0,
|
"price": 50,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "fdf6e3ff",
|
"background": "fdf6e3ff",
|
||||||
"foreground": "eee8d5ff",
|
"foreground": "eee8d5ff",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
default
|
default
|
||||||
dark
|
dark
|
||||||
bandw
|
|
||||||
underwater
|
|
||||||
solarized-dark
|
|
||||||
solarized-light
|
|
||||||
darcula
|
darcula
|
||||||
|
solarized-light
|
||||||
|
solarized-dark
|
||||||
|
underwater
|
||||||
|
bandw
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Underwater",
|
"name": "Underwater",
|
||||||
"price": 50,
|
"price": 75,
|
||||||
"colors": {
|
"colors": {
|
||||||
"background": "0044aaff",
|
"background": "0044aaff",
|
||||||
"foreground": "d7f4e3ff",
|
"foreground": "d7f4e3ff",
|
||||||
|
|
Loading…
Reference in a new issue