aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-10-26 11:34:04 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2018-10-26 11:34:04 -0400
commita6d232d837e807a6e52fbb154543a765cab9b0f0 (patch)
tree77a7d33d942c71b96f4ddac1b9af919838fd1a6b /themes
parent0258eba386a15238e38e92151ed950757e1fa192 (diff)
Group themes by light/dark
Diffstat (limited to 'themes')
-rw-r--r--themes/dark/adapta-nokto.json (renamed from themes/adapta-nokto.json)2
-rw-r--r--themes/dark/ambiance.json (renamed from themes/ambiance.json)3
-rw-r--r--themes/dark/arc-dark.json (renamed from themes/arc-dark.json)2
-rw-r--r--themes/dark/communitheme.json (renamed from themes/communitheme.json)0
-rw-r--r--themes/dark/flat-plat.json (renamed from themes/flat-plat.json)1
-rw-r--r--themes/dark/pocillo-dark.json (renamed from themes/pocillo-dark.json)2
-rw-r--r--themes/dark/united-gnome.json (renamed from themes/united-gnome.json)3
-rw-r--r--themes/light/arc.json (renamed from themes/arc.json)0
8 files changed, 8 insertions, 5 deletions
diff --git a/themes/adapta-nokto.json b/themes/dark/adapta-nokto.json
index 5acf59e..0376e86 100644
--- a/themes/adapta-nokto.json
+++ b/themes/dark/adapta-nokto.json
@@ -1,4 +1,4 @@
-{ // Token colors taken from https://github.com/equinusocio/vsc-material-theme.
+{
"$schema": "vscode://schemas/color-theme",
"name": "Adapta Nokto",
"include": "./arc-dark.json",
diff --git a/themes/ambiance.json b/themes/dark/ambiance.json
index e0b2af4..34667ec 100644
--- a/themes/ambiance.json
+++ b/themes/dark/ambiance.json
@@ -1,6 +1,7 @@
{
+ "name": "Ambiance [beta]",
"type": "dark",
- "include": "./include/dark+_vs.json",
+ "include": "../include/dark+_vs.json",
"colors": {
"selection.background": "#403f3a",
"input.background": "#2d2c2a",
diff --git a/themes/arc-dark.json b/themes/dark/arc-dark.json
index 4f304cb..9b844f8 100644
--- a/themes/arc-dark.json
+++ b/themes/dark/arc-dark.json
@@ -1,7 +1,7 @@
{
"$schema": "vscode://schemas/color-theme",
"name": "Arc Dark",
- "include": "./include/dark+_vs.json",
+ "include": "../include/dark+_vs.json",
"colors": {
"focusBorder": "#404552",
"foreground": "#D3DAE3",
diff --git a/themes/communitheme.json b/themes/dark/communitheme.json
index 597f459..597f459 100644
--- a/themes/communitheme.json
+++ b/themes/dark/communitheme.json
diff --git a/themes/flat-plat.json b/themes/dark/flat-plat.json
index 7eb8cca..9775667 100644
--- a/themes/flat-plat.json
+++ b/themes/dark/flat-plat.json
@@ -1,4 +1,5 @@
{
+ "name": "Flat-Plat [beta]",
"type": "dark",
"colors": {
"list.dropBackground": "#383b3d",
diff --git a/themes/pocillo-dark.json b/themes/dark/pocillo-dark.json
index 0c37c81..4bad094 100644
--- a/themes/pocillo-dark.json
+++ b/themes/dark/pocillo-dark.json
@@ -1,6 +1,6 @@
{
"$schema": "vscode://schemas/color-theme",
- "name": "Pocillo Dark",
+ "name": "Pocillo Dark [beta]",
"type": "dark",
"include": "./adapta-nokto.json",
"colors": {
diff --git a/themes/united-gnome.json b/themes/dark/united-gnome.json
index d34ca3b..00e1867 100644
--- a/themes/united-gnome.json
+++ b/themes/dark/united-gnome.json
@@ -1,6 +1,7 @@
{
+ "name": "United Ubuntu",
"type": "dark",
- "include": "./include/dark+_vs.json",
+ "include": "../include/dark+_vs.json",
"colors": {
"input.background": "#242424",
"input.border": "#00000000",
diff --git a/themes/arc.json b/themes/light/arc.json
index 2bc1787..2bc1787 100644
--- a/themes/arc.json
+++ b/themes/light/arc.json