diff --git a/generate-themes.nu b/generate-themes.nu index 75e785b..3d15dab 100755 --- a/generate-themes.nu +++ b/generate-themes.nu @@ -28,7 +28,7 @@ def theme-to-nix [ | str replace '"' "" | str replace '"' "" | str replace ":" " =" - | str replace "," ";" + | str replace --all "," ";" } } | append "" diff --git a/themes/3024.nix b/themes/3024.nix index 0238308..7ca16ae 100644 --- a/themes/3024.nix +++ b/themes/3024.nix @@ -1,5 +1,5 @@ { - slug = "themes/3024"; + slug = "3024"; name = "3024"; author = "Jan T. Sott (http://github.com/idleberg)"; base00 = "090300"; diff --git a/themes/apathy.nix b/themes/apathy.nix index ce0f924..cd57ded 100644 --- a/themes/apathy.nix +++ b/themes/apathy.nix @@ -1,5 +1,5 @@ { - slug = "themes/apathy"; + slug = "apathy"; name = "Apathy"; author = "Jannik Siebert (https://github.com/janniks)"; base00 = "031A16"; diff --git a/themes/apprentice.nix b/themes/apprentice.nix index 0b2a740..a8a4ac3 100644 --- a/themes/apprentice.nix +++ b/themes/apprentice.nix @@ -1,5 +1,5 @@ { - slug = "themes/apprentice"; + slug = "apprentice"; name = "Apprentice"; author = "romainl"; base00 = "262626"; diff --git a/themes/ashes.nix b/themes/ashes.nix index 89ef742..8597209 100644 --- a/themes/ashes.nix +++ b/themes/ashes.nix @@ -1,5 +1,5 @@ { - slug = "themes/ashes"; + slug = "ashes"; name = "Ashes"; author = "Jannik Siebert (https://github.com/janniks)"; base00 = "1C2023"; diff --git a/themes/atelier-cave-light.nix b/themes/atelier-cave-light.nix index a35ccd5..a42968c 100644 --- a/themes/atelier-cave-light.nix +++ b/themes/atelier-cave-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-cave-light"; + slug = "atelier-cave-light"; name = "Atelier Cave Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "EFECF4"; diff --git a/themes/atelier-cave.nix b/themes/atelier-cave.nix index dfa91b5..104aec4 100644 --- a/themes/atelier-cave.nix +++ b/themes/atelier-cave.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-cave"; + slug = "atelier-cave"; name = "Atelier Cave"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "19171C"; diff --git a/themes/atelier-dune-light.nix b/themes/atelier-dune-light.nix index 886f15f..e8bdcd9 100644 --- a/themes/atelier-dune-light.nix +++ b/themes/atelier-dune-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-dune-light"; + slug = "atelier-dune-light"; name = "Atelier Dune Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "FEFBEC"; diff --git a/themes/atelier-dune.nix b/themes/atelier-dune.nix index b39817f..de565a8 100644 --- a/themes/atelier-dune.nix +++ b/themes/atelier-dune.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-dune"; + slug = "atelier-dune"; name = "Atelier Dune"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "20201D"; diff --git a/themes/atelier-estuary-light.nix b/themes/atelier-estuary-light.nix index 9216153..3e7562c 100644 --- a/themes/atelier-estuary-light.nix +++ b/themes/atelier-estuary-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-estuary-light"; + slug = "atelier-estuary-light"; name = "Atelier Estuary Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F4F3EC"; diff --git a/themes/atelier-estuary.nix b/themes/atelier-estuary.nix index 0514d71..af3fa81 100644 --- a/themes/atelier-estuary.nix +++ b/themes/atelier-estuary.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-estuary"; + slug = "atelier-estuary"; name = "Atelier Estuary"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "22221B"; diff --git a/themes/atelier-forest-light.nix b/themes/atelier-forest-light.nix index 13617d1..d6d7590 100644 --- a/themes/atelier-forest-light.nix +++ b/themes/atelier-forest-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-forest-light"; + slug = "atelier-forest-light"; name = "Atelier Forest Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F1EFEE"; diff --git a/themes/atelier-forest.nix b/themes/atelier-forest.nix index c533249..d45baea 100644 --- a/themes/atelier-forest.nix +++ b/themes/atelier-forest.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-forest"; + slug = "atelier-forest"; name = "Atelier Forest"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "1B1918"; diff --git a/themes/atelier-heath-light.nix b/themes/atelier-heath-light.nix index 05412a0..e887695 100644 --- a/themes/atelier-heath-light.nix +++ b/themes/atelier-heath-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-heath-light"; + slug = "atelier-heath-light"; name = "Atelier Heath Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F7F3F7"; diff --git a/themes/atelier-heath.nix b/themes/atelier-heath.nix index bf4c53c..ae59626 100644 --- a/themes/atelier-heath.nix +++ b/themes/atelier-heath.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-heath"; + slug = "atelier-heath"; name = "Atelier Heath"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "1B181B"; diff --git a/themes/atelier-lakeside-light.nix b/themes/atelier-lakeside-light.nix index 60d0c36..259fa0f 100644 --- a/themes/atelier-lakeside-light.nix +++ b/themes/atelier-lakeside-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-lakeside-light"; + slug = "atelier-lakeside-light"; name = "Atelier Lakeside Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "EBF8FF"; diff --git a/themes/atelier-lakeside.nix b/themes/atelier-lakeside.nix index d52ed91..ece479d 100644 --- a/themes/atelier-lakeside.nix +++ b/themes/atelier-lakeside.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-lakeside"; + slug = "atelier-lakeside"; name = "Atelier Lakeside"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "161B1D"; diff --git a/themes/atelier-plateau-light.nix b/themes/atelier-plateau-light.nix index 6f12d97..a11d43d 100644 --- a/themes/atelier-plateau-light.nix +++ b/themes/atelier-plateau-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-plateau-light"; + slug = "atelier-plateau-light"; name = "Atelier Plateau Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F4ECEC"; diff --git a/themes/atelier-plateau.nix b/themes/atelier-plateau.nix index 74aa496..4adc443 100644 --- a/themes/atelier-plateau.nix +++ b/themes/atelier-plateau.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-plateau"; + slug = "atelier-plateau"; name = "Atelier Plateau"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "1B1818"; diff --git a/themes/atelier-savanna-light.nix b/themes/atelier-savanna-light.nix index b225c3f..592788a 100644 --- a/themes/atelier-savanna-light.nix +++ b/themes/atelier-savanna-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-savanna-light"; + slug = "atelier-savanna-light"; name = "Atelier Savanna Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "ECF4EE"; diff --git a/themes/atelier-savanna.nix b/themes/atelier-savanna.nix index b05b266..15fdd96 100644 --- a/themes/atelier-savanna.nix +++ b/themes/atelier-savanna.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-savanna"; + slug = "atelier-savanna"; name = "Atelier Savanna"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "171C19"; diff --git a/themes/atelier-seaside-light.nix b/themes/atelier-seaside-light.nix index d5cdbf7..9d8555e 100644 --- a/themes/atelier-seaside-light.nix +++ b/themes/atelier-seaside-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-seaside-light"; + slug = "atelier-seaside-light"; name = "Atelier Seaside Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F4FBF4"; diff --git a/themes/atelier-seaside.nix b/themes/atelier-seaside.nix index 3ee90e2..b1a79c2 100644 --- a/themes/atelier-seaside.nix +++ b/themes/atelier-seaside.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-seaside"; + slug = "atelier-seaside"; name = "Atelier Seaside"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "131513"; diff --git a/themes/atelier-sulphurpool-light.nix b/themes/atelier-sulphurpool-light.nix index 2d6fb6c..5de9a86 100644 --- a/themes/atelier-sulphurpool-light.nix +++ b/themes/atelier-sulphurpool-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-sulphurpool-light"; + slug = "atelier-sulphurpool-light"; name = "Atelier Sulphurpool Light"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "F5F7FF"; diff --git a/themes/atelier-sulphurpool.nix b/themes/atelier-sulphurpool.nix index 4e7e0db..73aac0b 100644 --- a/themes/atelier-sulphurpool.nix +++ b/themes/atelier-sulphurpool.nix @@ -1,5 +1,5 @@ { - slug = "themes/atelier-sulphurpool"; + slug = "atelier-sulphurpool"; name = "Atelier Sulphurpool"; author = "Bram de Haan (http://atelierbramdehaan.nl)"; base00 = "202746"; diff --git a/themes/atlas.nix b/themes/atlas.nix index 65b3fc2..e2147f8 100644 --- a/themes/atlas.nix +++ b/themes/atlas.nix @@ -1,5 +1,5 @@ { - slug = "themes/atlas"; + slug = "atlas"; name = "Atlas"; author = "Alex Lende (https://ajlende.com)"; base00 = "002635"; diff --git a/themes/ayu-dark.nix b/themes/ayu-dark.nix index 7bf0c40..c081bba 100644 --- a/themes/ayu-dark.nix +++ b/themes/ayu-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/ayu-dark"; + slug = "ayu-dark"; name = "Ayu Dark"; author = "Khue Nguyen "; base00 = "0F1419"; diff --git a/themes/ayu-light.nix b/themes/ayu-light.nix index 5d9eb1f..d96911f 100644 --- a/themes/ayu-light.nix +++ b/themes/ayu-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/ayu-light"; + slug = "ayu-light"; name = "Ayu Light"; author = "Khue Nguyen "; base00 = "FAFAFA"; diff --git a/themes/ayu-mirage.nix b/themes/ayu-mirage.nix index 9ee4a56..af97390 100644 --- a/themes/ayu-mirage.nix +++ b/themes/ayu-mirage.nix @@ -1,5 +1,5 @@ { - slug = "themes/ayu-mirage"; + slug = "ayu-mirage"; name = "Ayu Mirage"; author = "Khue Nguyen "; base00 = "171B24"; diff --git a/themes/bespin.nix b/themes/bespin.nix index be54d16..c2a2495 100644 --- a/themes/bespin.nix +++ b/themes/bespin.nix @@ -1,5 +1,5 @@ { - slug = "themes/bespin"; + slug = "bespin"; name = "Bespin"; author = "Jan T. Sott"; base00 = "28211C"; diff --git a/themes/black-metal-bathory.nix b/themes/black-metal-bathory.nix index bb175c4..007619f 100644 --- a/themes/black-metal-bathory.nix +++ b/themes/black-metal-bathory.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-bathory"; + slug = "black-metal-bathory"; name = "Black Metal (Bathory)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-burzum.nix b/themes/black-metal-burzum.nix index 6eb930b..8480459 100644 --- a/themes/black-metal-burzum.nix +++ b/themes/black-metal-burzum.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-burzum"; + slug = "black-metal-burzum"; name = "Black Metal (Burzum)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-dark-funeral.nix b/themes/black-metal-dark-funeral.nix index cc5ad99..aefadd9 100644 --- a/themes/black-metal-dark-funeral.nix +++ b/themes/black-metal-dark-funeral.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-dark-funeral"; + slug = "black-metal-dark-funeral"; name = "Black Metal (Dark Funeral)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-gorgoroth.nix b/themes/black-metal-gorgoroth.nix index 940fe46..aeed17e 100644 --- a/themes/black-metal-gorgoroth.nix +++ b/themes/black-metal-gorgoroth.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-gorgoroth"; + slug = "black-metal-gorgoroth"; name = "Black Metal (Gorgoroth)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-immortal.nix b/themes/black-metal-immortal.nix index f083b31..671353c 100644 --- a/themes/black-metal-immortal.nix +++ b/themes/black-metal-immortal.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-immortal"; + slug = "black-metal-immortal"; name = "Black Metal (Immortal)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-khold.nix b/themes/black-metal-khold.nix index 1cb12ed..e21d78f 100644 --- a/themes/black-metal-khold.nix +++ b/themes/black-metal-khold.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-khold"; + slug = "black-metal-khold"; name = "Black Metal (Khold)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-marduk.nix b/themes/black-metal-marduk.nix index b424052..0586fe6 100644 --- a/themes/black-metal-marduk.nix +++ b/themes/black-metal-marduk.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-marduk"; + slug = "black-metal-marduk"; name = "Black Metal (Marduk)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-mayhem.nix b/themes/black-metal-mayhem.nix index f13ca07..158df48 100644 --- a/themes/black-metal-mayhem.nix +++ b/themes/black-metal-mayhem.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-mayhem"; + slug = "black-metal-mayhem"; name = "Black Metal (Mayhem)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-nile.nix b/themes/black-metal-nile.nix index 8f67b6d..dea2779 100644 --- a/themes/black-metal-nile.nix +++ b/themes/black-metal-nile.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-nile"; + slug = "black-metal-nile"; name = "Black Metal (Nile)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal-venom.nix b/themes/black-metal-venom.nix index f3e5b8b..c23fc92 100644 --- a/themes/black-metal-venom.nix +++ b/themes/black-metal-venom.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal-venom"; + slug = "black-metal-venom"; name = "Black Metal (Venom)"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/black-metal.nix b/themes/black-metal.nix index 6c062e2..baeeb5c 100644 --- a/themes/black-metal.nix +++ b/themes/black-metal.nix @@ -1,5 +1,5 @@ { - slug = "themes/black-metal"; + slug = "black-metal"; name = "Black Metal"; author = "metalelf0 (https://github.com/metalelf0)"; base00 = "000000"; diff --git a/themes/blueforest.nix b/themes/blueforest.nix index 9ea3105..64e5e8a 100644 --- a/themes/blueforest.nix +++ b/themes/blueforest.nix @@ -1,5 +1,5 @@ { - slug = "themes/blueforest"; + slug = "blueforest"; name = "Blue Forest"; author = "alonsodomin (https://github.com/alonsodomin)"; base00 = "141F2E"; diff --git a/themes/blueish.nix b/themes/blueish.nix index 618cd80..d7aab96 100644 --- a/themes/blueish.nix +++ b/themes/blueish.nix @@ -1,5 +1,5 @@ { - slug = "themes/blueish"; + slug = "blueish"; name = "Blueish"; author = "Ben Mayoras"; base00 = "182430"; diff --git a/themes/brewer.nix b/themes/brewer.nix index fc7ecc2..57fac1c 100644 --- a/themes/brewer.nix +++ b/themes/brewer.nix @@ -1,5 +1,5 @@ { - slug = "themes/brewer"; + slug = "brewer"; name = "Brewer"; author = "Timothée Poisot (http://github.com/tpoisot)"; base00 = "0C0D0E"; diff --git a/themes/bright.nix b/themes/bright.nix index 40fdf7c..0866365 100644 --- a/themes/bright.nix +++ b/themes/bright.nix @@ -1,5 +1,5 @@ { - slug = "themes/bright"; + slug = "bright"; name = "Bright"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "000000"; diff --git a/themes/brogrammer.nix b/themes/brogrammer.nix index 0118f00..6127d94 100644 --- a/themes/brogrammer.nix +++ b/themes/brogrammer.nix @@ -1,5 +1,5 @@ { - slug = "themes/brogrammer"; + slug = "brogrammer"; name = "Brogrammer"; author = "Vik Ramanujam (http://github.com/piggyslasher)"; base00 = "1F1F1F"; diff --git a/themes/brushtrees-dark.nix b/themes/brushtrees-dark.nix index e9d366b..4154511 100644 --- a/themes/brushtrees-dark.nix +++ b/themes/brushtrees-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/brushtrees-dark"; + slug = "brushtrees-dark"; name = "Brush Trees Dark"; author = "Abraham White "; base00 = "485867"; diff --git a/themes/brushtrees.nix b/themes/brushtrees.nix index 1c72f68..6c48d2d 100644 --- a/themes/brushtrees.nix +++ b/themes/brushtrees.nix @@ -1,5 +1,5 @@ { - slug = "themes/brushtrees"; + slug = "brushtrees"; name = "Brush Trees"; author = "Abraham White "; base00 = "E3EFEF"; diff --git a/themes/caroline.nix b/themes/caroline.nix index 7ed31f5..a324dd3 100644 --- a/themes/caroline.nix +++ b/themes/caroline.nix @@ -1,5 +1,5 @@ { - slug = "themes/caroline"; + slug = "caroline"; name = "caroline"; author = "ed (https://codeberg.org/ed)"; base00 = "1C1213"; diff --git a/themes/catppuccin-frappe.nix b/themes/catppuccin-frappe.nix index 4caafc8..d47bc98 100644 --- a/themes/catppuccin-frappe.nix +++ b/themes/catppuccin-frappe.nix @@ -1,5 +1,5 @@ { - slug = "themes/catppuccin-frappe"; + slug = "catppuccin-frappe"; name = "Catppuccin Frappe"; author = "https://github.com/catppuccin/catppuccin"; base00 = "303446"; diff --git a/themes/catppuccin-latte.nix b/themes/catppuccin-latte.nix index 0b742dc..036756f 100644 --- a/themes/catppuccin-latte.nix +++ b/themes/catppuccin-latte.nix @@ -1,5 +1,5 @@ { - slug = "themes/catppuccin-latte"; + slug = "catppuccin-latte"; name = "Catppuccin Latte"; author = "https://github.com/catppuccin/catppuccin"; base00 = "EFF1F5"; diff --git a/themes/catppuccin-macchiato.nix b/themes/catppuccin-macchiato.nix index 5faaafc..991cd19 100644 --- a/themes/catppuccin-macchiato.nix +++ b/themes/catppuccin-macchiato.nix @@ -1,5 +1,5 @@ { - slug = "themes/catppuccin-macchiato"; + slug = "catppuccin-macchiato"; name = "Catppuccin Macchiato"; author = "https://github.com/catppuccin/catppuccin"; base00 = "24273A"; diff --git a/themes/catppuccin-mocha.nix b/themes/catppuccin-mocha.nix index 3c4c2d0..8b48958 100644 --- a/themes/catppuccin-mocha.nix +++ b/themes/catppuccin-mocha.nix @@ -1,5 +1,5 @@ { - slug = "themes/catppuccin-mocha"; + slug = "catppuccin-mocha"; name = "Catppuccin Mocha"; author = "https://github.com/catppuccin/catppuccin"; base00 = "1E1E2E"; diff --git a/themes/chalk.nix b/themes/chalk.nix index c4dda4f..1d247f8 100644 --- a/themes/chalk.nix +++ b/themes/chalk.nix @@ -1,5 +1,5 @@ { - slug = "themes/chalk"; + slug = "chalk"; name = "Chalk"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "151515"; diff --git a/themes/circus.nix b/themes/circus.nix index a2f4b02..a3fb591 100644 --- a/themes/circus.nix +++ b/themes/circus.nix @@ -1,5 +1,5 @@ { - slug = "themes/circus"; + slug = "circus"; name = "Circus"; author = "Stephan Boyer (https://github.com/stepchowfun) and Esther Wang (https://github.com/ewang12)"; base00 = "191919"; diff --git a/themes/classic-dark.nix b/themes/classic-dark.nix index 34329e9..90d0565 100644 --- a/themes/classic-dark.nix +++ b/themes/classic-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/classic-dark"; + slug = "classic-dark"; name = "Classic Dark"; author = "Jason Heeris (http://heeris.id.au)"; base00 = "151515"; diff --git a/themes/classic-light.nix b/themes/classic-light.nix index 199119e..b32388c 100644 --- a/themes/classic-light.nix +++ b/themes/classic-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/classic-light"; + slug = "classic-light"; name = "Classic Light"; author = "Jason Heeris (http://heeris.id.au)"; base00 = "F5F5F5"; diff --git a/themes/codeschool.nix b/themes/codeschool.nix index d379a14..bc77b0f 100644 --- a/themes/codeschool.nix +++ b/themes/codeschool.nix @@ -1,5 +1,5 @@ { - slug = "themes/codeschool"; + slug = "codeschool"; name = "Codeschool"; author = "blockloop"; base00 = "232C31"; diff --git a/themes/colors.nix b/themes/colors.nix index 80b57a9..5b78e8c 100644 --- a/themes/colors.nix +++ b/themes/colors.nix @@ -1,5 +1,5 @@ { - slug = "themes/colors"; + slug = "colors"; name = "Colors"; author = "mrmrs (http://clrs.cc)"; base00 = "111111"; diff --git a/themes/cupcake.nix b/themes/cupcake.nix index 84383bb..d620881 100644 --- a/themes/cupcake.nix +++ b/themes/cupcake.nix @@ -1,5 +1,5 @@ { - slug = "themes/cupcake"; + slug = "cupcake"; name = "Cupcake"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "FBF1F2"; diff --git a/themes/cupertino.nix b/themes/cupertino.nix index c1e11c8..d249a08 100644 --- a/themes/cupertino.nix +++ b/themes/cupertino.nix @@ -1,5 +1,5 @@ { - slug = "themes/cupertino"; + slug = "cupertino"; name = "Cupertino"; author = "Defman21"; base00 = "FFFFFF"; diff --git a/themes/da-one-black.nix b/themes/da-one-black.nix index d6a08d0..025b386 100644 --- a/themes/da-one-black.nix +++ b/themes/da-one-black.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-black"; + slug = "da-one-black"; name = "Da One Black"; author = "NNB (https://github.com/NNBnh)"; base00 = "000000"; diff --git a/themes/da-one-gray.nix b/themes/da-one-gray.nix index 9096790..1f4e533 100644 --- a/themes/da-one-gray.nix +++ b/themes/da-one-gray.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-gray"; + slug = "da-one-gray"; name = "Da One Gray"; author = "NNB (https://github.com/NNBnh)"; base00 = "181818"; diff --git a/themes/da-one-ocean.nix b/themes/da-one-ocean.nix index 2139b69..a6932b4 100644 --- a/themes/da-one-ocean.nix +++ b/themes/da-one-ocean.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-ocean"; + slug = "da-one-ocean"; name = "Da One Ocean"; author = "NNB (https://github.com/NNBnh)"; base00 = "171726"; diff --git a/themes/da-one-paper.nix b/themes/da-one-paper.nix index ad7410d..a1d7afb 100644 --- a/themes/da-one-paper.nix +++ b/themes/da-one-paper.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-paper"; + slug = "da-one-paper"; name = "Da One Paper"; author = "NNB (https://github.com/NNBnh)"; base00 = "FAF0DC"; diff --git a/themes/da-one-sea.nix b/themes/da-one-sea.nix index d9f85fc..7ee7e5b 100644 --- a/themes/da-one-sea.nix +++ b/themes/da-one-sea.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-sea"; + slug = "da-one-sea"; name = "Da One Sea"; author = "NNB (https://github.com/NNBnh)"; base00 = "22273D"; diff --git a/themes/da-one-white.nix b/themes/da-one-white.nix index 950b25c..4ddc78f 100644 --- a/themes/da-one-white.nix +++ b/themes/da-one-white.nix @@ -1,5 +1,5 @@ { - slug = "themes/da-one-white"; + slug = "da-one-white"; name = "Da One White"; author = "NNB (https://github.com/NNBnh)"; base00 = "FFFFFF"; diff --git a/themes/danqing-light.nix b/themes/danqing-light.nix index 9f26bec..efc1fb3 100644 --- a/themes/danqing-light.nix +++ b/themes/danqing-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/danqing-light"; + slug = "danqing-light"; name = "DanQing Light"; author = "Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)"; base00 = "FCFEFD"; diff --git a/themes/danqing.nix b/themes/danqing.nix index 78e1af7..f751a93 100644 --- a/themes/danqing.nix +++ b/themes/danqing.nix @@ -1,5 +1,5 @@ { - slug = "themes/danqing"; + slug = "danqing"; name = "DanQing"; author = "Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com)"; base00 = "2D302F"; diff --git a/themes/darcula.nix b/themes/darcula.nix index 66ad241..6dc834f 100644 --- a/themes/darcula.nix +++ b/themes/darcula.nix @@ -1,5 +1,5 @@ { - slug = "themes/darcula"; + slug = "darcula"; name = "Darcula"; author = "jetbrains"; base00 = "2B2B2B"; diff --git a/themes/darkmoss.nix b/themes/darkmoss.nix index 8906358..3019893 100644 --- a/themes/darkmoss.nix +++ b/themes/darkmoss.nix @@ -1,5 +1,5 @@ { - slug = "themes/darkmoss"; + slug = "darkmoss"; name = "darkmoss"; author = "Gabriel Avanzi (https://github.com/avanzzzi)"; base00 = "171E1F"; diff --git a/themes/darktooth.nix b/themes/darktooth.nix index 1e6aa7f..793195c 100644 --- a/themes/darktooth.nix +++ b/themes/darktooth.nix @@ -1,5 +1,5 @@ { - slug = "themes/darktooth"; + slug = "darktooth"; name = "Darktooth"; author = "Jason Milkins (https://github.com/jasonm23)"; base00 = "1D2021"; diff --git a/themes/darkviolet.nix b/themes/darkviolet.nix index 8b8d3d3..ea00fbe 100644 --- a/themes/darkviolet.nix +++ b/themes/darkviolet.nix @@ -1,5 +1,5 @@ { - slug = "themes/darkviolet"; + slug = "darkviolet"; name = "Dark Violet"; author = "ruler501 (https://github.com/ruler501/base16-darkviolet)"; base00 = "000000"; diff --git a/themes/decaf.nix b/themes/decaf.nix index ada3710..6a6db34 100644 --- a/themes/decaf.nix +++ b/themes/decaf.nix @@ -1,5 +1,5 @@ { - slug = "themes/decaf"; + slug = "decaf"; name = "Decaf"; author = "Alex Mirrington (https://github.com/alexmirrington)"; base00 = "2D2D2D"; diff --git a/themes/default-dark.nix b/themes/default-dark.nix index 0f2d018..8e93580 100644 --- a/themes/default-dark.nix +++ b/themes/default-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/default-dark"; + slug = "default-dark"; name = "Default Dark"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "181818"; diff --git a/themes/default-light.nix b/themes/default-light.nix index 2c8c0bd..3523b93 100644 --- a/themes/default-light.nix +++ b/themes/default-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/default-light"; + slug = "default-light"; name = "Default Light"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "F8F8F8"; diff --git a/themes/dirtysea.nix b/themes/dirtysea.nix index 35e7e86..8cc38bf 100644 --- a/themes/dirtysea.nix +++ b/themes/dirtysea.nix @@ -1,5 +1,5 @@ { - slug = "themes/dirtysea"; + slug = "dirtysea"; name = "dirtysea"; author = "Kahlil (Kal) Hodgson"; base00 = "E0E0E0"; diff --git a/themes/dracula.nix b/themes/dracula.nix index 3f857e8..18db9aa 100644 --- a/themes/dracula.nix +++ b/themes/dracula.nix @@ -1,5 +1,5 @@ { - slug = "themes/dracula"; + slug = "dracula"; name = "Dracula"; author = "Mike Barkmin (http://github.com/mikebarkmin) based on Dracula Theme (http://github.com/dracula)"; base00 = "282936"; diff --git a/themes/edge-dark.nix b/themes/edge-dark.nix index e4dbd0e..24fc6d8 100644 --- a/themes/edge-dark.nix +++ b/themes/edge-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/edge-dark"; + slug = "edge-dark"; name = "Edge Dark"; author = "cjayross (https://github.com/cjayross)"; base00 = "262729"; diff --git a/themes/edge-light.nix b/themes/edge-light.nix index 4e44ca1..5c4fd2c 100644 --- a/themes/edge-light.nix +++ b/themes/edge-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/edge-light"; + slug = "edge-light"; name = "Edge Light"; author = "cjayross (https://github.com/cjayross)"; base00 = "FAFAFA"; diff --git a/themes/eighties.nix b/themes/eighties.nix index 705b4b4..8eeb9bf 100644 --- a/themes/eighties.nix +++ b/themes/eighties.nix @@ -1,5 +1,5 @@ { - slug = "themes/eighties"; + slug = "eighties"; name = "Eighties"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "2D2D2D"; diff --git a/themes/embers.nix b/themes/embers.nix index 60110e9..f4ffee9 100644 --- a/themes/embers.nix +++ b/themes/embers.nix @@ -1,5 +1,5 @@ { - slug = "themes/embers"; + slug = "embers"; name = "Embers"; author = "Jannik Siebert (https://github.com/janniks)"; base00 = "16130F"; diff --git a/themes/emil.nix b/themes/emil.nix index 71ab7fe..c64eee0 100644 --- a/themes/emil.nix +++ b/themes/emil.nix @@ -1,5 +1,5 @@ { - slug = "themes/emil"; + slug = "emil"; name = "emil"; author = "limelier"; base00 = "EFEFEF"; diff --git a/themes/equilibrium-dark.nix b/themes/equilibrium-dark.nix index cce4ff9..a6f3e7b 100644 --- a/themes/equilibrium-dark.nix +++ b/themes/equilibrium-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/equilibrium-dark"; + slug = "equilibrium-dark"; name = "Equilibrium Dark"; author = "Carlo Abelli"; base00 = "0C1118"; diff --git a/themes/equilibrium-gray-dark.nix b/themes/equilibrium-gray-dark.nix index 8d9b618..cbe7a09 100644 --- a/themes/equilibrium-gray-dark.nix +++ b/themes/equilibrium-gray-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/equilibrium-gray-dark"; + slug = "equilibrium-gray-dark"; name = "Equilibrium Gray Dark"; author = "Carlo Abelli"; base00 = "111111"; diff --git a/themes/equilibrium-gray-light.nix b/themes/equilibrium-gray-light.nix index 3b185ff..c696428 100644 --- a/themes/equilibrium-gray-light.nix +++ b/themes/equilibrium-gray-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/equilibrium-gray-light"; + slug = "equilibrium-gray-light"; name = "Equilibrium Gray Light"; author = "Carlo Abelli"; base00 = "F1F1F1"; diff --git a/themes/equilibrium-light.nix b/themes/equilibrium-light.nix index f37fab0..08a31f7 100644 --- a/themes/equilibrium-light.nix +++ b/themes/equilibrium-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/equilibrium-light"; + slug = "equilibrium-light"; name = "Equilibrium Light"; author = "Carlo Abelli"; base00 = "F5F0E7"; diff --git a/themes/eris.nix b/themes/eris.nix index f1ba00e..f6b9c90 100644 --- a/themes/eris.nix +++ b/themes/eris.nix @@ -1,5 +1,5 @@ { - slug = "themes/eris"; + slug = "eris"; name = "eris"; author = "ed (https://codeberg.org/ed)"; base00 = "0A0920"; diff --git a/themes/espresso.nix b/themes/espresso.nix index 88c8244..225df86 100644 --- a/themes/espresso.nix +++ b/themes/espresso.nix @@ -1,5 +1,5 @@ { - slug = "themes/espresso"; + slug = "espresso"; name = "Espresso"; author = "Unknown. Maintained by Alex Mirrington (https://github.com/alexmirrington)"; base00 = "2D2D2D"; diff --git a/themes/eva-dim.nix b/themes/eva-dim.nix index 9db0a08..452fd98 100644 --- a/themes/eva-dim.nix +++ b/themes/eva-dim.nix @@ -1,5 +1,5 @@ { - slug = "themes/eva-dim"; + slug = "eva-dim"; name = "Eva Dim"; author = "kjakapat (https://github.com/kjakapat)"; base00 = "2A3B4D"; diff --git a/themes/eva.nix b/themes/eva.nix index 3686db2..d23d5ad 100644 --- a/themes/eva.nix +++ b/themes/eva.nix @@ -1,5 +1,5 @@ { - slug = "themes/eva"; + slug = "eva"; name = "Eva"; author = "kjakapat (https://github.com/kjakapat)"; base00 = "2A3B4D"; diff --git a/themes/evenok-dark.nix b/themes/evenok-dark.nix index be55527..e9fd581 100644 --- a/themes/evenok-dark.nix +++ b/themes/evenok-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/evenok-dark"; + slug = "evenok-dark"; name = "Evenok Dark"; author = "Mekeor Melire"; base00 = "000000"; diff --git a/themes/everforest-dark-hard.nix b/themes/everforest-dark-hard.nix index 4d12b17..7f37777 100644 --- a/themes/everforest-dark-hard.nix +++ b/themes/everforest-dark-hard.nix @@ -1,5 +1,5 @@ { - slug = "themes/everforest-dark-hard"; + slug = "everforest-dark-hard"; name = "Everforest Dark Hard"; author = "Oskar Liew (https://github.com/OskarLiew)"; base00 = "272E33"; diff --git a/themes/everforest.nix b/themes/everforest.nix index 7cea097..c7cc145 100644 --- a/themes/everforest.nix +++ b/themes/everforest.nix @@ -1,5 +1,5 @@ { - slug = "themes/everforest"; + slug = "everforest"; name = "Everforest"; author = "Sainnhe Park (https://github.com/sainnhe)"; base00 = "2F383E"; diff --git a/themes/flat.nix b/themes/flat.nix index 4d7c7d1..b1cc6b5 100644 --- a/themes/flat.nix +++ b/themes/flat.nix @@ -1,5 +1,5 @@ { - slug = "themes/flat"; + slug = "flat"; name = "Flat"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "2C3E50"; diff --git a/themes/framer.nix b/themes/framer.nix index c271306..b4ee278 100644 --- a/themes/framer.nix +++ b/themes/framer.nix @@ -1,5 +1,5 @@ { - slug = "themes/framer"; + slug = "framer"; name = "Framer"; author = "Framer (Maintained by Jesse Hoyos)"; base00 = "181818"; diff --git a/themes/fruit-soda.nix b/themes/fruit-soda.nix index 5dd729e..b00ffd4 100644 --- a/themes/fruit-soda.nix +++ b/themes/fruit-soda.nix @@ -1,5 +1,5 @@ { - slug = "themes/fruit-soda"; + slug = "fruit-soda"; name = "Fruit Soda"; author = "jozip"; base00 = "F1ECF1"; diff --git a/themes/gigavolt.nix b/themes/gigavolt.nix index 0bb6038..719a91e 100644 --- a/themes/gigavolt.nix +++ b/themes/gigavolt.nix @@ -1,5 +1,5 @@ { - slug = "themes/gigavolt"; + slug = "gigavolt"; name = "Gigavolt"; author = "Aidan Swope (http://github.com/Whillikers)"; base00 = "202126"; diff --git a/themes/github.nix b/themes/github.nix index 16e317f..bc655b1 100644 --- a/themes/github.nix +++ b/themes/github.nix @@ -1,5 +1,5 @@ { - slug = "themes/github"; + slug = "github"; name = "Github"; author = "Defman21"; base00 = "FFFFFF"; diff --git a/themes/google-dark.nix b/themes/google-dark.nix index 7343662..a86e436 100644 --- a/themes/google-dark.nix +++ b/themes/google-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/google-dark"; + slug = "google-dark"; name = "Google Dark"; author = "Seth Wright (http://sethawright.com)"; base00 = "1D1F21"; diff --git a/themes/google-light.nix b/themes/google-light.nix index b981b0c..baa022f 100644 --- a/themes/google-light.nix +++ b/themes/google-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/google-light"; + slug = "google-light"; name = "Google Light"; author = "Seth Wright (http://sethawright.com)"; base00 = "FFFFFF"; diff --git a/themes/gotham.nix b/themes/gotham.nix index 736bca8..283c69d 100644 --- a/themes/gotham.nix +++ b/themes/gotham.nix @@ -1,5 +1,5 @@ { - slug = "themes/gotham"; + slug = "gotham"; name = "Gotham"; author = "Andrea Leopardi (arranged by Brett Jones)"; base00 = "0C1014"; diff --git a/themes/grayscale-dark.nix b/themes/grayscale-dark.nix index bcc680e..68809a1 100644 --- a/themes/grayscale-dark.nix +++ b/themes/grayscale-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/grayscale-dark"; + slug = "grayscale-dark"; name = "Grayscale Dark"; author = "Alexandre Gavioli (https://github.com/Alexx2/)"; base00 = "101010"; diff --git a/themes/grayscale-light.nix b/themes/grayscale-light.nix index 3b7a16b..9f7057d 100644 --- a/themes/grayscale-light.nix +++ b/themes/grayscale-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/grayscale-light"; + slug = "grayscale-light"; name = "Grayscale Light"; author = "Alexandre Gavioli (https://github.com/Alexx2/)"; base00 = "F7F7F7"; diff --git a/themes/greenscreen.nix b/themes/greenscreen.nix index cd040ac..79183df 100644 --- a/themes/greenscreen.nix +++ b/themes/greenscreen.nix @@ -1,5 +1,5 @@ { - slug = "themes/greenscreen"; + slug = "greenscreen"; name = "Green Screen"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "001100"; diff --git a/themes/gruber.nix b/themes/gruber.nix index 63a0603..e81e770 100644 --- a/themes/gruber.nix +++ b/themes/gruber.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruber"; + slug = "gruber"; name = "Gruber"; - author = "Patel; Nimai , colors from www.github.com/rexim/gruber-darker-theme", + author = "Patel; Nimai ; colors from www.github.com/rexim/gruber-darker-theme"; base00 = "181818"; base01 = "453D41"; base02 = "484848"; diff --git a/themes/gruvbox-dark-hard.nix b/themes/gruvbox-dark-hard.nix index ddc96a8..e93fcdf 100644 --- a/themes/gruvbox-dark-hard.nix +++ b/themes/gruvbox-dark-hard.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-dark-hard"; - name = "Gruvbox dark; hard", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-dark-hard"; + name = "Gruvbox dark; hard"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "1D2021"; base01 = "3C3836"; base02 = "504945"; diff --git a/themes/gruvbox-dark-medium.nix b/themes/gruvbox-dark-medium.nix index 7cc6121..4588482 100644 --- a/themes/gruvbox-dark-medium.nix +++ b/themes/gruvbox-dark-medium.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-dark-medium"; - name = "Gruvbox dark; medium", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-dark-medium"; + name = "Gruvbox dark; medium"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "282828"; base01 = "3C3836"; base02 = "504945"; diff --git a/themes/gruvbox-dark-pale.nix b/themes/gruvbox-dark-pale.nix index 936d2e7..d29dc60 100644 --- a/themes/gruvbox-dark-pale.nix +++ b/themes/gruvbox-dark-pale.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-dark-pale"; - name = "Gruvbox dark; pale", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-dark-pale"; + name = "Gruvbox dark; pale"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "262626"; base01 = "3A3A3A"; base02 = "4E4E4E"; diff --git a/themes/gruvbox-dark-soft.nix b/themes/gruvbox-dark-soft.nix index 5e09301..54be510 100644 --- a/themes/gruvbox-dark-soft.nix +++ b/themes/gruvbox-dark-soft.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-dark-soft"; - name = "Gruvbox dark; soft", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-dark-soft"; + name = "Gruvbox dark; soft"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "32302F"; base01 = "3C3836"; base02 = "504945"; diff --git a/themes/gruvbox-light-hard.nix b/themes/gruvbox-light-hard.nix index b6a1c53..cbcbffa 100644 --- a/themes/gruvbox-light-hard.nix +++ b/themes/gruvbox-light-hard.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-light-hard"; - name = "Gruvbox light; hard", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-light-hard"; + name = "Gruvbox light; hard"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "F9F5D7"; base01 = "EBDBB2"; base02 = "D5C4A1"; diff --git a/themes/gruvbox-light-medium.nix b/themes/gruvbox-light-medium.nix index 8d03536..52bae3f 100644 --- a/themes/gruvbox-light-medium.nix +++ b/themes/gruvbox-light-medium.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-light-medium"; - name = "Gruvbox light; medium", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-light-medium"; + name = "Gruvbox light; medium"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "FBF1C7"; base01 = "EBDBB2"; base02 = "D5C4A1"; diff --git a/themes/gruvbox-light-soft.nix b/themes/gruvbox-light-soft.nix index 4174039..8a331bf 100644 --- a/themes/gruvbox-light-soft.nix +++ b/themes/gruvbox-light-soft.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-light-soft"; - name = "Gruvbox light; soft", - author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)", + slug = "gruvbox-light-soft"; + name = "Gruvbox light; soft"; + author = "Dawid Kurek (dawikur@gmail.com); morhetz (https://github.com/morhetz/gruvbox)"; base00 = "F2E5BC"; base01 = "EBDBB2"; base02 = "D5C4A1"; diff --git a/themes/gruvbox-material-dark-hard.nix b/themes/gruvbox-material-dark-hard.nix index 7738ed7..ecbe713 100644 --- a/themes/gruvbox-material-dark-hard.nix +++ b/themes/gruvbox-material-dark-hard.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-dark-hard"; - name = "Gruvbox Material Dark; Hard", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-dark-hard"; + name = "Gruvbox Material Dark; Hard"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "202020"; base01 = "2A2827"; base02 = "504945"; diff --git a/themes/gruvbox-material-dark-medium.nix b/themes/gruvbox-material-dark-medium.nix index b32a144..5ea27fa 100644 --- a/themes/gruvbox-material-dark-medium.nix +++ b/themes/gruvbox-material-dark-medium.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-dark-medium"; - name = "Gruvbox Material Dark; Medium", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-dark-medium"; + name = "Gruvbox Material Dark; Medium"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "292828"; base01 = "32302F"; base02 = "504945"; diff --git a/themes/gruvbox-material-dark-soft.nix b/themes/gruvbox-material-dark-soft.nix index 6acc831..c9f25f9 100644 --- a/themes/gruvbox-material-dark-soft.nix +++ b/themes/gruvbox-material-dark-soft.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-dark-soft"; - name = "Gruvbox Material Dark; Soft", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-dark-soft"; + name = "Gruvbox Material Dark; Soft"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "32302F"; base01 = "3C3836"; base02 = "5A524C"; diff --git a/themes/gruvbox-material-light-hard.nix b/themes/gruvbox-material-light-hard.nix index aa4a1c7..2c38357 100644 --- a/themes/gruvbox-material-light-hard.nix +++ b/themes/gruvbox-material-light-hard.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-light-hard"; - name = "Gruvbox Material Light; Hard", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-light-hard"; + name = "Gruvbox Material Light; Hard"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "F9F5D7"; base01 = "FBF1C7"; base02 = "E0CFA9"; diff --git a/themes/gruvbox-material-light-medium.nix b/themes/gruvbox-material-light-medium.nix index 5b51a05..bbd2c3e 100644 --- a/themes/gruvbox-material-light-medium.nix +++ b/themes/gruvbox-material-light-medium.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-light-medium"; - name = "Gruvbox Material Light; Medium", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-light-medium"; + name = "Gruvbox Material Light; Medium"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "FBF1C7"; base01 = "F2E5BC"; base02 = "D5C4A1"; diff --git a/themes/gruvbox-material-light-soft.nix b/themes/gruvbox-material-light-soft.nix index f204955..431a231 100644 --- a/themes/gruvbox-material-light-soft.nix +++ b/themes/gruvbox-material-light-soft.nix @@ -1,7 +1,7 @@ { - slug = "themes/gruvbox-material-light-soft"; - name = "Gruvbox Material Light; Soft", - author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)", + slug = "gruvbox-material-light-soft"; + name = "Gruvbox Material Light; Soft"; + author = "Mayush Kumar (https://github.com/MayushKumar); sainnhe (https://github.com/sainnhe/gruvbox-material-vscode)"; base00 = "F2E5BC"; base01 = "EBDBB2"; base02 = "C9B99A"; diff --git a/themes/hardcore.nix b/themes/hardcore.nix index 08c739d..2841c51 100644 --- a/themes/hardcore.nix +++ b/themes/hardcore.nix @@ -1,5 +1,5 @@ { - slug = "themes/hardcore"; + slug = "hardcore"; name = "Hardcore"; author = "Chris Caller"; base00 = "212121"; diff --git a/themes/harmonic16-dark.nix b/themes/harmonic16-dark.nix index 24fd19c..052ecce 100644 --- a/themes/harmonic16-dark.nix +++ b/themes/harmonic16-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/harmonic16-dark"; + slug = "harmonic16-dark"; name = "Harmonic16 Dark"; author = "Jannik Siebert (https://github.com/janniks)"; base00 = "0B1C2C"; diff --git a/themes/harmonic16-light.nix b/themes/harmonic16-light.nix index acbc8d3..8ccf2cf 100644 --- a/themes/harmonic16-light.nix +++ b/themes/harmonic16-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/harmonic16-light"; + slug = "harmonic16-light"; name = "Harmonic16 Light"; author = "Jannik Siebert (https://github.com/janniks)"; base00 = "F7F9FB"; diff --git a/themes/heetch-light.nix b/themes/heetch-light.nix index ba9a71b..c93fe74 100644 --- a/themes/heetch-light.nix +++ b/themes/heetch-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/heetch-light"; + slug = "heetch-light"; name = "Heetch Light"; author = "Geoffrey Teale (tealeg@gmail.com)"; base00 = "FEFFFF"; diff --git a/themes/heetch.nix b/themes/heetch.nix index 3c31d86..a28ecf1 100644 --- a/themes/heetch.nix +++ b/themes/heetch.nix @@ -1,5 +1,5 @@ { - slug = "themes/heetch"; + slug = "heetch"; name = "Heetch Dark"; author = "Geoffrey Teale (tealeg@gmail.com)"; base00 = "190134"; diff --git a/themes/helios.nix b/themes/helios.nix index 40c5687..8882aa4 100644 --- a/themes/helios.nix +++ b/themes/helios.nix @@ -1,5 +1,5 @@ { - slug = "themes/helios"; + slug = "helios"; name = "Helios"; author = "Alex Meyer (https://github.com/reyemxela)"; base00 = "1D2021"; diff --git a/themes/hopscotch.nix b/themes/hopscotch.nix index bf7fb77..169a924 100644 --- a/themes/hopscotch.nix +++ b/themes/hopscotch.nix @@ -1,5 +1,5 @@ { - slug = "themes/hopscotch"; + slug = "hopscotch"; name = "Hopscotch"; author = "Jan T. Sott"; base00 = "322931"; diff --git a/themes/horizon-dark.nix b/themes/horizon-dark.nix index 630cdad..d00a1bf 100644 --- a/themes/horizon-dark.nix +++ b/themes/horizon-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/horizon-dark"; + slug = "horizon-dark"; name = "Horizon Dark"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "1C1E26"; diff --git a/themes/horizon-light.nix b/themes/horizon-light.nix index 44b1c1a..0bb3fc5 100644 --- a/themes/horizon-light.nix +++ b/themes/horizon-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/horizon-light"; + slug = "horizon-light"; name = "Horizon Light"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "FDF0ED"; diff --git a/themes/horizon-terminal-dark.nix b/themes/horizon-terminal-dark.nix index 785a085..0777c84 100644 --- a/themes/horizon-terminal-dark.nix +++ b/themes/horizon-terminal-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/horizon-terminal-dark"; + slug = "horizon-terminal-dark"; name = "Horizon Terminal Dark"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "1C1E26"; diff --git a/themes/horizon-terminal-light.nix b/themes/horizon-terminal-light.nix index 6e81d17..a6fc54d 100644 --- a/themes/horizon-terminal-light.nix +++ b/themes/horizon-terminal-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/horizon-terminal-light"; + slug = "horizon-terminal-light"; name = "Horizon Terminal Light"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "FDF0ED"; diff --git a/themes/humanoid-dark.nix b/themes/humanoid-dark.nix index 922a882..27566a4 100644 --- a/themes/humanoid-dark.nix +++ b/themes/humanoid-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/humanoid-dark"; + slug = "humanoid-dark"; name = "Humanoid dark"; author = "Thomas (tasmo) Friese"; base00 = "232629"; diff --git a/themes/humanoid-light.nix b/themes/humanoid-light.nix index 8116f3f..44f3932 100644 --- a/themes/humanoid-light.nix +++ b/themes/humanoid-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/humanoid-light"; + slug = "humanoid-light"; name = "Humanoid light"; author = "Thomas (tasmo) Friese"; base00 = "F8F8F2"; diff --git a/themes/ia-dark.nix b/themes/ia-dark.nix index f957846..3cbd1d3 100644 --- a/themes/ia-dark.nix +++ b/themes/ia-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/ia-dark"; + slug = "ia-dark"; name = "iA Dark"; author = "iA Inc. (modified by aramisgithub)"; base00 = "1A1A1A"; diff --git a/themes/ia-light.nix b/themes/ia-light.nix index c9047b8..d098b85 100644 --- a/themes/ia-light.nix +++ b/themes/ia-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/ia-light"; + slug = "ia-light"; name = "iA Light"; author = "iA Inc. (modified by aramisgithub)"; base00 = "F6F6F6"; diff --git a/themes/icy.nix b/themes/icy.nix index 44ccb30..2c87d9b 100644 --- a/themes/icy.nix +++ b/themes/icy.nix @@ -1,5 +1,5 @@ { - slug = "themes/icy"; + slug = "icy"; name = "Icy Dark"; author = "icyphox (https://icyphox.ga)"; base00 = "021012"; diff --git a/themes/irblack.nix b/themes/irblack.nix index d5a95f3..a38a80a 100644 --- a/themes/irblack.nix +++ b/themes/irblack.nix @@ -1,5 +1,5 @@ { - slug = "themes/irblack"; + slug = "irblack"; name = "IR Black"; author = "Timothée Poisot (http://timotheepoisot.fr)"; base00 = "000000"; diff --git a/themes/isotope.nix b/themes/isotope.nix index 0eb6eac..a3f1bb3 100644 --- a/themes/isotope.nix +++ b/themes/isotope.nix @@ -1,5 +1,5 @@ { - slug = "themes/isotope"; + slug = "isotope"; name = "Isotope"; author = "Jan T. Sott"; base00 = "000000"; diff --git a/themes/kanagawa.nix b/themes/kanagawa.nix index 181a717..fa25b95 100644 --- a/themes/kanagawa.nix +++ b/themes/kanagawa.nix @@ -1,5 +1,5 @@ { - slug = "themes/kanagawa"; + slug = "kanagawa"; name = "Kanagawa"; author = "Tommaso Laurenzi (https://github.com/rebelot)"; base00 = "1F1F28"; diff --git a/themes/katy.nix b/themes/katy.nix index 1d4058c..2141985 100644 --- a/themes/katy.nix +++ b/themes/katy.nix @@ -1,5 +1,5 @@ { - slug = "themes/katy"; + slug = "katy"; name = "Katy"; author = "George Essig (https://github.com/gessig)"; base00 = "292D3E"; diff --git a/themes/kimber.nix b/themes/kimber.nix index d99e1bc..2bf6493 100644 --- a/themes/kimber.nix +++ b/themes/kimber.nix @@ -1,5 +1,5 @@ { - slug = "themes/kimber"; + slug = "kimber"; name = "Kimber"; author = "Mishka Nguyen (https://github.com/akhsiM)"; base00 = "222222"; diff --git a/themes/lime.nix b/themes/lime.nix index 577d19c..e3f01db 100644 --- a/themes/lime.nix +++ b/themes/lime.nix @@ -1,5 +1,5 @@ { - slug = "themes/lime"; + slug = "lime"; name = "lime"; author = "limelier"; base00 = "1A1A2F"; diff --git a/themes/macintosh.nix b/themes/macintosh.nix index 4f10010..c388a7d 100644 --- a/themes/macintosh.nix +++ b/themes/macintosh.nix @@ -1,5 +1,5 @@ { - slug = "themes/macintosh"; + slug = "macintosh"; name = "Macintosh"; author = "Rebecca Bettencourt (http://www.kreativekorp.com)"; base00 = "000000"; diff --git a/themes/marrakesh.nix b/themes/marrakesh.nix index 73aa9a5..c51f586 100644 --- a/themes/marrakesh.nix +++ b/themes/marrakesh.nix @@ -1,5 +1,5 @@ { - slug = "themes/marrakesh"; + slug = "marrakesh"; name = "Marrakesh"; author = "Alexandre Gavioli (http://github.com/Alexx2/)"; base00 = "201602"; diff --git a/themes/materia.nix b/themes/materia.nix index d407df5..d498967 100644 --- a/themes/materia.nix +++ b/themes/materia.nix @@ -1,5 +1,5 @@ { - slug = "themes/materia"; + slug = "materia"; name = "Materia"; author = "Defman21"; base00 = "263238"; diff --git a/themes/material-darker.nix b/themes/material-darker.nix index 2b86beb..b03c6f3 100644 --- a/themes/material-darker.nix +++ b/themes/material-darker.nix @@ -1,5 +1,5 @@ { - slug = "themes/material-darker"; + slug = "material-darker"; name = "Material Darker"; author = "Nate Peterson"; base00 = "212121"; diff --git a/themes/material-lighter.nix b/themes/material-lighter.nix index 844738a..720c5b1 100644 --- a/themes/material-lighter.nix +++ b/themes/material-lighter.nix @@ -1,5 +1,5 @@ { - slug = "themes/material-lighter"; + slug = "material-lighter"; name = "Material Lighter"; author = "Nate Peterson"; base00 = "FAFAFA"; diff --git a/themes/material-palenight.nix b/themes/material-palenight.nix index 70ec7ea..cf6a992 100644 --- a/themes/material-palenight.nix +++ b/themes/material-palenight.nix @@ -1,5 +1,5 @@ { - slug = "themes/material-palenight"; + slug = "material-palenight"; name = "Material Palenight"; author = "Nate Peterson"; base00 = "292D3E"; diff --git a/themes/material-vivid.nix b/themes/material-vivid.nix index 2066ac4..729a25f 100644 --- a/themes/material-vivid.nix +++ b/themes/material-vivid.nix @@ -1,5 +1,5 @@ { - slug = "themes/material-vivid"; + slug = "material-vivid"; name = "Material Vivid"; author = "joshyrobot"; base00 = "202124"; diff --git a/themes/material.nix b/themes/material.nix index 1cc5a77..5f26552 100644 --- a/themes/material.nix +++ b/themes/material.nix @@ -1,5 +1,5 @@ { - slug = "themes/material"; + slug = "material"; name = "Material"; author = "Nate Peterson"; base00 = "263238"; diff --git a/themes/mellow-purple.nix b/themes/mellow-purple.nix index 0222942..7084e97 100644 --- a/themes/mellow-purple.nix +++ b/themes/mellow-purple.nix @@ -1,5 +1,5 @@ { - slug = "themes/mellow-purple"; + slug = "mellow-purple"; name = "Mellow Purple"; author = "gidsi"; base00 = "1E0528"; diff --git a/themes/mexico-light.nix b/themes/mexico-light.nix index 373742a..8bca86e 100644 --- a/themes/mexico-light.nix +++ b/themes/mexico-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/mexico-light"; + slug = "mexico-light"; name = "Mexico Light"; author = "Sheldon Johnson"; base00 = "F8F8F8"; diff --git a/themes/mocha.nix b/themes/mocha.nix index b20df24..87d53ba 100644 --- a/themes/mocha.nix +++ b/themes/mocha.nix @@ -1,5 +1,5 @@ { - slug = "themes/mocha"; + slug = "mocha"; name = "Mocha"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "3B3228"; diff --git a/themes/monokai.nix b/themes/monokai.nix index 08c42a5..bc82fc5 100644 --- a/themes/monokai.nix +++ b/themes/monokai.nix @@ -1,5 +1,5 @@ { - slug = "themes/monokai"; + slug = "monokai"; name = "Monokai"; author = "Wimer Hazenberg (http://www.monokai.nl)"; base00 = "272822"; diff --git a/themes/mountain.nix b/themes/mountain.nix index 7bceec1..beb71f9 100644 --- a/themes/mountain.nix +++ b/themes/mountain.nix @@ -1,5 +1,5 @@ { - slug = "themes/mountain"; + slug = "mountain"; name = "Mountain"; author = "gnsfujiwara (https://github.com/gnsfujiwara)"; base00 = "0F0F0F"; diff --git a/themes/nebula.nix b/themes/nebula.nix index 9808429..8cb1d40 100644 --- a/themes/nebula.nix +++ b/themes/nebula.nix @@ -1,5 +1,5 @@ { - slug = "themes/nebula"; + slug = "nebula"; name = "Nebula"; author = "Gabriel Fontes (https://github.com/Misterio77)"; base00 = "22273B"; diff --git a/themes/nord.nix b/themes/nord.nix index 026e6a9..c5f9989 100644 --- a/themes/nord.nix +++ b/themes/nord.nix @@ -1,5 +1,5 @@ { - slug = "themes/nord"; + slug = "nord"; name = "Nord"; author = "arcticicestudio"; base00 = "2E3440"; diff --git a/themes/nova.nix b/themes/nova.nix index 69f3f11..dcc957b 100644 --- a/themes/nova.nix +++ b/themes/nova.nix @@ -1,7 +1,7 @@ { - slug = "themes/nova"; + slug = "nova"; name = "Nova"; - author = "George Essig (https://github.com/gessig); Trevor D. Miller (https://trevordmiller.com)", + author = "George Essig (https://github.com/gessig); Trevor D. Miller (https://trevordmiller.com)"; base00 = "3C4C55"; base01 = "556873"; base02 = "6A7D89"; diff --git a/themes/ocean.nix b/themes/ocean.nix index 56c83c3..7ab73d3 100644 --- a/themes/ocean.nix +++ b/themes/ocean.nix @@ -1,5 +1,5 @@ { - slug = "themes/ocean"; + slug = "ocean"; name = "Ocean"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "2B303B"; diff --git a/themes/oceanicnext.nix b/themes/oceanicnext.nix index 8a4a3c9..18d080d 100644 --- a/themes/oceanicnext.nix +++ b/themes/oceanicnext.nix @@ -1,5 +1,5 @@ { - slug = "themes/oceanicnext"; + slug = "oceanicnext"; name = "OceanicNext"; author = "https://github.com/voronianski/oceanic-next-color-name "; base00 = "1B2B34"; diff --git a/themes/one-light.nix b/themes/one-light.nix index 34e41e1..c6e46d6 100644 --- a/themes/one-light.nix +++ b/themes/one-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/one-light"; + slug = "one-light"; name = "One Light"; author = "Daniel Pfeifer (http://github.com/purpleKarrot)"; base00 = "FAFAFA"; diff --git a/themes/onedark.nix b/themes/onedark.nix index fd59ee5..effaa17 100644 --- a/themes/onedark.nix +++ b/themes/onedark.nix @@ -1,5 +1,5 @@ { - slug = "themes/onedark"; + slug = "onedark"; name = "OneDark"; author = "Lalit Magant (http://github.com/tilal6991)"; base00 = "282C34"; diff --git a/themes/outrun-dark.nix b/themes/outrun-dark.nix index d04a88a..972524f 100644 --- a/themes/outrun-dark.nix +++ b/themes/outrun-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/outrun-dark"; + slug = "outrun-dark"; name = "Outrun Dark"; author = "Hugo Delahousse (http://github.com/hugodelahousse/)"; base00 = "00002A"; diff --git a/themes/oxocarbon-dark.nix b/themes/oxocarbon-dark.nix index 61c9323..3a997d5 100644 --- a/themes/oxocarbon-dark.nix +++ b/themes/oxocarbon-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/oxocarbon-dark"; + slug = "oxocarbon-dark"; name = "Oxocarbon Dark"; author = "shaunsingh/IBM"; base00 = "161616"; diff --git a/themes/oxocarbon-light.nix b/themes/oxocarbon-light.nix index 9d8ca78..27f2fe2 100644 --- a/themes/oxocarbon-light.nix +++ b/themes/oxocarbon-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/oxocarbon-light"; + slug = "oxocarbon-light"; name = "Oxocarbon Light"; author = "shaunsingh/IBM"; base00 = "F2F4F8"; diff --git a/themes/pandora.nix b/themes/pandora.nix index 4f03c46..db6b9ee 100644 --- a/themes/pandora.nix +++ b/themes/pandora.nix @@ -1,5 +1,5 @@ { - slug = "themes/pandora"; + slug = "pandora"; name = "pandora"; author = "Cassandra Fox"; base00 = "131213"; diff --git a/themes/papercolor-dark.nix b/themes/papercolor-dark.nix index 8ba75a0..9df3362 100644 --- a/themes/papercolor-dark.nix +++ b/themes/papercolor-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/papercolor-dark"; + slug = "papercolor-dark"; name = "PaperColor Dark"; author = "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)"; base00 = "1C1C1C"; diff --git a/themes/papercolor-light.nix b/themes/papercolor-light.nix index 51dce59..9d50e34 100644 --- a/themes/papercolor-light.nix +++ b/themes/papercolor-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/papercolor-light"; + slug = "papercolor-light"; name = "PaperColor Light"; author = "Jon Leopard (http://github.com/jonleopard) based on PaperColor Theme (https://github.com/NLKNguyen/papercolor-theme)"; base00 = "EEEEEE"; diff --git a/themes/paraiso.nix b/themes/paraiso.nix index 8f31ba3..2b36b5a 100644 --- a/themes/paraiso.nix +++ b/themes/paraiso.nix @@ -1,5 +1,5 @@ { - slug = "themes/paraiso"; + slug = "paraiso"; name = "Paraiso"; author = "Jan T. Sott"; base00 = "2F1E2E"; diff --git a/themes/pasque.nix b/themes/pasque.nix index 33b5450..246805f 100644 --- a/themes/pasque.nix +++ b/themes/pasque.nix @@ -1,5 +1,5 @@ { - slug = "themes/pasque"; + slug = "pasque"; name = "Pasque"; author = "Gabriel Fontes (https://github.com/Misterio77)"; base00 = "271C3A"; diff --git a/themes/phd.nix b/themes/phd.nix index 6653973..11b7dbd 100644 --- a/themes/phd.nix +++ b/themes/phd.nix @@ -1,5 +1,5 @@ { - slug = "themes/phd"; + slug = "phd"; name = "PhD"; author = "Hennig Hasemann (http://leetless.de/vim.html)"; base00 = "061229"; diff --git a/themes/pico.nix b/themes/pico.nix index 2d723fd..74592af 100644 --- a/themes/pico.nix +++ b/themes/pico.nix @@ -1,5 +1,5 @@ { - slug = "themes/pico"; + slug = "pico"; name = "Pico"; author = "PICO-8 (http://www.lexaloffle.com/pico-8.php)"; base00 = "000000"; diff --git a/themes/pinky.nix b/themes/pinky.nix index 9b6209f..ab6119e 100644 --- a/themes/pinky.nix +++ b/themes/pinky.nix @@ -1,5 +1,5 @@ { - slug = "themes/pinky"; + slug = "pinky"; name = "pinky"; author = "Benjamin (https://github.com/b3nj5m1n)"; base00 = "171517"; diff --git a/themes/pop.nix b/themes/pop.nix index a5e32af..de13c15 100644 --- a/themes/pop.nix +++ b/themes/pop.nix @@ -1,5 +1,5 @@ { - slug = "themes/pop"; + slug = "pop"; name = "Pop"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "000000"; diff --git a/themes/porple.nix b/themes/porple.nix index f832c61..2fa5bdc 100644 --- a/themes/porple.nix +++ b/themes/porple.nix @@ -1,5 +1,5 @@ { - slug = "themes/porple"; + slug = "porple"; name = "Porple"; author = "Niek den Breeje (https://github.com/AuditeMarlow)"; base00 = "292C36"; diff --git a/themes/primer-dark-dimmed.nix b/themes/primer-dark-dimmed.nix index 535f08d..506873e 100644 --- a/themes/primer-dark-dimmed.nix +++ b/themes/primer-dark-dimmed.nix @@ -1,5 +1,5 @@ { - slug = "themes/primer-dark-dimmed"; + slug = "primer-dark-dimmed"; name = "Primer Dark Dimmed"; author = "Jimmy Lin"; base00 = "1C2128"; diff --git a/themes/primer-dark.nix b/themes/primer-dark.nix index 0c2fc7b..bcc3620 100644 --- a/themes/primer-dark.nix +++ b/themes/primer-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/primer-dark"; + slug = "primer-dark"; name = "Primer Dark"; author = "Jimmy Lin"; base00 = "010409"; diff --git a/themes/primer-light.nix b/themes/primer-light.nix index 65fe986..dfab118 100644 --- a/themes/primer-light.nix +++ b/themes/primer-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/primer-light"; + slug = "primer-light"; name = "Primer Light"; author = "Jimmy Lin"; base00 = "FAFBFC"; diff --git a/themes/purpledream.nix b/themes/purpledream.nix index 4917f3a..c875d40 100644 --- a/themes/purpledream.nix +++ b/themes/purpledream.nix @@ -1,5 +1,5 @@ { - slug = "themes/purpledream"; + slug = "purpledream"; name = "Purpledream"; author = "malet"; base00 = "100510"; diff --git a/themes/qualia.nix b/themes/qualia.nix index de0a9a8..d63a3b0 100644 --- a/themes/qualia.nix +++ b/themes/qualia.nix @@ -1,5 +1,5 @@ { - slug = "themes/qualia"; + slug = "qualia"; name = "Qualia"; author = "isaacwhanson"; base00 = "101010"; diff --git a/themes/railscasts.nix b/themes/railscasts.nix index b6d5e36..c6f9fa9 100644 --- a/themes/railscasts.nix +++ b/themes/railscasts.nix @@ -1,5 +1,5 @@ { - slug = "themes/railscasts"; + slug = "railscasts"; name = "Railscasts"; author = "Ryan Bates (http://railscasts.com)"; base00 = "2B2B2B"; diff --git a/themes/rebecca.nix b/themes/rebecca.nix index c5f6ce8..d5b79bb 100644 --- a/themes/rebecca.nix +++ b/themes/rebecca.nix @@ -1,5 +1,5 @@ { - slug = "themes/rebecca"; + slug = "rebecca"; name = "Rebecca"; author = "Victor Borja (http://github.com/vic) based on Rebecca Theme (http://github.com/vic/rebecca-theme)"; base00 = "292A44"; diff --git a/themes/rose-pine-dawn.nix b/themes/rose-pine-dawn.nix index 2b5b3d7..7d9f1cc 100644 --- a/themes/rose-pine-dawn.nix +++ b/themes/rose-pine-dawn.nix @@ -1,5 +1,5 @@ { - slug = "themes/rose-pine-dawn"; + slug = "rose-pine-dawn"; name = "Rosé Pine Dawn"; author = "Emilia Dunfelt "; base00 = "FAF4ED"; diff --git a/themes/rose-pine-moon.nix b/themes/rose-pine-moon.nix index d893d74..b3e1309 100644 --- a/themes/rose-pine-moon.nix +++ b/themes/rose-pine-moon.nix @@ -1,5 +1,5 @@ { - slug = "themes/rose-pine-moon"; + slug = "rose-pine-moon"; name = "Rosé Pine Moon"; author = "Emilia Dunfelt "; base00 = "232136"; diff --git a/themes/rose-pine.nix b/themes/rose-pine.nix index 72e18d5..0a13c60 100644 --- a/themes/rose-pine.nix +++ b/themes/rose-pine.nix @@ -1,5 +1,5 @@ { - slug = "themes/rose-pine"; + slug = "rose-pine"; name = "Rosé Pine"; author = "Emilia Dunfelt "; base00 = "191724"; diff --git a/themes/sagelight.nix b/themes/sagelight.nix index 86a62f7..33bd79b 100644 --- a/themes/sagelight.nix +++ b/themes/sagelight.nix @@ -1,5 +1,5 @@ { - slug = "themes/sagelight"; + slug = "sagelight"; name = "Sagelight"; author = "Carter Veldhuizen"; base00 = "F8F8F8"; diff --git a/themes/sakura.nix b/themes/sakura.nix index ad3d81d..6a69618 100644 --- a/themes/sakura.nix +++ b/themes/sakura.nix @@ -1,5 +1,5 @@ { - slug = "themes/sakura"; + slug = "sakura"; name = "Sakura"; author = "Misterio77 (http://github.com/Misterio77)"; base00 = "FEEDF3"; diff --git a/themes/sandcastle.nix b/themes/sandcastle.nix index 58793db..9850c28 100644 --- a/themes/sandcastle.nix +++ b/themes/sandcastle.nix @@ -1,5 +1,5 @@ { - slug = "themes/sandcastle"; + slug = "sandcastle"; name = "Sandcastle"; author = "George Essig (https://github.com/gessig)"; base00 = "282C34"; diff --git a/themes/selenized-black.nix b/themes/selenized-black.nix index 556c3b1..1822ce0 100644 --- a/themes/selenized-black.nix +++ b/themes/selenized-black.nix @@ -1,5 +1,5 @@ { - slug = "themes/selenized-black"; + slug = "selenized-black"; name = "selenized-black"; author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali"; base00 = "181818"; diff --git a/themes/selenized-dark.nix b/themes/selenized-dark.nix index 30e5bb2..42871c9 100644 --- a/themes/selenized-dark.nix +++ b/themes/selenized-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/selenized-dark"; + slug = "selenized-dark"; name = "selenized-dark"; author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali"; base00 = "103C48"; diff --git a/themes/selenized-light.nix b/themes/selenized-light.nix index c165715..972afab 100644 --- a/themes/selenized-light.nix +++ b/themes/selenized-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/selenized-light"; + slug = "selenized-light"; name = "selenized-light"; author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali"; base00 = "FBF3DB"; diff --git a/themes/selenized-white.nix b/themes/selenized-white.nix index a4daff2..be0c26f 100644 --- a/themes/selenized-white.nix +++ b/themes/selenized-white.nix @@ -1,5 +1,5 @@ { - slug = "themes/selenized-white"; + slug = "selenized-white"; name = "selenized-white"; author = "Jan Warchol (https://github.com/jan-warchol/selenized) / adapted to base16 by ali"; base00 = "FFFFFF"; diff --git a/themes/seti.nix b/themes/seti.nix index cc65c25..30725e1 100644 --- a/themes/seti.nix +++ b/themes/seti.nix @@ -1,5 +1,5 @@ { - slug = "themes/seti"; + slug = "seti"; name = "Seti UI"; author = ""; base00 = "151718"; diff --git a/themes/shades-of-purple.nix b/themes/shades-of-purple.nix index 82e5b3b..5202e2d 100644 --- a/themes/shades-of-purple.nix +++ b/themes/shades-of-purple.nix @@ -1,5 +1,5 @@ { - slug = "themes/shades-of-purple"; + slug = "shades-of-purple"; name = "Shades of Purple"; author = "Iolar Demartini Junior (http://github.com/demartini) based on Shades of Purple Theme (https://github.com/ahmadawais/shades-of-purple-vscode)."; base00 = "1E1E3F"; diff --git a/themes/shadesmear-dark.nix b/themes/shadesmear-dark.nix index ad1b440..47e1bcc 100644 --- a/themes/shadesmear-dark.nix +++ b/themes/shadesmear-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/shadesmear-dark"; + slug = "shadesmear-dark"; name = "ShadeSmear Dark"; author = "Kyle Giammarco (http://kyle.giammar.co)"; base00 = "232323"; diff --git a/themes/shadesmear-light.nix b/themes/shadesmear-light.nix index 7bd3f77..335caf6 100644 --- a/themes/shadesmear-light.nix +++ b/themes/shadesmear-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/shadesmear-light"; + slug = "shadesmear-light"; name = "ShadeSmear Light"; author = "Kyle Giammarco (http://kyle.giammar.co)"; base00 = "DBDBDB"; diff --git a/themes/shapeshifter.nix b/themes/shapeshifter.nix index 0cc680f..645df3b 100644 --- a/themes/shapeshifter.nix +++ b/themes/shapeshifter.nix @@ -1,5 +1,5 @@ { - slug = "themes/shapeshifter"; + slug = "shapeshifter"; name = "Shapeshifter"; author = "Tyler Benziger (http://tybenz.com)"; base00 = "F9F9F9"; diff --git a/themes/silk-dark.nix b/themes/silk-dark.nix index d7665d7..7d49afe 100644 --- a/themes/silk-dark.nix +++ b/themes/silk-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/silk-dark"; + slug = "silk-dark"; name = "Silk Dark"; author = "Gabriel Fontes (https://github.com/Misterio77)"; base00 = "0E3C46"; diff --git a/themes/silk-light.nix b/themes/silk-light.nix index 2494bc7..f312e5f 100644 --- a/themes/silk-light.nix +++ b/themes/silk-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/silk-light"; + slug = "silk-light"; name = "Silk Light"; author = "Gabriel Fontes (https://github.com/Misterio77)"; base00 = "E9F1EF"; diff --git a/themes/snazzy.nix b/themes/snazzy.nix index 57bec9a..62ee10b 100644 --- a/themes/snazzy.nix +++ b/themes/snazzy.nix @@ -1,5 +1,5 @@ { - slug = "themes/snazzy"; + slug = "snazzy"; name = "Snazzy"; author = "Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)"; base00 = "282A36"; diff --git a/themes/solarflare-light.nix b/themes/solarflare-light.nix index 319ce85..648671a 100644 --- a/themes/solarflare-light.nix +++ b/themes/solarflare-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/solarflare-light"; + slug = "solarflare-light"; name = "Solar Flare Light"; author = "Chuck Harmston (https://chuck.harmston.ch)"; base00 = "F5F7FA"; diff --git a/themes/solarflare.nix b/themes/solarflare.nix index 6ad8304..5bdce99 100644 --- a/themes/solarflare.nix +++ b/themes/solarflare.nix @@ -1,5 +1,5 @@ { - slug = "themes/solarflare"; + slug = "solarflare"; name = "Solar Flare"; author = "Chuck Harmston (https://chuck.harmston.ch)"; base00 = "18262F"; diff --git a/themes/solarized-dark.nix b/themes/solarized-dark.nix index 5e02d94..a9aee78 100644 --- a/themes/solarized-dark.nix +++ b/themes/solarized-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/solarized-dark"; + slug = "solarized-dark"; name = "Solarized Dark"; author = "Ethan Schoonover (modified by aramisgithub)"; base00 = "002B36"; diff --git a/themes/solarized-light.nix b/themes/solarized-light.nix index 0660b63..21e6584 100644 --- a/themes/solarized-light.nix +++ b/themes/solarized-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/solarized-light"; + slug = "solarized-light"; name = "Solarized Light"; author = "Ethan Schoonover (modified by aramisgithub)"; base00 = "FDF6E3"; diff --git a/themes/spaceduck.nix b/themes/spaceduck.nix index f24a36a..62103f4 100644 --- a/themes/spaceduck.nix +++ b/themes/spaceduck.nix @@ -1,7 +1,7 @@ { - slug = "themes/spaceduck"; + slug = "spaceduck"; name = "Spaceduck"; - author = "Guillermo Rodriguez (https://github.com/pineapplegiant); packaged by Gabriel Fontes (https://github.com/Misterio77)", + author = "Guillermo Rodriguez (https://github.com/pineapplegiant); packaged by Gabriel Fontes (https://github.com/Misterio77)"; base00 = "16172D"; base01 = "1B1C36"; base02 = "30365F"; diff --git a/themes/spacemacs.nix b/themes/spacemacs.nix index 82b23bf..f7f48f6 100644 --- a/themes/spacemacs.nix +++ b/themes/spacemacs.nix @@ -1,5 +1,5 @@ { - slug = "themes/spacemacs"; + slug = "spacemacs"; name = "Spacemacs"; author = "Nasser Alshammari (https://github.com/nashamri/spacemacs-theme)"; base00 = "1F2022"; diff --git a/themes/standardized-dark.nix b/themes/standardized-dark.nix index ce5c6a5..a1a57ab 100644 --- a/themes/standardized-dark.nix +++ b/themes/standardized-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/standardized-dark"; + slug = "standardized-dark"; name = "standardized-dark"; author = "ali (https://github.com/ali-githb/base16-standardized-name )"; base00 = "222222"; diff --git a/themes/standardized-light.nix b/themes/standardized-light.nix index 811fd36..1a400f2 100644 --- a/themes/standardized-light.nix +++ b/themes/standardized-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/standardized-light"; + slug = "standardized-light"; name = "standardized-light"; author = "ali (https://github.com/ali-githb/base16-standardized-name )"; base00 = "FFFFFF"; diff --git a/themes/stella.nix b/themes/stella.nix index 6eb12e0..4f46c6c 100644 --- a/themes/stella.nix +++ b/themes/stella.nix @@ -1,5 +1,5 @@ { - slug = "themes/stella"; + slug = "stella"; name = "Stella"; author = "Shrimpram"; base00 = "2B213C"; diff --git a/themes/still-alive.nix b/themes/still-alive.nix index 55eac27..39577ea 100644 --- a/themes/still-alive.nix +++ b/themes/still-alive.nix @@ -1,5 +1,5 @@ { - slug = "themes/still-alive"; + slug = "still-alive"; name = "Still Alive"; author = "Derrick McKee (derrick.mckee@gmail.com)"; base00 = "F0F0F0"; diff --git a/themes/summercamp.nix b/themes/summercamp.nix index e1f886c..4abe78c 100644 --- a/themes/summercamp.nix +++ b/themes/summercamp.nix @@ -1,5 +1,5 @@ { - slug = "themes/summercamp"; + slug = "summercamp"; name = "summercamp"; author = "zoe firi (zoefiri.github.io)"; base00 = "1C1810"; diff --git a/themes/summerfruit-dark.nix b/themes/summerfruit-dark.nix index 1527010..be6fc0b 100644 --- a/themes/summerfruit-dark.nix +++ b/themes/summerfruit-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/summerfruit-dark"; + slug = "summerfruit-dark"; name = "Summerfruit Dark"; author = "Christopher Corley (http://christop.club/)"; base00 = "151515"; diff --git a/themes/summerfruit-light.nix b/themes/summerfruit-light.nix index 44c4bf0..fe29db9 100644 --- a/themes/summerfruit-light.nix +++ b/themes/summerfruit-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/summerfruit-light"; + slug = "summerfruit-light"; name = "Summerfruit Light"; author = "Christopher Corley (http://christop.club/)"; base00 = "FFFFFF"; diff --git a/themes/synth-midnight-dark.nix b/themes/synth-midnight-dark.nix index c8777a1..6cbe9c5 100644 --- a/themes/synth-midnight-dark.nix +++ b/themes/synth-midnight-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/synth-midnight-dark"; + slug = "synth-midnight-dark"; name = "Synth Midnight Terminal Dark"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "050608"; diff --git a/themes/synth-midnight-light.nix b/themes/synth-midnight-light.nix index a5be980..6856d53 100644 --- a/themes/synth-midnight-light.nix +++ b/themes/synth-midnight-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/synth-midnight-light"; + slug = "synth-midnight-light"; name = "Synth Midnight Terminal Light"; author = "Michaël Ball (http://github.com/michael-ball/)"; base00 = "DDDFE0"; diff --git a/themes/tango.nix b/themes/tango.nix index f66d010..f3ede22 100644 --- a/themes/tango.nix +++ b/themes/tango.nix @@ -1,7 +1,7 @@ { - slug = "themes/tango"; + slug = "tango"; name = "Tango"; - author = "@Schnouki; based on the Tango Desktop Project", + author = "@Schnouki; based on the Tango Desktop Project"; base00 = "2E3436"; base01 = "8AE234"; base02 = "FCE94F"; diff --git a/themes/tarot.nix b/themes/tarot.nix index 7c660e5..67d38fd 100644 --- a/themes/tarot.nix +++ b/themes/tarot.nix @@ -1,5 +1,5 @@ { - slug = "themes/tarot"; + slug = "tarot"; name = "tarot"; author = "ed (https://codeberg.org/ed)"; base00 = "0E091D"; diff --git a/themes/tender.nix b/themes/tender.nix index f6ed6bc..b60990b 100644 --- a/themes/tender.nix +++ b/themes/tender.nix @@ -1,5 +1,5 @@ { - slug = "themes/tender"; + slug = "tender"; name = "tender"; author = "Jacobo Tabernero (https://github/com/jacoborus/tender.vim)"; base00 = "282828"; diff --git a/themes/tokyo-city-dark.nix b/themes/tokyo-city-dark.nix index 6519eea..5c8ab9c 100644 --- a/themes/tokyo-city-dark.nix +++ b/themes/tokyo-city-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-city-dark"; + slug = "tokyo-city-dark"; name = "Tokyo City Dark"; author = "Michaël Ball"; base00 = "171D23"; diff --git a/themes/tokyo-city-light.nix b/themes/tokyo-city-light.nix index f344a41..6f3f149 100644 --- a/themes/tokyo-city-light.nix +++ b/themes/tokyo-city-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-city-light"; + slug = "tokyo-city-light"; name = "Tokyo City Light"; author = "Michaël Ball"; base00 = "FBFBFD"; diff --git a/themes/tokyo-city-terminal-dark.nix b/themes/tokyo-city-terminal-dark.nix index dd88b31..427ff5d 100644 --- a/themes/tokyo-city-terminal-dark.nix +++ b/themes/tokyo-city-terminal-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-city-terminal-dark"; + slug = "tokyo-city-terminal-dark"; name = "Tokyo City Terminal Dark"; author = "Michaël Ball"; base00 = "171D23"; diff --git a/themes/tokyo-city-terminal-light.nix b/themes/tokyo-city-terminal-light.nix index b2db24b..f4f09e2 100644 --- a/themes/tokyo-city-terminal-light.nix +++ b/themes/tokyo-city-terminal-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-city-terminal-light"; + slug = "tokyo-city-terminal-light"; name = "Tokyo City Terminal Light"; author = "Michaël Ball"; base00 = "FBFBFD"; diff --git a/themes/tokyo-night-dark.nix b/themes/tokyo-night-dark.nix index 1f79f89..76a0280 100644 --- a/themes/tokyo-night-dark.nix +++ b/themes/tokyo-night-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-dark"; + slug = "tokyo-night-dark"; name = "Tokyo Night Dark"; author = "Michaël Ball"; base00 = "1A1B26"; diff --git a/themes/tokyo-night-light.nix b/themes/tokyo-night-light.nix index 8fd50e3..3ddb9fc 100644 --- a/themes/tokyo-night-light.nix +++ b/themes/tokyo-night-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-light"; + slug = "tokyo-night-light"; name = "Tokyo Night Light"; author = "Michaël Ball"; base00 = "D5D6DB"; diff --git a/themes/tokyo-night-storm.nix b/themes/tokyo-night-storm.nix index 49a3d03..efb91a6 100644 --- a/themes/tokyo-night-storm.nix +++ b/themes/tokyo-night-storm.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-storm"; + slug = "tokyo-night-storm"; name = "Tokyo Night Storm"; author = "Michaël Ball"; base00 = "24283B"; diff --git a/themes/tokyo-night-terminal-dark.nix b/themes/tokyo-night-terminal-dark.nix index db1900b..508083e 100644 --- a/themes/tokyo-night-terminal-dark.nix +++ b/themes/tokyo-night-terminal-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-terminal-dark"; + slug = "tokyo-night-terminal-dark"; name = "Tokyo Night Terminal Dark"; author = "Michaël Ball"; base00 = "16161E"; diff --git a/themes/tokyo-night-terminal-light.nix b/themes/tokyo-night-terminal-light.nix index ac214a1..a4044ff 100644 --- a/themes/tokyo-night-terminal-light.nix +++ b/themes/tokyo-night-terminal-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-terminal-light"; + slug = "tokyo-night-terminal-light"; name = "Tokyo Night Terminal Light"; author = "Michaël Ball"; base00 = "D5D6DB"; diff --git a/themes/tokyo-night-terminal-storm.nix b/themes/tokyo-night-terminal-storm.nix index 021bf31..ce1af0b 100644 --- a/themes/tokyo-night-terminal-storm.nix +++ b/themes/tokyo-night-terminal-storm.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyo-night-terminal-storm"; + slug = "tokyo-night-terminal-storm"; name = "Tokyo Night Terminal Storm"; author = "Michaël Ball"; base00 = "24283B"; diff --git a/themes/tokyodark-terminal.nix b/themes/tokyodark-terminal.nix index 11f246a..f7314bf 100644 --- a/themes/tokyodark-terminal.nix +++ b/themes/tokyodark-terminal.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyodark-terminal"; + slug = "tokyodark-terminal"; name = "Tokyodark Terminal"; author = "Tiagovla (https://github.com/tiagovla/)"; base00 = "11121D"; diff --git a/themes/tokyodark.nix b/themes/tokyodark.nix index 3df1ce2..b81197b 100644 --- a/themes/tokyodark.nix +++ b/themes/tokyodark.nix @@ -1,5 +1,5 @@ { - slug = "themes/tokyodark"; + slug = "tokyodark"; name = "Tokyodark"; author = "Tiagovla (https://github.com/tiagovla/)"; base00 = "11121D"; diff --git a/themes/tomorrow-night-eighties.nix b/themes/tomorrow-night-eighties.nix index 957504a..7d73ad5 100644 --- a/themes/tomorrow-night-eighties.nix +++ b/themes/tomorrow-night-eighties.nix @@ -1,5 +1,5 @@ { - slug = "themes/tomorrow-night-eighties"; + slug = "tomorrow-night-eighties"; name = "Tomorrow Night Eighties"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "2D2D2D"; diff --git a/themes/tomorrow-night.nix b/themes/tomorrow-night.nix index d68de5f..a5ec094 100644 --- a/themes/tomorrow-night.nix +++ b/themes/tomorrow-night.nix @@ -1,5 +1,5 @@ { - slug = "themes/tomorrow-night"; + slug = "tomorrow-night"; name = "Tomorrow Night"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "1D1F21"; diff --git a/themes/tomorrow.nix b/themes/tomorrow.nix index 85d80dd..8376de0 100644 --- a/themes/tomorrow.nix +++ b/themes/tomorrow.nix @@ -1,5 +1,5 @@ { - slug = "themes/tomorrow"; + slug = "tomorrow"; name = "Tomorrow"; author = "Chris Kempson (http://chriskempson.com)"; base00 = "FFFFFF"; diff --git a/themes/tube.nix b/themes/tube.nix index 0bc97be..7e1ef63 100644 --- a/themes/tube.nix +++ b/themes/tube.nix @@ -1,5 +1,5 @@ { - slug = "themes/tube"; + slug = "tube"; name = "London Tube"; author = "Jan T. Sott"; base00 = "231F20"; diff --git a/themes/twilight.nix b/themes/twilight.nix index d386530..49b43fb 100644 --- a/themes/twilight.nix +++ b/themes/twilight.nix @@ -1,5 +1,5 @@ { - slug = "themes/twilight"; + slug = "twilight"; name = "Twilight"; author = "David Hart (https://github.com/hartbit)"; base00 = "1E1E1E"; diff --git a/themes/unikitty-dark.nix b/themes/unikitty-dark.nix index b8d4d19..603404b 100644 --- a/themes/unikitty-dark.nix +++ b/themes/unikitty-dark.nix @@ -1,5 +1,5 @@ { - slug = "themes/unikitty-dark"; + slug = "unikitty-dark"; name = "Unikitty Dark"; author = "Josh W Lewis (@joshwlewis)"; base00 = "2E2A31"; diff --git a/themes/unikitty-light.nix b/themes/unikitty-light.nix index 2857033..8ca3eb8 100644 --- a/themes/unikitty-light.nix +++ b/themes/unikitty-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/unikitty-light"; + slug = "unikitty-light"; name = "Unikitty Light"; author = "Josh W Lewis (@joshwlewis)"; base00 = "FFFFFF"; diff --git a/themes/unikitty-reversible.nix b/themes/unikitty-reversible.nix index 839e595..8c867e2 100644 --- a/themes/unikitty-reversible.nix +++ b/themes/unikitty-reversible.nix @@ -1,5 +1,5 @@ { - slug = "themes/unikitty-reversible"; + slug = "unikitty-reversible"; name = "Unikitty Reversible"; author = "Josh W Lewis (@joshwlewis)"; base00 = "2E2A31"; diff --git a/themes/uwunicorn.nix b/themes/uwunicorn.nix index bc17a55..187886c 100644 --- a/themes/uwunicorn.nix +++ b/themes/uwunicorn.nix @@ -1,5 +1,5 @@ { - slug = "themes/uwunicorn"; + slug = "uwunicorn"; name = "UwUnicorn"; author = "Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77)"; base00 = "241B26"; diff --git a/themes/vice.nix b/themes/vice.nix index 20b8adb..9c3581b 100644 --- a/themes/vice.nix +++ b/themes/vice.nix @@ -1,5 +1,5 @@ { - slug = "themes/vice"; + slug = "vice"; name = "vice"; author = "Thomas Leon Highbaugh thighbaugh@zoho.com"; base00 = "17191E"; diff --git a/themes/vulcan.nix b/themes/vulcan.nix index 12b2208..b55f8f3 100644 --- a/themes/vulcan.nix +++ b/themes/vulcan.nix @@ -1,5 +1,5 @@ { - slug = "themes/vulcan"; + slug = "vulcan"; name = "vulcan"; author = "Andrey Varfolomeev"; base00 = "041523"; diff --git a/themes/windows-10-light.nix b/themes/windows-10-light.nix index dcc1942..a2c5dcb 100644 --- a/themes/windows-10-light.nix +++ b/themes/windows-10-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-10-light"; + slug = "windows-10-light"; name = "Windows 10 Light"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "F2F2F2"; diff --git a/themes/windows-10.nix b/themes/windows-10.nix index c571d59..a171338 100644 --- a/themes/windows-10.nix +++ b/themes/windows-10.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-10"; + slug = "windows-10"; name = "Windows 10"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "0C0C0C"; diff --git a/themes/windows-95-light.nix b/themes/windows-95-light.nix index d57698c..f81e1a4 100644 --- a/themes/windows-95-light.nix +++ b/themes/windows-95-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-95-light"; + slug = "windows-95-light"; name = "Windows 95 Light"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "FCFCFC"; diff --git a/themes/windows-95.nix b/themes/windows-95.nix index 82bb39e..5834b04 100644 --- a/themes/windows-95.nix +++ b/themes/windows-95.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-95"; + slug = "windows-95"; name = "Windows 95"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "000000"; diff --git a/themes/windows-highcontrast-light.nix b/themes/windows-highcontrast-light.nix index 4d76da1..a6b2a52 100644 --- a/themes/windows-highcontrast-light.nix +++ b/themes/windows-highcontrast-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-highcontrast-light"; + slug = "windows-highcontrast-light"; name = "Windows High Contrast Light"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "FCFCFC"; diff --git a/themes/windows-highcontrast.nix b/themes/windows-highcontrast.nix index 9b80c8d..61e4d33 100644 --- a/themes/windows-highcontrast.nix +++ b/themes/windows-highcontrast.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-highcontrast"; + slug = "windows-highcontrast"; name = "Windows High Contrast"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "000000"; diff --git a/themes/windows-nt-light.nix b/themes/windows-nt-light.nix index 30e58a9..440238c 100644 --- a/themes/windows-nt-light.nix +++ b/themes/windows-nt-light.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-nt-light"; + slug = "windows-nt-light"; name = "Windows NT Light"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "FFFFFF"; diff --git a/themes/windows-nt.nix b/themes/windows-nt.nix index f184d6a..913f133 100644 --- a/themes/windows-nt.nix +++ b/themes/windows-nt.nix @@ -1,5 +1,5 @@ { - slug = "themes/windows-nt"; + slug = "windows-nt"; name = "Windows NT"; author = "Fergus Collins (https://github.com/C-Fergus)"; base00 = "000000"; diff --git a/themes/woodland.nix b/themes/woodland.nix index ab37e8a..d2eb4f9 100644 --- a/themes/woodland.nix +++ b/themes/woodland.nix @@ -1,5 +1,5 @@ { - slug = "themes/woodland"; + slug = "woodland"; name = "Woodland"; author = "Jay Cornwall (https://jcornwall.com)"; base00 = "231E18"; diff --git a/themes/xcode-dusk.nix b/themes/xcode-dusk.nix index d5aa023..4a8834f 100644 --- a/themes/xcode-dusk.nix +++ b/themes/xcode-dusk.nix @@ -1,5 +1,5 @@ { - slug = "themes/xcode-dusk"; + slug = "xcode-dusk"; name = "XCode Dusk"; author = "Elsa Gonsiorowski (https://github.com/gonsie)"; base00 = "282B35"; diff --git a/themes/zenbones.nix b/themes/zenbones.nix index 9a28a11..c69c4c7 100644 --- a/themes/zenbones.nix +++ b/themes/zenbones.nix @@ -1,5 +1,5 @@ { - slug = "themes/zenbones"; + slug = "zenbones"; name = "Zenbones"; author = "mcchrish"; base00 = "191919"; diff --git a/themes/zenburn.nix b/themes/zenburn.nix index d3d88dc..ab10418 100644 --- a/themes/zenburn.nix +++ b/themes/zenburn.nix @@ -1,5 +1,5 @@ { - slug = "themes/zenburn"; + slug = "zenburn"; name = "Zenburn"; author = "elnawe"; base00 = "383838";