diff --git a/.gitignore b/.gitignore index 507f1f66..6066bc0d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ # ignore the git mailmap file .mailmap +lemnos \ No newline at end of file diff --git a/themes/template.nu b/themes/template.nu index 589f14f6..5ace1adc 100644 --- a/themes/template.nu +++ b/themes/template.nu @@ -1,4 +1,4 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/3024-day.nu b/themes/themes/3024-day.nu index ee2e5952..2c208902 100644 --- a/themes/themes/3024-day.nu +++ b/themes/themes/3024-day.nu @@ -1,4 +1,4 @@ -export def 3024_day [] { +export def main [] { # extra desired values for the 3024_day theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/3024-night.nu b/themes/themes/3024-night.nu index e65b5e7e..3933e20b 100644 --- a/themes/themes/3024-night.nu +++ b/themes/themes/3024-night.nu @@ -1,4 +1,4 @@ -export def 3024_night [] { +export def main [] { # extra desired values for the 3024_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/3024.nu b/themes/themes/3024.nu index 6c0320f7..2dad3dd9 100644 --- a/themes/themes/3024.nu +++ b/themes/themes/3024.nu @@ -1,4 +1,4 @@ -export def 3024 [] { +export def main [] { # extra desired values for the 3024 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/abyss.nu b/themes/themes/abyss.nu index f3992077..93cffb13 100644 --- a/themes/themes/abyss.nu +++ b/themes/themes/abyss.nu @@ -1,4 +1,4 @@ -export def abyss [] { +export def main [] { # extra desired values for the abyss theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/aci.nu b/themes/themes/aci.nu index 5136ef93..b3aff593 100644 --- a/themes/themes/aci.nu +++ b/themes/themes/aci.nu @@ -1,4 +1,4 @@ -export def aci [] { +export def main [] { # extra desired values for the aci theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/aco.nu b/themes/themes/aco.nu index 940f2cfa..36850199 100644 --- a/themes/themes/aco.nu +++ b/themes/themes/aco.nu @@ -1,4 +1,4 @@ -export def aco [] { +export def main [] { # extra desired values for the aco theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/adventuretime.nu b/themes/themes/adventuretime.nu index 876ccbba..6e7375ab 100644 --- a/themes/themes/adventuretime.nu +++ b/themes/themes/adventuretime.nu @@ -1,4 +1,4 @@ -export def adventuretime [] { +export def main [] { # extra desired values for the adventuretime theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/afterglow.nu b/themes/themes/afterglow.nu index 2ce3b399..a8a2859a 100644 --- a/themes/themes/afterglow.nu +++ b/themes/themes/afterglow.nu @@ -1,4 +1,4 @@ -export def afterglow [] { +export def main [] { # extra desired values for the afterglow theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/alien-blood.nu b/themes/themes/alien-blood.nu index 86bd993b..c495e8ac 100644 --- a/themes/themes/alien-blood.nu +++ b/themes/themes/alien-blood.nu @@ -1,4 +1,4 @@ -export def alien_blood [] { +export def main [] { # extra desired values for the alien_blood theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/alucard.nu b/themes/themes/alucard.nu index ea2ac093..28d32f84 100644 --- a/themes/themes/alucard.nu +++ b/themes/themes/alucard.nu @@ -1,4 +1,4 @@ -export def alucard [] { +export def main [] { # extra desired values for the alucard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/amora.nu b/themes/themes/amora.nu index a6a0261c..302cbcfd 100644 --- a/themes/themes/amora.nu +++ b/themes/themes/amora.nu @@ -1,4 +1,4 @@ -export def amora [] { +export def main [] { # extra desired values for the amora theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/apathy.nu b/themes/themes/apathy.nu index 0e91d0ef..74a18001 100644 --- a/themes/themes/apathy.nu +++ b/themes/themes/apathy.nu @@ -1,4 +1,4 @@ -export def apathy [] { +export def main [] { # extra desired values for the apathy theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/apprentice.nu b/themes/themes/apprentice.nu index 760cb44a..f9ffa110 100644 --- a/themes/themes/apprentice.nu +++ b/themes/themes/apprentice.nu @@ -1,4 +1,4 @@ -export def apprentice [] { +export def main [] { # extra desired values for the apprentice theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/argonaut.nu b/themes/themes/argonaut.nu index 1b12a00e..085c33f7 100644 --- a/themes/themes/argonaut.nu +++ b/themes/themes/argonaut.nu @@ -1,4 +1,4 @@ -export def argonaut [] { +export def main [] { # extra desired values for the argonaut theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/arthur.nu b/themes/themes/arthur.nu index bd6536c9..573d3a57 100644 --- a/themes/themes/arthur.nu +++ b/themes/themes/arthur.nu @@ -1,4 +1,4 @@ -export def arthur [] { +export def main [] { # extra desired values for the arthur theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ashes.nu b/themes/themes/ashes.nu index 9c24e5f8..6906c38c 100644 --- a/themes/themes/ashes.nu +++ b/themes/themes/ashes.nu @@ -1,4 +1,4 @@ -export def ashes [] { +export def main [] { # extra desired values for the ashes theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-cave-light.nu b/themes/themes/atelier-cave-light.nu index b9cf8c71..ffb48107 100644 --- a/themes/themes/atelier-cave-light.nu +++ b/themes/themes/atelier-cave-light.nu @@ -1,4 +1,4 @@ -export def atelier_cave-light [] { +export def main [] { # extra desired values for the atelier_cave-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-cave.nu b/themes/themes/atelier-cave.nu index 9a5bb39d..ddb33faa 100644 --- a/themes/themes/atelier-cave.nu +++ b/themes/themes/atelier-cave.nu @@ -1,4 +1,4 @@ -export def atelier_cave [] { +export def main [] { # extra desired values for the atelier_cave theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-dune-light.nu b/themes/themes/atelier-dune-light.nu index f32c80bb..e6ef557d 100644 --- a/themes/themes/atelier-dune-light.nu +++ b/themes/themes/atelier-dune-light.nu @@ -1,4 +1,4 @@ -export def atelier_dune-light [] { +export def main [] { # extra desired values for the atelier_dune-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-dune.nu b/themes/themes/atelier-dune.nu index b0094deb..27d037fe 100644 --- a/themes/themes/atelier-dune.nu +++ b/themes/themes/atelier-dune.nu @@ -1,4 +1,4 @@ -export def atelier_dune [] { +export def main [] { # extra desired values for the atelier_dune theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-estuary-light.nu b/themes/themes/atelier-estuary-light.nu index b3806f38..ff04a58a 100644 --- a/themes/themes/atelier-estuary-light.nu +++ b/themes/themes/atelier-estuary-light.nu @@ -1,4 +1,4 @@ -export def atelier_estuary-light [] { +export def main [] { # extra desired values for the atelier_estuary-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-estuary.nu b/themes/themes/atelier-estuary.nu index a90ec04d..d13a0fde 100644 --- a/themes/themes/atelier-estuary.nu +++ b/themes/themes/atelier-estuary.nu @@ -1,4 +1,4 @@ -export def atelier_estuary [] { +export def main [] { # extra desired values for the atelier_estuary theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-forest-light.nu b/themes/themes/atelier-forest-light.nu index de23377b..67c45fe0 100644 --- a/themes/themes/atelier-forest-light.nu +++ b/themes/themes/atelier-forest-light.nu @@ -1,4 +1,4 @@ -export def atelier_forest-light [] { +export def main [] { # extra desired values for the atelier_forest-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-forest.nu b/themes/themes/atelier-forest.nu index b56d9fb5..8b23803b 100644 --- a/themes/themes/atelier-forest.nu +++ b/themes/themes/atelier-forest.nu @@ -1,4 +1,4 @@ -export def atelier_forest [] { +export def main [] { # extra desired values for the atelier_forest theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-heath-light.nu b/themes/themes/atelier-heath-light.nu index e58e3dd0..e95625f7 100644 --- a/themes/themes/atelier-heath-light.nu +++ b/themes/themes/atelier-heath-light.nu @@ -1,4 +1,4 @@ -export def atelier_heath-light [] { +export def main [] { # extra desired values for the atelier_heath-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-heath.nu b/themes/themes/atelier-heath.nu index b2a50660..e0e33643 100644 --- a/themes/themes/atelier-heath.nu +++ b/themes/themes/atelier-heath.nu @@ -1,4 +1,4 @@ -export def atelier_heath [] { +export def main [] { # extra desired values for the atelier_heath theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-lakeside-light.nu b/themes/themes/atelier-lakeside-light.nu index 9687672f..ae3ed902 100644 --- a/themes/themes/atelier-lakeside-light.nu +++ b/themes/themes/atelier-lakeside-light.nu @@ -1,4 +1,4 @@ -export def atelier_lakeside-light [] { +export def main [] { # extra desired values for the atelier_lakeside-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-lakeside.nu b/themes/themes/atelier-lakeside.nu index 8e4f5ae7..73a5b597 100644 --- a/themes/themes/atelier-lakeside.nu +++ b/themes/themes/atelier-lakeside.nu @@ -1,4 +1,4 @@ -export def atelier_lakeside [] { +export def main [] { # extra desired values for the atelier_lakeside theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-plateau-light.nu b/themes/themes/atelier-plateau-light.nu index 4867eb07..282db5f7 100644 --- a/themes/themes/atelier-plateau-light.nu +++ b/themes/themes/atelier-plateau-light.nu @@ -1,4 +1,4 @@ -export def atelier_plateau-light [] { +export def main [] { # extra desired values for the atelier_plateau-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-plateau.nu b/themes/themes/atelier-plateau.nu index 1c29945f..d954e1e0 100644 --- a/themes/themes/atelier-plateau.nu +++ b/themes/themes/atelier-plateau.nu @@ -1,4 +1,4 @@ -export def atelier_plateau [] { +export def main [] { # extra desired values for the atelier_plateau theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-savanna-light.nu b/themes/themes/atelier-savanna-light.nu index 575ba716..febc51f9 100644 --- a/themes/themes/atelier-savanna-light.nu +++ b/themes/themes/atelier-savanna-light.nu @@ -1,4 +1,4 @@ -export def atelier_savanna-light [] { +export def main [] { # extra desired values for the atelier_savanna-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-savanna.nu b/themes/themes/atelier-savanna.nu index 66c5f39f..e2bccd7b 100644 --- a/themes/themes/atelier-savanna.nu +++ b/themes/themes/atelier-savanna.nu @@ -1,4 +1,4 @@ -export def atelier_savanna [] { +export def main [] { # extra desired values for the atelier_savanna theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-seaside-light.nu b/themes/themes/atelier-seaside-light.nu index 2ff56e85..21359551 100644 --- a/themes/themes/atelier-seaside-light.nu +++ b/themes/themes/atelier-seaside-light.nu @@ -1,4 +1,4 @@ -export def atelier_seaside-light [] { +export def main [] { # extra desired values for the atelier_seaside-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-seaside.nu b/themes/themes/atelier-seaside.nu index 0bd36d50..8e3fe9ec 100644 --- a/themes/themes/atelier-seaside.nu +++ b/themes/themes/atelier-seaside.nu @@ -1,4 +1,4 @@ -export def atelier_seaside [] { +export def main [] { # extra desired values for the atelier_seaside theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-sulphurpool-light.nu b/themes/themes/atelier-sulphurpool-light.nu index 56c09300..f0438656 100644 --- a/themes/themes/atelier-sulphurpool-light.nu +++ b/themes/themes/atelier-sulphurpool-light.nu @@ -1,4 +1,4 @@ -export def atelier_sulphurpool-light [] { +export def main [] { # extra desired values for the atelier_sulphurpool-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atelier-sulphurpool.nu b/themes/themes/atelier-sulphurpool.nu index cb505b85..4143c358 100644 --- a/themes/themes/atelier-sulphurpool.nu +++ b/themes/themes/atelier-sulphurpool.nu @@ -1,4 +1,4 @@ -export def atelier_sulphurpool [] { +export def main [] { # extra desired values for the atelier_sulphurpool theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atlas.nu b/themes/themes/atlas.nu index 5ac3b885..eeff9820 100644 --- a/themes/themes/atlas.nu +++ b/themes/themes/atlas.nu @@ -1,4 +1,4 @@ -export def atlas [] { +export def main [] { # extra desired values for the atlas theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atom-one-light.nu b/themes/themes/atom-one-light.nu index 4a9ca84a..d39cd7cd 100644 --- a/themes/themes/atom-one-light.nu +++ b/themes/themes/atom-one-light.nu @@ -1,4 +1,4 @@ -export def atom_one-light [] { +export def main [] { # extra desired values for the atom_one-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/atom.nu b/themes/themes/atom.nu index bc5299ae..8d992c4d 100644 --- a/themes/themes/atom.nu +++ b/themes/themes/atom.nu @@ -1,4 +1,4 @@ -export def atom [] { +export def main [] { # extra desired values for the atom theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ayu-light.nu b/themes/themes/ayu-light.nu index 03b33804..3c1c6c6a 100644 --- a/themes/themes/ayu-light.nu +++ b/themes/themes/ayu-light.nu @@ -1,4 +1,4 @@ -export def ayu_light [] { +export def main [] { # extra desired values for the ayu_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ayu-mirage-simple-cursor.nu b/themes/themes/ayu-mirage-simple-cursor.nu index 765d1bf6..0280a6e0 100644 --- a/themes/themes/ayu-mirage-simple-cursor.nu +++ b/themes/themes/ayu-mirage-simple-cursor.nu @@ -1,4 +1,4 @@ -export def ayu_mirage-simple-cursor [] { +export def main [] { # extra desired values for the ayu_mirage-simple-cursor theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ayu-mirage.nu b/themes/themes/ayu-mirage.nu index 9d00c7e6..91b50d8f 100644 --- a/themes/themes/ayu-mirage.nu +++ b/themes/themes/ayu-mirage.nu @@ -1,4 +1,4 @@ -export def ayu_mirage [] { +export def main [] { # extra desired values for the ayu_mirage theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ayu.nu b/themes/themes/ayu.nu index 3a1cffa8..a00bc5ae 100644 --- a/themes/themes/ayu.nu +++ b/themes/themes/ayu.nu @@ -1,4 +1,4 @@ -export def ayu [] { +export def main [] { # extra desired values for the ayu theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/azu.nu b/themes/themes/azu.nu index 98756861..d5ee2eb4 100644 --- a/themes/themes/azu.nu +++ b/themes/themes/azu.nu @@ -1,4 +1,4 @@ -export def azu [] { +export def main [] { # extra desired values for the azu theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/batman.nu b/themes/themes/batman.nu index cb742985..3196d85a 100644 --- a/themes/themes/batman.nu +++ b/themes/themes/batman.nu @@ -1,4 +1,4 @@ -export def batman [] { +export def main [] { # extra desired values for the batman theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/belafonte-day.nu b/themes/themes/belafonte-day.nu index 390e147a..db4e2739 100644 --- a/themes/themes/belafonte-day.nu +++ b/themes/themes/belafonte-day.nu @@ -1,4 +1,4 @@ -export def belafonte_day [] { +export def main [] { # extra desired values for the belafonte_day theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/belafonte-night.nu b/themes/themes/belafonte-night.nu index fe09debe..d5f84813 100644 --- a/themes/themes/belafonte-night.nu +++ b/themes/themes/belafonte-night.nu @@ -1,4 +1,4 @@ -export def belafonte_night [] { +export def main [] { # extra desired values for the belafonte_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/bespin.nu b/themes/themes/bespin.nu index 65d9ad22..52e9fb7d 100644 --- a/themes/themes/bespin.nu +++ b/themes/themes/bespin.nu @@ -1,4 +1,4 @@ -export def bespin [] { +export def main [] { # extra desired values for the bespin theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/bim.nu b/themes/themes/bim.nu index b8e10ad8..86e95d3e 100644 --- a/themes/themes/bim.nu +++ b/themes/themes/bim.nu @@ -1,4 +1,4 @@ -export def bim [] { +export def main [] { # extra desired values for the bim theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/birds-of-paradise.nu b/themes/themes/birds-of-paradise.nu index d9aaeaf0..d33d42f4 100644 --- a/themes/themes/birds-of-paradise.nu +++ b/themes/themes/birds-of-paradise.nu @@ -1,4 +1,4 @@ -export def birds_of-paradise [] { +export def main [] { # extra desired values for the birds_of-paradise theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-bathory.nu b/themes/themes/black-metal-bathory.nu index dff74c97..b2b366ab 100644 --- a/themes/themes/black-metal-bathory.nu +++ b/themes/themes/black-metal-bathory.nu @@ -1,4 +1,4 @@ -export def black_metal-bathory [] { +export def main [] { # extra desired values for the black_metal-bathory theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-burzum.nu b/themes/themes/black-metal-burzum.nu index 4c075a4e..ba8c4088 100644 --- a/themes/themes/black-metal-burzum.nu +++ b/themes/themes/black-metal-burzum.nu @@ -1,4 +1,4 @@ -export def black_metal-burzum [] { +export def main [] { # extra desired values for the black_metal-burzum theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-dark-funeral.nu b/themes/themes/black-metal-dark-funeral.nu index 6cd98127..5818f11e 100644 --- a/themes/themes/black-metal-dark-funeral.nu +++ b/themes/themes/black-metal-dark-funeral.nu @@ -1,4 +1,4 @@ -export def black_metal-dark-funeral [] { +export def main [] { # extra desired values for the black_metal-dark-funeral theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-gorgoroth.nu b/themes/themes/black-metal-gorgoroth.nu index df85e83f..f5a66eb0 100644 --- a/themes/themes/black-metal-gorgoroth.nu +++ b/themes/themes/black-metal-gorgoroth.nu @@ -1,4 +1,4 @@ -export def black_metal-gorgoroth [] { +export def main [] { # extra desired values for the black_metal-gorgoroth theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-immortal.nu b/themes/themes/black-metal-immortal.nu index 2d0d4076..1faabb47 100644 --- a/themes/themes/black-metal-immortal.nu +++ b/themes/themes/black-metal-immortal.nu @@ -1,4 +1,4 @@ -export def black_metal-immortal [] { +export def main [] { # extra desired values for the black_metal-immortal theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-khold.nu b/themes/themes/black-metal-khold.nu index e90c26ac..4f6b707f 100644 --- a/themes/themes/black-metal-khold.nu +++ b/themes/themes/black-metal-khold.nu @@ -1,4 +1,4 @@ -export def black_metal-khold [] { +export def main [] { # extra desired values for the black_metal-khold theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-marduk.nu b/themes/themes/black-metal-marduk.nu index 99653615..9931337e 100644 --- a/themes/themes/black-metal-marduk.nu +++ b/themes/themes/black-metal-marduk.nu @@ -1,4 +1,4 @@ -export def black_metal-marduk [] { +export def main [] { # extra desired values for the black_metal-marduk theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-mayhem.nu b/themes/themes/black-metal-mayhem.nu index c3294f2c..81442bf8 100644 --- a/themes/themes/black-metal-mayhem.nu +++ b/themes/themes/black-metal-mayhem.nu @@ -1,4 +1,4 @@ -export def black_metal-mayhem [] { +export def main [] { # extra desired values for the black_metal-mayhem theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-nile.nu b/themes/themes/black-metal-nile.nu index 2dc269b6..c5917524 100644 --- a/themes/themes/black-metal-nile.nu +++ b/themes/themes/black-metal-nile.nu @@ -1,4 +1,4 @@ -export def black_metal-nile [] { +export def main [] { # extra desired values for the black_metal-nile theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal-venom.nu b/themes/themes/black-metal-venom.nu index 50945f87..e39b50fb 100644 --- a/themes/themes/black-metal-venom.nu +++ b/themes/themes/black-metal-venom.nu @@ -1,4 +1,4 @@ -export def black_metal-venom [] { +export def main [] { # extra desired values for the black_metal-venom theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/black-metal.nu b/themes/themes/black-metal.nu index ad90dbdc..30365183 100644 --- a/themes/themes/black-metal.nu +++ b/themes/themes/black-metal.nu @@ -1,4 +1,4 @@ -export def black_metal [] { +export def main [] { # extra desired values for the black_metal theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/blazer.nu b/themes/themes/blazer.nu index 3a67bac0..c42b6b26 100644 --- a/themes/themes/blazer.nu +++ b/themes/themes/blazer.nu @@ -1,4 +1,4 @@ -export def blazer [] { +export def main [] { # extra desired values for the blazer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/borland.nu b/themes/themes/borland.nu index fd8baf1a..aef5125f 100644 --- a/themes/themes/borland.nu +++ b/themes/themes/borland.nu @@ -1,4 +1,4 @@ -export def borland [] { +export def main [] { # extra desired values for the borland theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/brewer.nu b/themes/themes/brewer.nu index fe27b79c..14ca942e 100644 --- a/themes/themes/brewer.nu +++ b/themes/themes/brewer.nu @@ -1,4 +1,4 @@ -export def brewer [] { +export def main [] { # extra desired values for the brewer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/bright-lights.nu b/themes/themes/bright-lights.nu index 394fdf0f..477bb14d 100644 --- a/themes/themes/bright-lights.nu +++ b/themes/themes/bright-lights.nu @@ -1,4 +1,4 @@ -export def bright_lights [] { +export def main [] { # extra desired values for the bright_lights theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/bright.nu b/themes/themes/bright.nu index 38ccef1f..0eecc790 100644 --- a/themes/themes/bright.nu +++ b/themes/themes/bright.nu @@ -1,4 +1,4 @@ -export def bright [] { +export def main [] { # extra desired values for the bright theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/broadcast.nu b/themes/themes/broadcast.nu index b67b6390..3f0128a9 100644 --- a/themes/themes/broadcast.nu +++ b/themes/themes/broadcast.nu @@ -1,4 +1,4 @@ -export def broadcast [] { +export def main [] { # extra desired values for the broadcast theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/brogrammer.nu b/themes/themes/brogrammer.nu index 2bfd2803..33b6fc75 100644 --- a/themes/themes/brogrammer.nu +++ b/themes/themes/brogrammer.nu @@ -1,4 +1,4 @@ -export def brogrammer [] { +export def main [] { # extra desired values for the brogrammer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/brushtrees-dark.nu b/themes/themes/brushtrees-dark.nu index a2672052..9613148f 100644 --- a/themes/themes/brushtrees-dark.nu +++ b/themes/themes/brushtrees-dark.nu @@ -1,4 +1,4 @@ -export def brushtrees_dark [] { +export def main [] { # extra desired values for the brushtrees_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/brushtrees.nu b/themes/themes/brushtrees.nu index b502174c..817d6011 100644 --- a/themes/themes/brushtrees.nu +++ b/themes/themes/brushtrees.nu @@ -1,4 +1,4 @@ -export def brushtrees [] { +export def main [] { # extra desired values for the brushtrees theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/c64.nu b/themes/themes/c64.nu index 2307b608..6b00f7db 100644 --- a/themes/themes/c64.nu +++ b/themes/themes/c64.nu @@ -1,4 +1,4 @@ -export def c64 [] { +export def main [] { # extra desired values for the c64 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/cai.nu b/themes/themes/cai.nu index 066e3f8a..3ebe54f3 100644 --- a/themes/themes/cai.nu +++ b/themes/themes/cai.nu @@ -1,4 +1,4 @@ -export def cai [] { +export def main [] { # extra desired values for the cai theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/chalk.nu b/themes/themes/chalk.nu index 1d2e3bdd..fb25f9b5 100644 --- a/themes/themes/chalk.nu +++ b/themes/themes/chalk.nu @@ -1,4 +1,4 @@ -export def chalk [] { +export def main [] { # extra desired values for the chalk theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/chalkboard.nu b/themes/themes/chalkboard.nu index 68419ff6..8aa86bc6 100644 --- a/themes/themes/chalkboard.nu +++ b/themes/themes/chalkboard.nu @@ -1,4 +1,4 @@ -export def chalkboard [] { +export def main [] { # extra desired values for the chalkboard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/challenger-deep.nu b/themes/themes/challenger-deep.nu index f298c92a..63610d41 100644 --- a/themes/themes/challenger-deep.nu +++ b/themes/themes/challenger-deep.nu @@ -1,4 +1,4 @@ -export def challenger_deep [] { +export def main [] { # extra desired values for the challenger_deep theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ciapre.nu b/themes/themes/ciapre.nu index 121221ce..e9989fac 100644 --- a/themes/themes/ciapre.nu +++ b/themes/themes/ciapre.nu @@ -1,4 +1,4 @@ -export def ciapre [] { +export def main [] { # extra desired values for the ciapre theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/circus.nu b/themes/themes/circus.nu index 4d24e354..0d9ff242 100644 --- a/themes/themes/circus.nu +++ b/themes/themes/circus.nu @@ -1,4 +1,4 @@ -export def circus [] { +export def main [] { # extra desired values for the circus theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/classic-dark.nu b/themes/themes/classic-dark.nu index 41fcd383..640f95c5 100644 --- a/themes/themes/classic-dark.nu +++ b/themes/themes/classic-dark.nu @@ -1,4 +1,4 @@ -export def classic_dark [] { +export def main [] { # extra desired values for the classic_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/classic-light.nu b/themes/themes/classic-light.nu index aaeae38e..780a7c5a 100644 --- a/themes/themes/classic-light.nu +++ b/themes/themes/classic-light.nu @@ -1,4 +1,4 @@ -export def classic_light [] { +export def main [] { # extra desired values for the classic_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/clone-of-ubuntu.nu b/themes/themes/clone-of-ubuntu.nu index 56482371..8347a6eb 100644 --- a/themes/themes/clone-of-ubuntu.nu +++ b/themes/themes/clone-of-ubuntu.nu @@ -1,4 +1,4 @@ -export def clone_of-ubuntu [] { +export def main [] { # extra desired values for the clone_of-ubuntu theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/clrs.nu b/themes/themes/clrs.nu index e1635f32..ae6e20b5 100644 --- a/themes/themes/clrs.nu +++ b/themes/themes/clrs.nu @@ -1,4 +1,4 @@ -export def clrs [] { +export def main [] { # extra desired values for the clrs theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/cobalt-neon.nu b/themes/themes/cobalt-neon.nu index 82daea2b..06096694 100644 --- a/themes/themes/cobalt-neon.nu +++ b/themes/themes/cobalt-neon.nu @@ -1,4 +1,4 @@ -export def cobalt_neon [] { +export def main [] { # extra desired values for the cobalt_neon theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/cobalt2.nu b/themes/themes/cobalt2.nu index c42fdbd5..3f3ae1a6 100644 --- a/themes/themes/cobalt2.nu +++ b/themes/themes/cobalt2.nu @@ -1,4 +1,4 @@ -export def cobalt2 [] { +export def main [] { # extra desired values for the cobalt2 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/codeschool.nu b/themes/themes/codeschool.nu index 5d1d24b9..09808003 100644 --- a/themes/themes/codeschool.nu +++ b/themes/themes/codeschool.nu @@ -1,4 +1,4 @@ -export def codeschool [] { +export def main [] { # extra desired values for the codeschool theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/corvine.nu b/themes/themes/corvine.nu index f4cde9e5..8df774bf 100644 --- a/themes/themes/corvine.nu +++ b/themes/themes/corvine.nu @@ -1,4 +1,4 @@ -export def corvine [] { +export def main [] { # extra desired values for the corvine theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/crayon-pony-fish.nu b/themes/themes/crayon-pony-fish.nu index cf3634c1..269f843d 100644 --- a/themes/themes/crayon-pony-fish.nu +++ b/themes/themes/crayon-pony-fish.nu @@ -1,4 +1,4 @@ -export def crayon_pony-fish [] { +export def main [] { # extra desired values for the crayon_pony-fish theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/cupcake.nu b/themes/themes/cupcake.nu index 8537b5a0..d37b1735 100644 --- a/themes/themes/cupcake.nu +++ b/themes/themes/cupcake.nu @@ -1,4 +1,4 @@ -export def cupcake [] { +export def main [] { # extra desired values for the cupcake theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/cupertino.nu b/themes/themes/cupertino.nu index 42cf29b3..dac8db61 100644 --- a/themes/themes/cupertino.nu +++ b/themes/themes/cupertino.nu @@ -1,4 +1,4 @@ -export def cupertino [] { +export def main [] { # extra desired values for the cupertino theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/danqing.nu b/themes/themes/danqing.nu index 623dc414..78cf5ebb 100644 --- a/themes/themes/danqing.nu +++ b/themes/themes/danqing.nu @@ -1,4 +1,4 @@ -export def danqing [] { +export def main [] { # extra desired values for the danqing theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/darcula.nu b/themes/themes/darcula.nu index 65788a3e..fd9944e4 100644 --- a/themes/themes/darcula.nu +++ b/themes/themes/darcula.nu @@ -1,4 +1,4 @@ -export def darcula [] { +export def main [] { # extra desired values for the darcula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dark-pastel.nu b/themes/themes/dark-pastel.nu index 36714fbd..cc02c71e 100644 --- a/themes/themes/dark-pastel.nu +++ b/themes/themes/dark-pastel.nu @@ -1,4 +1,4 @@ -export def dark_pastel [] { +export def main [] { # extra desired values for the dark_pastel theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/darkmoss.nu b/themes/themes/darkmoss.nu index 7ba7111f..74200287 100644 --- a/themes/themes/darkmoss.nu +++ b/themes/themes/darkmoss.nu @@ -1,4 +1,4 @@ -export def darkmoss [] { +export def main [] { # extra desired values for the darkmoss theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/darkside.nu b/themes/themes/darkside.nu index 3177df27..359b4a3e 100644 --- a/themes/themes/darkside.nu +++ b/themes/themes/darkside.nu @@ -1,4 +1,4 @@ -export def darkside [] { +export def main [] { # extra desired values for the darkside theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/darktooth.nu b/themes/themes/darktooth.nu index 12b2c26d..1c8e2a94 100644 --- a/themes/themes/darktooth.nu +++ b/themes/themes/darktooth.nu @@ -1,4 +1,4 @@ -export def darktooth [] { +export def main [] { # extra desired values for the darktooth theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/darkviolet.nu b/themes/themes/darkviolet.nu index 489580ad..4a040bdf 100644 --- a/themes/themes/darkviolet.nu +++ b/themes/themes/darkviolet.nu @@ -1,4 +1,4 @@ -export def darkviolet [] { +export def main [] { # extra desired values for the darkviolet theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/decaf.nu b/themes/themes/decaf.nu index 7136f400..4ddf318b 100644 --- a/themes/themes/decaf.nu +++ b/themes/themes/decaf.nu @@ -1,4 +1,4 @@ -export def decaf [] { +export def main [] { # extra desired values for the decaf theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/default-dark.nu b/themes/themes/default-dark.nu index 0888b59b..6bd5d75c 100644 --- a/themes/themes/default-dark.nu +++ b/themes/themes/default-dark.nu @@ -1,4 +1,4 @@ -export def default_dark [] { +export def main [] { # extra desired values for the default_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/default-light.nu b/themes/themes/default-light.nu index 33406c3c..1d02f579 100644 --- a/themes/themes/default-light.nu +++ b/themes/themes/default-light.nu @@ -1,4 +1,4 @@ -export def default_light [] { +export def main [] { # extra desired values for the default_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/desert-night.nu b/themes/themes/desert-night.nu index f697d16f..799276d7 100644 --- a/themes/themes/desert-night.nu +++ b/themes/themes/desert-night.nu @@ -1,4 +1,4 @@ -export def desert_night [] { +export def main [] { # extra desired values for the desert_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/desert.nu b/themes/themes/desert.nu index 7ddc80e8..f96cade1 100644 --- a/themes/themes/desert.nu +++ b/themes/themes/desert.nu @@ -1,4 +1,4 @@ -export def desert [] { +export def main [] { # extra desired values for the desert theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dimmed-monokai.nu b/themes/themes/dimmed-monokai.nu index 7c136317..e1ba2efb 100644 --- a/themes/themes/dimmed-monokai.nu +++ b/themes/themes/dimmed-monokai.nu @@ -1,4 +1,4 @@ -export def dimmed_monokai [] { +export def main [] { # extra desired values for the dimmed_monokai theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dirtysea.nu b/themes/themes/dirtysea.nu index d29ea893..15618df9 100644 --- a/themes/themes/dirtysea.nu +++ b/themes/themes/dirtysea.nu @@ -1,4 +1,4 @@ -export def dirtysea [] { +export def main [] { # extra desired values for the dirtysea theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dot-gov.nu b/themes/themes/dot-gov.nu index c0911472..a1527bd6 100644 --- a/themes/themes/dot-gov.nu +++ b/themes/themes/dot-gov.nu @@ -1,4 +1,4 @@ -export def dot_gov [] { +export def main [] { # extra desired values for the dot_gov theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dracula.nu b/themes/themes/dracula.nu index 0d9eae0b..c75f4176 100644 --- a/themes/themes/dracula.nu +++ b/themes/themes/dracula.nu @@ -1,4 +1,4 @@ -export def dracula [] { +export def main [] { # extra desired values for the dracula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/dumbledore.nu b/themes/themes/dumbledore.nu index 73f535f7..8408f05f 100644 --- a/themes/themes/dumbledore.nu +++ b/themes/themes/dumbledore.nu @@ -1,4 +1,4 @@ -export def dumbledore [] { +export def main [] { # extra desired values for the dumbledore theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/duotone-dark.nu b/themes/themes/duotone-dark.nu index 24f12e44..538b8ca3 100644 --- a/themes/themes/duotone-dark.nu +++ b/themes/themes/duotone-dark.nu @@ -1,4 +1,4 @@ -export def duotone_dark [] { +export def main [] { # extra desired values for the duotone_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/e-n-c-o-m.nu b/themes/themes/e-n-c-o-m.nu index 98da4a91..5173c526 100644 --- a/themes/themes/e-n-c-o-m.nu +++ b/themes/themes/e-n-c-o-m.nu @@ -1,4 +1,4 @@ -export def e_n-c-o-m [] { +export def main [] { # extra desired values for the e_n-c-o-m theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/earthsong.nu b/themes/themes/earthsong.nu index 2d14c189..b24eac50 100644 --- a/themes/themes/earthsong.nu +++ b/themes/themes/earthsong.nu @@ -1,4 +1,4 @@ -export def earthsong [] { +export def main [] { # extra desired values for the earthsong theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/edge-dark.nu b/themes/themes/edge-dark.nu index 636fe35d..8c01e77f 100644 --- a/themes/themes/edge-dark.nu +++ b/themes/themes/edge-dark.nu @@ -1,4 +1,4 @@ -export def edge_dark [] { +export def main [] { # extra desired values for the edge_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/edge-light.nu b/themes/themes/edge-light.nu index 0859c3b5..f5f36e03 100644 --- a/themes/themes/edge-light.nu +++ b/themes/themes/edge-light.nu @@ -1,4 +1,4 @@ -export def edge_light [] { +export def main [] { # extra desired values for the edge_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/eighties.nu b/themes/themes/eighties.nu index db162c0b..bb16d8b7 100644 --- a/themes/themes/eighties.nu +++ b/themes/themes/eighties.nu @@ -1,4 +1,4 @@ -export def eighties [] { +export def main [] { # extra desired values for the eighties theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/elemental.nu b/themes/themes/elemental.nu index 84d6bff4..a7e91183 100644 --- a/themes/themes/elemental.nu +++ b/themes/themes/elemental.nu @@ -1,4 +1,4 @@ -export def elemental [] { +export def main [] { # extra desired values for the elemental theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/elementary.nu b/themes/themes/elementary.nu index b98704b3..38aaab15 100644 --- a/themes/themes/elementary.nu +++ b/themes/themes/elementary.nu @@ -1,4 +1,4 @@ -export def elementary [] { +export def main [] { # extra desired values for the elementary theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/elic.nu b/themes/themes/elic.nu index 9eff4904..0216efb4 100644 --- a/themes/themes/elic.nu +++ b/themes/themes/elic.nu @@ -1,4 +1,4 @@ -export def elic [] { +export def main [] { # extra desired values for the elic theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/elio.nu b/themes/themes/elio.nu index c9e283ca..f7972548 100644 --- a/themes/themes/elio.nu +++ b/themes/themes/elio.nu @@ -1,4 +1,4 @@ -export def elio [] { +export def main [] { # extra desired values for the elio theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/embark.nu b/themes/themes/embark.nu index ce240077..b930bc05 100644 --- a/themes/themes/embark.nu +++ b/themes/themes/embark.nu @@ -1,4 +1,4 @@ -export def embark [] { +export def main [] { # extra desired values for the embark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/embers.nu b/themes/themes/embers.nu index 46d2f4ac..45cbf8f0 100644 --- a/themes/themes/embers.nu +++ b/themes/themes/embers.nu @@ -1,4 +1,4 @@ -export def embers [] { +export def main [] { # extra desired values for the embers theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/equilibrium-dark.nu b/themes/themes/equilibrium-dark.nu index 515b1db6..7b259e15 100644 --- a/themes/themes/equilibrium-dark.nu +++ b/themes/themes/equilibrium-dark.nu @@ -1,4 +1,4 @@ -export def equilibrium_dark [] { +export def main [] { # extra desired values for the equilibrium_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/equilibrium-gray-dark.nu b/themes/themes/equilibrium-gray-dark.nu index b68024b6..b6a37147 100644 --- a/themes/themes/equilibrium-gray-dark.nu +++ b/themes/themes/equilibrium-gray-dark.nu @@ -1,4 +1,4 @@ -export def equilibrium_gray-dark [] { +export def main [] { # extra desired values for the equilibrium_gray-dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/equilibrium-gray-light.nu b/themes/themes/equilibrium-gray-light.nu index 49d613e8..3044dc84 100644 --- a/themes/themes/equilibrium-gray-light.nu +++ b/themes/themes/equilibrium-gray-light.nu @@ -1,4 +1,4 @@ -export def equilibrium_gray-light [] { +export def main [] { # extra desired values for the equilibrium_gray-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/equilibrium-light.nu b/themes/themes/equilibrium-light.nu index 32da67a6..705a0bd8 100644 --- a/themes/themes/equilibrium-light.nu +++ b/themes/themes/equilibrium-light.nu @@ -1,4 +1,4 @@ -export def equilibrium_light [] { +export def main [] { # extra desired values for the equilibrium_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/espresso-libre.nu b/themes/themes/espresso-libre.nu index 7820137d..d3445f29 100644 --- a/themes/themes/espresso-libre.nu +++ b/themes/themes/espresso-libre.nu @@ -1,4 +1,4 @@ -export def espresso_libre [] { +export def main [] { # extra desired values for the espresso_libre theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/espresso.nu b/themes/themes/espresso.nu index da639bf8..66c58137 100644 --- a/themes/themes/espresso.nu +++ b/themes/themes/espresso.nu @@ -1,4 +1,4 @@ -export def espresso [] { +export def main [] { # extra desired values for the espresso theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/eva-dim.nu b/themes/themes/eva-dim.nu index 6adddcfd..8b306ab2 100644 --- a/themes/themes/eva-dim.nu +++ b/themes/themes/eva-dim.nu @@ -1,4 +1,4 @@ -export def eva_dim [] { +export def main [] { # extra desired values for the eva_dim theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/eva.nu b/themes/themes/eva.nu index dfe0ee4f..419deaa4 100644 --- a/themes/themes/eva.nu +++ b/themes/themes/eva.nu @@ -1,4 +1,4 @@ -export def eva [] { +export def main [] { # extra desired values for the eva theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/everforest-light.nu b/themes/themes/everforest-light.nu index a867eea0..38d07176 100644 --- a/themes/themes/everforest-light.nu +++ b/themes/themes/everforest-light.nu @@ -1,4 +1,4 @@ -export def everforest_light [] { +export def main [] { # extra desired values for the everforest_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/everforest.nu b/themes/themes/everforest.nu index d41129f6..9d4a69e9 100644 --- a/themes/themes/everforest.nu +++ b/themes/themes/everforest.nu @@ -1,4 +1,4 @@ -export def everforest [] { +export def main [] { # extra desired values for the everforest theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/falcon.nu b/themes/themes/falcon.nu index 3965d833..9e21661a 100644 --- a/themes/themes/falcon.nu +++ b/themes/themes/falcon.nu @@ -1,4 +1,4 @@ -export def falcon [] { +export def main [] { # extra desired values for the falcon theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/farin.nu b/themes/themes/farin.nu index 3c43c710..776800b9 100644 --- a/themes/themes/farin.nu +++ b/themes/themes/farin.nu @@ -1,4 +1,4 @@ -export def farin [] { +export def main [] { # extra desired values for the farin theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ffive.nu b/themes/themes/ffive.nu index 6812939e..b89f96e4 100644 --- a/themes/themes/ffive.nu +++ b/themes/themes/ffive.nu @@ -1,4 +1,4 @@ -export def ffive [] { +export def main [] { # extra desired values for the ffive theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/fideloper.nu b/themes/themes/fideloper.nu index b5d43e20..289f759a 100644 --- a/themes/themes/fideloper.nu +++ b/themes/themes/fideloper.nu @@ -1,4 +1,4 @@ -export def fideloper [] { +export def main [] { # extra desired values for the fideloper theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/fishtank.nu b/themes/themes/fishtank.nu index 069988c7..117ca9d4 100644 --- a/themes/themes/fishtank.nu +++ b/themes/themes/fishtank.nu @@ -1,4 +1,4 @@ -export def fishtank [] { +export def main [] { # extra desired values for the fishtank theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/flat.nu b/themes/themes/flat.nu index 26695236..60aa0c77 100644 --- a/themes/themes/flat.nu +++ b/themes/themes/flat.nu @@ -1,4 +1,4 @@ -export def flat [] { +export def main [] { # extra desired values for the flat theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/flatland.nu b/themes/themes/flatland.nu index f10d8426..83d4fa82 100644 --- a/themes/themes/flatland.nu +++ b/themes/themes/flatland.nu @@ -1,4 +1,4 @@ -export def flatland [] { +export def main [] { # extra desired values for the flatland theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/floraverse.nu b/themes/themes/floraverse.nu index 3e21b2b5..4abdf377 100644 --- a/themes/themes/floraverse.nu +++ b/themes/themes/floraverse.nu @@ -1,4 +1,4 @@ -export def floraverse [] { +export def main [] { # extra desired values for the floraverse theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/forest-night.nu b/themes/themes/forest-night.nu index 19393c23..fba003b6 100644 --- a/themes/themes/forest-night.nu +++ b/themes/themes/forest-night.nu @@ -1,4 +1,4 @@ -export def forest_night [] { +export def main [] { # extra desired values for the forest_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/foxnightly.nu b/themes/themes/foxnightly.nu index 87ac8d67..f282e6d9 100644 --- a/themes/themes/foxnightly.nu +++ b/themes/themes/foxnightly.nu @@ -1,4 +1,4 @@ -export def foxnightly [] { +export def main [] { # extra desired values for the foxnightly theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/framer.nu b/themes/themes/framer.nu index 1e7f9bc7..918c4a5a 100644 --- a/themes/themes/framer.nu +++ b/themes/themes/framer.nu @@ -1,4 +1,4 @@ -export def framer [] { +export def main [] { # extra desired values for the framer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/freya.nu b/themes/themes/freya.nu index d48a3aa3..3f011f44 100644 --- a/themes/themes/freya.nu +++ b/themes/themes/freya.nu @@ -1,4 +1,4 @@ -export def freya [] { +export def main [] { # extra desired values for the freya theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/frontend-delight.nu b/themes/themes/frontend-delight.nu index c7c07ca1..22584945 100644 --- a/themes/themes/frontend-delight.nu +++ b/themes/themes/frontend-delight.nu @@ -1,4 +1,4 @@ -export def frontend_delight [] { +export def main [] { # extra desired values for the frontend_delight theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/frontend-fun-forrest.nu b/themes/themes/frontend-fun-forrest.nu index 4f5ce946..9f212056 100644 --- a/themes/themes/frontend-fun-forrest.nu +++ b/themes/themes/frontend-fun-forrest.nu @@ -1,4 +1,4 @@ -export def frontend_fun-forrest [] { +export def main [] { # extra desired values for the frontend_fun-forrest theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/frontend-galaxy.nu b/themes/themes/frontend-galaxy.nu index 5de72a2f..167d55c3 100644 --- a/themes/themes/frontend-galaxy.nu +++ b/themes/themes/frontend-galaxy.nu @@ -1,4 +1,4 @@ -export def frontend_galaxy [] { +export def main [] { # extra desired values for the frontend_galaxy theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/fruit-soda.nu b/themes/themes/fruit-soda.nu index bb827f7a..945d179d 100644 --- a/themes/themes/fruit-soda.nu +++ b/themes/themes/fruit-soda.nu @@ -1,4 +1,4 @@ -export def fruit_soda [] { +export def main [] { # extra desired values for the fruit_soda theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gigavolt.nu b/themes/themes/gigavolt.nu index 2f067d3e..924cca3c 100644 --- a/themes/themes/gigavolt.nu +++ b/themes/themes/gigavolt.nu @@ -1,4 +1,4 @@ -export def gigavolt [] { +export def main [] { # extra desired values for the gigavolt theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/github-dark-colorblind.nu b/themes/themes/github-dark-colorblind.nu index 615d081b..5ace1adc 100644 --- a/themes/themes/github-dark-colorblind.nu +++ b/themes/themes/github-dark-colorblind.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#0d1117" - # foreground: "#b3b1ad" - # cursor: "#73b7f2" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#f0f6fc" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#56d364" - empty: "#58a6ff" - bool: "#f0f6fc" - int: "#f0f6fc" - filesize: "#f0f6fc" - duration: "#f0f6fc" - date: "#f0f6fc" - range: "#f0f6fc" - float: "#f0f6fc" - string: "#f0f6fc" - nothing: "#f0f6fc" - binary: "#f0f6fc" - cellpath: "#f0f6fc" - row_index: "#56d364" - record: "#f0f6fc" - list: "#f0f6fc" - block: "#f0f6fc" - hints: "#6e7681" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#d2a8ff" - shape_bool: "#56d4dd" - shape_int: "#d2a8ff" - shape_float: "#d2a8ff" - shape_range: "#e3b341" - shape_internalcall: "#56d4dd" - shape_external: "#39c5cf" - shape_externalarg: "#56d364" - shape_literal: "#58a6ff" - shape_operator: "#d29922" - shape_signature: "#56d364" - shape_string: "#3fb950" - shape_string_interpolation: "#56d4dd" - shape_datetime: "#56d4dd" - shape_list: "#56d4dd" - shape_table: "#79c0ff" - shape_record: "#56d4dd" - shape_block: "#79c0ff" - shape_filepath: "#39c5cf" - shape_globpattern: "#56d4dd" - shape_variable: "#bc8cff" - shape_flag: "#79c0ff" - shape_custom: "#3fb950" - shape_nothing: "#56d4dd" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-dark-default.nu b/themes/themes/github-dark-default.nu index 615d081b..5ace1adc 100644 --- a/themes/themes/github-dark-default.nu +++ b/themes/themes/github-dark-default.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#0d1117" - # foreground: "#b3b1ad" - # cursor: "#73b7f2" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#f0f6fc" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#56d364" - empty: "#58a6ff" - bool: "#f0f6fc" - int: "#f0f6fc" - filesize: "#f0f6fc" - duration: "#f0f6fc" - date: "#f0f6fc" - range: "#f0f6fc" - float: "#f0f6fc" - string: "#f0f6fc" - nothing: "#f0f6fc" - binary: "#f0f6fc" - cellpath: "#f0f6fc" - row_index: "#56d364" - record: "#f0f6fc" - list: "#f0f6fc" - block: "#f0f6fc" - hints: "#6e7681" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#d2a8ff" - shape_bool: "#56d4dd" - shape_int: "#d2a8ff" - shape_float: "#d2a8ff" - shape_range: "#e3b341" - shape_internalcall: "#56d4dd" - shape_external: "#39c5cf" - shape_externalarg: "#56d364" - shape_literal: "#58a6ff" - shape_operator: "#d29922" - shape_signature: "#56d364" - shape_string: "#3fb950" - shape_string_interpolation: "#56d4dd" - shape_datetime: "#56d4dd" - shape_list: "#56d4dd" - shape_table: "#79c0ff" - shape_record: "#56d4dd" - shape_block: "#79c0ff" - shape_filepath: "#39c5cf" - shape_globpattern: "#56d4dd" - shape_variable: "#bc8cff" - shape_flag: "#79c0ff" - shape_custom: "#3fb950" - shape_nothing: "#56d4dd" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-dark.nu b/themes/themes/github-dark.nu index bb83b7e0..5ace1adc 100644 --- a/themes/themes/github-dark.nu +++ b/themes/themes/github-dark.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#24292e" - # foreground: "#d1d5da" - # cursor: "#c8e1ff" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#fafbfc" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#85e89d" - empty: "#2188ff" - bool: "#fafbfc" - int: "#fafbfc" - filesize: "#fafbfc" - duration: "#fafbfc" - date: "#fafbfc" - range: "#fafbfc" - float: "#fafbfc" - string: "#fafbfc" - nothing: "#fafbfc" - binary: "#fafbfc" - cellpath: "#fafbfc" - row_index: "#85e89d" - record: "#fafbfc" - list: "#fafbfc" - block: "#fafbfc" - hints: "#959da5" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#b392f0" - shape_bool: "#56d4dd" - shape_int: "#b392f0" - shape_float: "#b392f0" - shape_range: "#ffea7f" - shape_internalcall: "#56d4dd" - shape_external: "#39c5cf" - shape_externalarg: "#85e89d" - shape_literal: "#2188ff" - shape_operator: "#ffea7f" - shape_signature: "#85e89d" - shape_string: "#34d058" - shape_string_interpolation: "#56d4dd" - shape_datetime: "#56d4dd" - shape_list: "#56d4dd" - shape_table: "#79b8ff" - shape_record: "#56d4dd" - shape_block: "#79b8ff" - shape_filepath: "#39c5cf" - shape_globpattern: "#56d4dd" - shape_variable: "#b392f0" - shape_flag: "#79b8ff" - shape_custom: "#34d058" - shape_nothing: "#56d4dd" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-dimmed.nu b/themes/themes/github-dimmed.nu index cdbc18b9..5ace1adc 100644 --- a/themes/themes/github-dimmed.nu +++ b/themes/themes/github-dimmed.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#22272e" - # foreground: "#768390" - # cursor: "#6cb6ff" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#cdd9e5" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#6bc46d" - empty: "#539bf5" - bool: "#cdd9e5" - int: "#cdd9e5" - filesize: "#cdd9e5" - duration: "#cdd9e5" - date: "#cdd9e5" - range: "#cdd9e5" - float: "#cdd9e5" - string: "#cdd9e5" - nothing: "#cdd9e5" - binary: "#cdd9e5" - cellpath: "#cdd9e5" - row_index: "#6bc46d" - record: "#cdd9e5" - list: "#cdd9e5" - block: "#cdd9e5" - hints: "#636e7b" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#dcbdfb" - shape_bool: "#56d4dd" - shape_int: "#dcbdfb" - shape_float: "#dcbdfb" - shape_range: "#daaa3f" - shape_internalcall: "#56d4dd" - shape_external: "#39c5cf" - shape_externalarg: "#6bc46d" - shape_literal: "#539bf5" - shape_operator: "#c69026" - shape_signature: "#6bc46d" - shape_string: "#57ab5a" - shape_string_interpolation: "#56d4dd" - shape_datetime: "#56d4dd" - shape_list: "#56d4dd" - shape_table: "#6cb6ff" - shape_record: "#56d4dd" - shape_block: "#6cb6ff" - shape_filepath: "#39c5cf" - shape_globpattern: "#56d4dd" - shape_variable: "#b083f0" - shape_flag: "#6cb6ff" - shape_custom: "#57ab5a" - shape_nothing: "#56d4dd" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-light-colorblind.nu b/themes/themes/github-light-colorblind.nu index 2d75090f..5ace1adc 100644 --- a/themes/themes/github-light-colorblind.nu +++ b/themes/themes/github-light-colorblind.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#ffffff" - # foreground: "#0E1116" - # cursor: "#0969da" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#8c959f" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#1a7f37" - empty: "#0969da" - bool: "#8c959f" - int: "#8c959f" - filesize: "#8c959f" - duration: "#8c959f" - date: "#8c959f" - range: "#8c959f" - float: "#8c959f" - string: "#8c959f" - nothing: "#8c959f" - binary: "#8c959f" - cellpath: "#8c959f" - row_index: "#1a7f37" - record: "#8c959f" - list: "#8c959f" - block: "#8c959f" - hints: "#57606a" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#a475f9" - shape_bool: "#3192aa" - shape_int: "#a475f9" - shape_float: "#a475f9" - shape_range: "#633c01" - shape_internalcall: "#3192aa" - shape_external: "#1b7c83" - shape_externalarg: "#1a7f37" - shape_literal: "#0969da" - shape_operator: "#4d2d00" - shape_signature: "#1a7f37" - shape_string: "#116329" - shape_string_interpolation: "#3192aa" - shape_datetime: "#3192aa" - shape_list: "#3192aa" - shape_table: "#218bff" - shape_record: "#3192aa" - shape_block: "#218bff" - shape_filepath: "#1b7c83" - shape_globpattern: "#3192aa" - shape_variable: "#8250df" - shape_flag: "#218bff" - shape_custom: "#116329" - shape_nothing: "#3192aa" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-light-default.nu b/themes/themes/github-light-default.nu index b2ef1b58..5ace1adc 100644 --- a/themes/themes/github-light-default.nu +++ b/themes/themes/github-light-default.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#ffffff" - # foreground: "#0E1116" - # cursor: "#044289" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#8c959f" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#1a7f37" - empty: "#0969da" - bool: "#8c959f" - int: "#8c959f" - filesize: "#8c959f" - duration: "#8c959f" - date: "#8c959f" - range: "#8c959f" - float: "#8c959f" - string: "#8c959f" - nothing: "#8c959f" - binary: "#8c959f" - cellpath: "#8c959f" - row_index: "#1a7f37" - record: "#8c959f" - list: "#8c959f" - block: "#8c959f" - hints: "#57606a" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#a475f9" - shape_bool: "#3192aa" - shape_int: "#a475f9" - shape_float: "#a475f9" - shape_range: "#633c01" - shape_internalcall: "#3192aa" - shape_external: "#1b7c83" - shape_externalarg: "#1a7f37" - shape_literal: "#0969da" - shape_operator: "#4d2d00" - shape_signature: "#1a7f37" - shape_string: "#116329" - shape_string_interpolation: "#3192aa" - shape_datetime: "#3192aa" - shape_list: "#3192aa" - shape_table: "#218bff" - shape_record: "#3192aa" - shape_block: "#218bff" - shape_filepath: "#1b7c83" - shape_globpattern: "#3192aa" - shape_variable: "#8250df" - shape_flag: "#218bff" - shape_custom: "#116329" - shape_nothing: "#3192aa" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github-light.nu b/themes/themes/github-light.nu index 3be6de84..5ace1adc 100644 --- a/themes/themes/github-light.nu +++ b/themes/themes/github-light.nu @@ -1,61 +1,61 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal # emulator itself # - # background: "#ffffff" - # foreground: "#24292f" - # cursor: "#044289" + # background: "{{background}}" + # foreground: "{{foreground}}" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "#d1d5da" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "#22863a" - empty: "#0366d6" - bool: "#d1d5da" - int: "#d1d5da" - filesize: "#d1d5da" - duration: "#d1d5da" - date: "#d1d5da" - range: "#d1d5da" - float: "#d1d5da" - string: "#d1d5da" - nothing: "#d1d5da" - binary: "#d1d5da" - cellpath: "#d1d5da" - row_index: "#22863a" - record: "#d1d5da" - list: "#d1d5da" - block: "#d1d5da" - hints: "#959da5" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "#5a32a3" - shape_bool: "#3192aa" - shape_int: "#5a32a3" - shape_float: "#5a32a3" - shape_range: "#b08800" - shape_internalcall: "#3192aa" - shape_external: "#0598bc" - shape_externalarg: "#22863a" - shape_literal: "#0366d6" - shape_operator: "#dbab09" - shape_signature: "#22863a" - shape_string: "#28a745" - shape_string_interpolation: "#3192aa" - shape_datetime: "#3192aa" - shape_list: "#3192aa" - shape_table: "#005cc5" - shape_record: "#3192aa" - shape_block: "#005cc5" - shape_filepath: "#0598bc" - shape_globpattern: "#3192aa" - shape_variable: "#5a32a3" - shape_flag: "#005cc5" - shape_custom: "#28a745" - shape_nothing: "#3192aa" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/github.nu b/themes/themes/github.nu index e6e5c6a5..c02a0a2e 100644 --- a/themes/themes/github.nu +++ b/themes/themes/github.nu @@ -1,4 +1,4 @@ -export def github [] { +export def main [] { # extra desired values for the github theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/glacier.nu b/themes/themes/glacier.nu index 14c07ac5..806265ef 100644 --- a/themes/themes/glacier.nu +++ b/themes/themes/glacier.nu @@ -1,4 +1,4 @@ -export def glacier [] { +export def main [] { # extra desired values for the glacier theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/goa-base.nu b/themes/themes/goa-base.nu index 19d6cee0..dd65d44f 100644 --- a/themes/themes/goa-base.nu +++ b/themes/themes/goa-base.nu @@ -1,4 +1,4 @@ -export def goa_base [] { +export def main [] { # extra desired values for the goa_base theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gooey.nu b/themes/themes/gooey.nu index 563b2c26..5266bf0a 100644 --- a/themes/themes/gooey.nu +++ b/themes/themes/gooey.nu @@ -1,4 +1,4 @@ -export def gooey [] { +export def main [] { # extra desired values for the gooey theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/google-dark.nu b/themes/themes/google-dark.nu index 8ecde7da..9285e921 100644 --- a/themes/themes/google-dark.nu +++ b/themes/themes/google-dark.nu @@ -1,4 +1,4 @@ -export def google_dark [] { +export def main [] { # extra desired values for the google_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/google-light.nu b/themes/themes/google-light.nu index 6683a5d7..15398593 100644 --- a/themes/themes/google-light.nu +++ b/themes/themes/google-light.nu @@ -1,4 +1,4 @@ -export def google_light [] { +export def main [] { # extra desired values for the google_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/grape.nu b/themes/themes/grape.nu index 163a2ce0..1dc132d2 100644 --- a/themes/themes/grape.nu +++ b/themes/themes/grape.nu @@ -1,4 +1,4 @@ -export def grape [] { +export def main [] { # extra desired values for the grape theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/grass.nu b/themes/themes/grass.nu index 6a170729..5006c44e 100644 --- a/themes/themes/grass.nu +++ b/themes/themes/grass.nu @@ -1,4 +1,4 @@ -export def grass [] { +export def main [] { # extra desired values for the grass theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/grayscale-dark.nu b/themes/themes/grayscale-dark.nu index 3311466e..20da2f88 100644 --- a/themes/themes/grayscale-dark.nu +++ b/themes/themes/grayscale-dark.nu @@ -1,4 +1,4 @@ -export def grayscale_dark [] { +export def main [] { # extra desired values for the grayscale_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/grayscale-light.nu b/themes/themes/grayscale-light.nu index beca681e..8b32ad7e 100644 --- a/themes/themes/grayscale-light.nu +++ b/themes/themes/grayscale-light.nu @@ -1,4 +1,4 @@ -export def grayscale_light [] { +export def main [] { # extra desired values for the grayscale_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/green-screen.nu b/themes/themes/green-screen.nu index e40c72aa..20d590f1 100644 --- a/themes/themes/green-screen.nu +++ b/themes/themes/green-screen.nu @@ -1,4 +1,4 @@ -export def green_screen [] { +export def main [] { # extra desired values for the green_screen theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/greenscreen.nu b/themes/themes/greenscreen.nu index a8f9e532..e474e08b 100644 --- a/themes/themes/greenscreen.nu +++ b/themes/themes/greenscreen.nu @@ -1,4 +1,4 @@ -export def greenscreen [] { +export def main [] { # extra desired values for the greenscreen theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbit.nu b/themes/themes/gruvbit.nu index 1c7332f2..035556c5 100644 --- a/themes/themes/gruvbit.nu +++ b/themes/themes/gruvbit.nu @@ -1,4 +1,4 @@ -export def gruvbit [] { +export def main [] { # extra desired values for the gruvbit theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-dark-hard.nu b/themes/themes/gruvbox-dark-hard.nu index ad16ce1e..6eeced17 100644 --- a/themes/themes/gruvbox-dark-hard.nu +++ b/themes/themes/gruvbox-dark-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_dark-hard [] { +export def main [] { # extra desired values for the gruvbox_dark-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-dark-medium.nu b/themes/themes/gruvbox-dark-medium.nu index 6e128e71..b62d303f 100644 --- a/themes/themes/gruvbox-dark-medium.nu +++ b/themes/themes/gruvbox-dark-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_dark-medium [] { +export def main [] { # extra desired values for the gruvbox_dark-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-dark-pale.nu b/themes/themes/gruvbox-dark-pale.nu index 30562bbf..fe776383 100644 --- a/themes/themes/gruvbox-dark-pale.nu +++ b/themes/themes/gruvbox-dark-pale.nu @@ -1,4 +1,4 @@ -export def gruvbox_dark-pale [] { +export def main [] { # extra desired values for the gruvbox_dark-pale theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-dark-soft.nu b/themes/themes/gruvbox-dark-soft.nu index 7d3c74e9..8c29ca52 100644 --- a/themes/themes/gruvbox-dark-soft.nu +++ b/themes/themes/gruvbox-dark-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_dark-soft [] { +export def main [] { # extra desired values for the gruvbox_dark-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-dark.nu b/themes/themes/gruvbox-dark.nu index d9feaf36..90762382 100644 --- a/themes/themes/gruvbox-dark.nu +++ b/themes/themes/gruvbox-dark.nu @@ -1,4 +1,4 @@ -export def gruvbox_dark [] { +export def main [] { # extra desired values for the gruvbox_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-light-hard.nu b/themes/themes/gruvbox-light-hard.nu index 9f9b1fdd..a3913687 100644 --- a/themes/themes/gruvbox-light-hard.nu +++ b/themes/themes/gruvbox-light-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_light-hard [] { +export def main [] { # extra desired values for the gruvbox_light-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-light-medium.nu b/themes/themes/gruvbox-light-medium.nu index fc0d1861..7c7134c4 100644 --- a/themes/themes/gruvbox-light-medium.nu +++ b/themes/themes/gruvbox-light-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_light-medium [] { +export def main [] { # extra desired values for the gruvbox_light-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-light-soft.nu b/themes/themes/gruvbox-light-soft.nu index ab9f5cab..095d8f97 100644 --- a/themes/themes/gruvbox-light-soft.nu +++ b/themes/themes/gruvbox-light-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_light-soft [] { +export def main [] { # extra desired values for the gruvbox_light-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-dark-hard.nu b/themes/themes/gruvbox-material-dark-hard.nu index e4f51549..7617cf69 100644 --- a/themes/themes/gruvbox-material-dark-hard.nu +++ b/themes/themes/gruvbox-material-dark-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-dark-hard [] { +export def main [] { # extra desired values for the gruvbox_material-dark-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-dark-medium.nu b/themes/themes/gruvbox-material-dark-medium.nu index 26b598cf..bef64df1 100644 --- a/themes/themes/gruvbox-material-dark-medium.nu +++ b/themes/themes/gruvbox-material-dark-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-dark-medium [] { +export def main [] { # extra desired values for the gruvbox_material-dark-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-dark-soft.nu b/themes/themes/gruvbox-material-dark-soft.nu index 4f64f4bb..29a72049 100644 --- a/themes/themes/gruvbox-material-dark-soft.nu +++ b/themes/themes/gruvbox-material-dark-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-dark-soft [] { +export def main [] { # extra desired values for the gruvbox_material-dark-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-light-hard.nu b/themes/themes/gruvbox-material-light-hard.nu index 02964636..be21c2b1 100644 --- a/themes/themes/gruvbox-material-light-hard.nu +++ b/themes/themes/gruvbox-material-light-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-light-hard [] { +export def main [] { # extra desired values for the gruvbox_material-light-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-light-medium.nu b/themes/themes/gruvbox-material-light-medium.nu index e3a8978b..b0e815e5 100644 --- a/themes/themes/gruvbox-material-light-medium.nu +++ b/themes/themes/gruvbox-material-light-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-light-medium [] { +export def main [] { # extra desired values for the gruvbox_material-light-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-material-light-soft.nu b/themes/themes/gruvbox-material-light-soft.nu index 8c7f2fe6..363ec2b5 100644 --- a/themes/themes/gruvbox-material-light-soft.nu +++ b/themes/themes/gruvbox-material-light-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_material-light-soft [] { +export def main [] { # extra desired values for the gruvbox_material-light-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-dark-hard.nu b/themes/themes/gruvbox-mix-dark-hard.nu index a296f55e..03ef5b7d 100644 --- a/themes/themes/gruvbox-mix-dark-hard.nu +++ b/themes/themes/gruvbox-mix-dark-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-dark-hard [] { +export def main [] { # extra desired values for the gruvbox_mix-dark-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-dark-medium.nu b/themes/themes/gruvbox-mix-dark-medium.nu index a24c8309..f6ab08f8 100644 --- a/themes/themes/gruvbox-mix-dark-medium.nu +++ b/themes/themes/gruvbox-mix-dark-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-dark-medium [] { +export def main [] { # extra desired values for the gruvbox_mix-dark-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-dark-soft.nu b/themes/themes/gruvbox-mix-dark-soft.nu index b490b94f..b2e9cbcd 100644 --- a/themes/themes/gruvbox-mix-dark-soft.nu +++ b/themes/themes/gruvbox-mix-dark-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-dark-soft [] { +export def main [] { # extra desired values for the gruvbox_mix-dark-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-light-hard.nu b/themes/themes/gruvbox-mix-light-hard.nu index 5e827b96..0f71c7e2 100644 --- a/themes/themes/gruvbox-mix-light-hard.nu +++ b/themes/themes/gruvbox-mix-light-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-light-hard [] { +export def main [] { # extra desired values for the gruvbox_mix-light-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-light-medium.nu b/themes/themes/gruvbox-mix-light-medium.nu index e97019f6..13321878 100644 --- a/themes/themes/gruvbox-mix-light-medium.nu +++ b/themes/themes/gruvbox-mix-light-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-light-medium [] { +export def main [] { # extra desired values for the gruvbox_mix-light-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-mix-light-soft.nu b/themes/themes/gruvbox-mix-light-soft.nu index a94c32d5..863366cc 100644 --- a/themes/themes/gruvbox-mix-light-soft.nu +++ b/themes/themes/gruvbox-mix-light-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_mix-light-soft [] { +export def main [] { # extra desired values for the gruvbox_mix-light-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-dark-hard.nu b/themes/themes/gruvbox-original-dark-hard.nu index aa27f062..069ac6eb 100644 --- a/themes/themes/gruvbox-original-dark-hard.nu +++ b/themes/themes/gruvbox-original-dark-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-dark-hard [] { +export def main [] { # extra desired values for the gruvbox_original-dark-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-dark-medium.nu b/themes/themes/gruvbox-original-dark-medium.nu index 4f22fa4d..dd1cd7ab 100644 --- a/themes/themes/gruvbox-original-dark-medium.nu +++ b/themes/themes/gruvbox-original-dark-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-dark-medium [] { +export def main [] { # extra desired values for the gruvbox_original-dark-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-dark-soft.nu b/themes/themes/gruvbox-original-dark-soft.nu index 3d31242f..30e323c9 100644 --- a/themes/themes/gruvbox-original-dark-soft.nu +++ b/themes/themes/gruvbox-original-dark-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-dark-soft [] { +export def main [] { # extra desired values for the gruvbox_original-dark-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-light-hard.nu b/themes/themes/gruvbox-original-light-hard.nu index 5b5c0f41..738d4e95 100644 --- a/themes/themes/gruvbox-original-light-hard.nu +++ b/themes/themes/gruvbox-original-light-hard.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-light-hard [] { +export def main [] { # extra desired values for the gruvbox_original-light-hard theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-light-medium.nu b/themes/themes/gruvbox-original-light-medium.nu index 118a48a0..fec80bb4 100644 --- a/themes/themes/gruvbox-original-light-medium.nu +++ b/themes/themes/gruvbox-original-light-medium.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-light-medium [] { +export def main [] { # extra desired values for the gruvbox_original-light-medium theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox-original-light-soft.nu b/themes/themes/gruvbox-original-light-soft.nu index ffd861e9..5ddfc16f 100644 --- a/themes/themes/gruvbox-original-light-soft.nu +++ b/themes/themes/gruvbox-original-light-soft.nu @@ -1,4 +1,4 @@ -export def gruvbox_original-light-soft [] { +export def main [] { # extra desired values for the gruvbox_original-light-soft theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/gruvbox.nu b/themes/themes/gruvbox.nu index ff1e00f2..38be8f40 100644 --- a/themes/themes/gruvbox.nu +++ b/themes/themes/gruvbox.nu @@ -1,4 +1,4 @@ -export def gruvbox [] { +export def main [] { # extra desired values for the gruvbox theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hardcore.nu b/themes/themes/hardcore.nu index 320e5e63..11c72316 100644 --- a/themes/themes/hardcore.nu +++ b/themes/themes/hardcore.nu @@ -1,4 +1,4 @@ -export def hardcore [] { +export def main [] { # extra desired values for the hardcore theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/harmonic-dark.nu b/themes/themes/harmonic-dark.nu index 670921e2..73f51981 100644 --- a/themes/themes/harmonic-dark.nu +++ b/themes/themes/harmonic-dark.nu @@ -1,4 +1,4 @@ -export def harmonic_dark [] { +export def main [] { # extra desired values for the harmonic_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/harmonic-light.nu b/themes/themes/harmonic-light.nu index a22cebbc..846a71b6 100644 --- a/themes/themes/harmonic-light.nu +++ b/themes/themes/harmonic-light.nu @@ -1,4 +1,4 @@ -export def harmonic_light [] { +export def main [] { # extra desired values for the harmonic_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/harmonic16-dark.nu b/themes/themes/harmonic16-dark.nu index 1c08ab89..8b43bd5e 100644 --- a/themes/themes/harmonic16-dark.nu +++ b/themes/themes/harmonic16-dark.nu @@ -1,4 +1,4 @@ -export def harmonic16_dark [] { +export def main [] { # extra desired values for the harmonic16_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/harmonic16-light.nu b/themes/themes/harmonic16-light.nu index 71a9fb4e..281d27cd 100644 --- a/themes/themes/harmonic16-light.nu +++ b/themes/themes/harmonic16-light.nu @@ -1,4 +1,4 @@ -export def harmonic16_light [] { +export def main [] { # extra desired values for the harmonic16_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/harper.nu b/themes/themes/harper.nu index db4ace7e..0051584f 100644 --- a/themes/themes/harper.nu +++ b/themes/themes/harper.nu @@ -1,4 +1,4 @@ -export def harper [] { +export def main [] { # extra desired values for the harper theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/heetch-light.nu b/themes/themes/heetch-light.nu index b228d642..f472dc94 100644 --- a/themes/themes/heetch-light.nu +++ b/themes/themes/heetch-light.nu @@ -1,4 +1,4 @@ -export def heetch_light [] { +export def main [] { # extra desired values for the heetch_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/heetch.nu b/themes/themes/heetch.nu index 861e2e2f..7580f2e0 100644 --- a/themes/themes/heetch.nu +++ b/themes/themes/heetch.nu @@ -1,4 +1,4 @@ -export def heetch [] { +export def main [] { # extra desired values for the heetch theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/helios.nu b/themes/themes/helios.nu index c4aeacad..561dfc35 100644 --- a/themes/themes/helios.nu +++ b/themes/themes/helios.nu @@ -1,4 +1,4 @@ -export def helios [] { +export def main [] { # extra desired values for the helios theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hemisu-dark.nu b/themes/themes/hemisu-dark.nu index 6b1dca68..68f72336 100644 --- a/themes/themes/hemisu-dark.nu +++ b/themes/themes/hemisu-dark.nu @@ -1,4 +1,4 @@ -export def hemisu_dark [] { +export def main [] { # extra desired values for the hemisu_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hemisu-light.nu b/themes/themes/hemisu-light.nu index fcd0302a..f356ae93 100644 --- a/themes/themes/hemisu-light.nu +++ b/themes/themes/hemisu-light.nu @@ -1,4 +1,4 @@ -export def hemisu_light [] { +export def main [] { # extra desired values for the hemisu_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/highway.nu b/themes/themes/highway.nu index e717d52e..ff704519 100644 --- a/themes/themes/highway.nu +++ b/themes/themes/highway.nu @@ -1,4 +1,4 @@ -export def highway [] { +export def main [] { # extra desired values for the highway theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hipster-green.nu b/themes/themes/hipster-green.nu index 5a1af9c4..b8d11034 100644 --- a/themes/themes/hipster-green.nu +++ b/themes/themes/hipster-green.nu @@ -1,4 +1,4 @@ -export def hipster_green [] { +export def main [] { # extra desired values for the hipster_green theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/homebrew.nu b/themes/themes/homebrew.nu index 1f398ea7..54accbbc 100644 --- a/themes/themes/homebrew.nu +++ b/themes/themes/homebrew.nu @@ -1,4 +1,4 @@ -export def homebrew [] { +export def main [] { # extra desired values for the homebrew theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hopscotch.nu b/themes/themes/hopscotch.nu index b09c6c77..ac73b883 100644 --- a/themes/themes/hopscotch.nu +++ b/themes/themes/hopscotch.nu @@ -1,4 +1,4 @@ -export def hopscotch [] { +export def main [] { # extra desired values for the hopscotch theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/horizon-dark.nu b/themes/themes/horizon-dark.nu index 5e2bb051..ff854fa3 100644 --- a/themes/themes/horizon-dark.nu +++ b/themes/themes/horizon-dark.nu @@ -1,4 +1,4 @@ -export def horizon_dark [] { +export def main [] { # extra desired values for the horizon_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/horizon-light.nu b/themes/themes/horizon-light.nu index f9e3c262..e4ef712b 100644 --- a/themes/themes/horizon-light.nu +++ b/themes/themes/horizon-light.nu @@ -1,4 +1,4 @@ -export def horizon_light [] { +export def main [] { # extra desired values for the horizon_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/horizon-terminal-dark.nu b/themes/themes/horizon-terminal-dark.nu index 0d11727b..21fad9ed 100644 --- a/themes/themes/horizon-terminal-dark.nu +++ b/themes/themes/horizon-terminal-dark.nu @@ -1,4 +1,4 @@ -export def horizon_terminal-dark [] { +export def main [] { # extra desired values for the horizon_terminal-dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/horizon-terminal-light.nu b/themes/themes/horizon-terminal-light.nu index f907d8e9..40fe7530 100644 --- a/themes/themes/horizon-terminal-light.nu +++ b/themes/themes/horizon-terminal-light.nu @@ -1,4 +1,4 @@ -export def horizon_terminal-light [] { +export def main [] { # extra desired values for the horizon_terminal-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/humanoid-dark.nu b/themes/themes/humanoid-dark.nu index 25a7aa50..689fc292 100644 --- a/themes/themes/humanoid-dark.nu +++ b/themes/themes/humanoid-dark.nu @@ -1,4 +1,4 @@ -export def humanoid_dark [] { +export def main [] { # extra desired values for the humanoid_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/humanoid-light.nu b/themes/themes/humanoid-light.nu index dbec4e5d..82b0e9c7 100644 --- a/themes/themes/humanoid-light.nu +++ b/themes/themes/humanoid-light.nu @@ -1,4 +1,4 @@ -export def humanoid_light [] { +export def main [] { # extra desired values for the humanoid_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hurtado.nu b/themes/themes/hurtado.nu index b981f4bc..58f22ec0 100644 --- a/themes/themes/hurtado.nu +++ b/themes/themes/hurtado.nu @@ -1,4 +1,4 @@ -export def hurtado [] { +export def main [] { # extra desired values for the hurtado theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/hybrid.nu b/themes/themes/hybrid.nu index 6882849a..d037dd2d 100644 --- a/themes/themes/hybrid.nu +++ b/themes/themes/hybrid.nu @@ -1,4 +1,4 @@ -export def hybrid [] { +export def main [] { # extra desired values for the hybrid theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ia-dark.nu b/themes/themes/ia-dark.nu index aed41e47..c8d36ad1 100644 --- a/themes/themes/ia-dark.nu +++ b/themes/themes/ia-dark.nu @@ -1,4 +1,4 @@ -export def ia_dark [] { +export def main [] { # extra desired values for the ia_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ia-light.nu b/themes/themes/ia-light.nu index e41d3717..688e6caa 100644 --- a/themes/themes/ia-light.nu +++ b/themes/themes/ia-light.nu @@ -1,4 +1,4 @@ -export def ia_light [] { +export def main [] { # extra desired values for the ia_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ibm3270.nu b/themes/themes/ibm3270.nu index 33aaa1ca..aa205da8 100644 --- a/themes/themes/ibm3270.nu +++ b/themes/themes/ibm3270.nu @@ -1,4 +1,4 @@ -export def ibm3270 [] { +export def main [] { # extra desired values for the ibm3270 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ic-green-ppl.nu b/themes/themes/ic-green-ppl.nu index 054db07f..36598bcd 100644 --- a/themes/themes/ic-green-ppl.nu +++ b/themes/themes/ic-green-ppl.nu @@ -1,4 +1,4 @@ -export def ic_green-ppl [] { +export def main [] { # extra desired values for the ic_green-ppl theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ic-orange-ppl.nu b/themes/themes/ic-orange-ppl.nu index 742ed230..aa39268b 100644 --- a/themes/themes/ic-orange-ppl.nu +++ b/themes/themes/ic-orange-ppl.nu @@ -1,4 +1,4 @@ -export def ic_orange-ppl [] { +export def main [] { # extra desired values for the ic_orange-ppl theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/iceberg-light.nu b/themes/themes/iceberg-light.nu index ad4de649..2f7ee288 100644 --- a/themes/themes/iceberg-light.nu +++ b/themes/themes/iceberg-light.nu @@ -1,4 +1,4 @@ -export def iceberg_light [] { +export def main [] { # extra desired values for the iceberg_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/icy.nu b/themes/themes/icy.nu index f8e5c1ae..1f50cd95 100644 --- a/themes/themes/icy.nu +++ b/themes/themes/icy.nu @@ -1,4 +1,4 @@ -export def icy [] { +export def main [] { # extra desired values for the icy theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/idle-toes.nu b/themes/themes/idle-toes.nu index 569f3ee3..b9430154 100644 --- a/themes/themes/idle-toes.nu +++ b/themes/themes/idle-toes.nu @@ -1,4 +1,4 @@ -export def idle_toes [] { +export def main [] { # extra desired values for the idle_toes theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/idm_3b.nu b/themes/themes/idm_3b.nu index 86f12cde..c3af7ec8 100644 --- a/themes/themes/idm_3b.nu +++ b/themes/themes/idm_3b.nu @@ -1,4 +1,4 @@ -export def idm_3b [] { +export def main [] { # extra desired values for the idm_3b theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ir-black.nu b/themes/themes/ir-black.nu index 429ddb3d..65e204a1 100644 --- a/themes/themes/ir-black.nu +++ b/themes/themes/ir-black.nu @@ -1,4 +1,4 @@ -export def ir_black [] { +export def main [] { # extra desired values for the ir_black theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/irblack.nu b/themes/themes/irblack.nu index 1ac1c0f4..8b761b49 100644 --- a/themes/themes/irblack.nu +++ b/themes/themes/irblack.nu @@ -1,4 +1,4 @@ -export def irblack [] { +export def main [] { # extra desired values for the irblack theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/isotope.nu b/themes/themes/isotope.nu index a9950e3c..4f201e5f 100644 --- a/themes/themes/isotope.nu +++ b/themes/themes/isotope.nu @@ -1,4 +1,4 @@ -export def isotope [] { +export def main [] { # extra desired values for the isotope theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/jackie-brown.nu b/themes/themes/jackie-brown.nu index b303e4ce..92b6bb04 100644 --- a/themes/themes/jackie-brown.nu +++ b/themes/themes/jackie-brown.nu @@ -1,4 +1,4 @@ -export def jackie_brown [] { +export def main [] { # extra desired values for the jackie_brown theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/japanesque.nu b/themes/themes/japanesque.nu index 1ced6023..cba5b3eb 100644 --- a/themes/themes/japanesque.nu +++ b/themes/themes/japanesque.nu @@ -1,4 +1,4 @@ -export def japanesque [] { +export def main [] { # extra desired values for the japanesque theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/jellybeans.nu b/themes/themes/jellybeans.nu index 67da67ad..880cedbe 100644 --- a/themes/themes/jellybeans.nu +++ b/themes/themes/jellybeans.nu @@ -1,4 +1,4 @@ -export def jellybeans [] { +export def main [] { # extra desired values for the jellybeans theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/jet-brains-darcula.nu b/themes/themes/jet-brains-darcula.nu index 774a2f91..40a73106 100644 --- a/themes/themes/jet-brains-darcula.nu +++ b/themes/themes/jet-brains-darcula.nu @@ -1,4 +1,4 @@ -export def jet_brains-darcula [] { +export def main [] { # extra desired values for the jet_brains-darcula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/jup.nu b/themes/themes/jup.nu index aacf8072..263be937 100644 --- a/themes/themes/jup.nu +++ b/themes/themes/jup.nu @@ -1,4 +1,4 @@ -export def jup [] { +export def main [] { # extra desired values for the jup theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/kibble.nu b/themes/themes/kibble.nu index 84765389..931d5985 100644 --- a/themes/themes/kibble.nu +++ b/themes/themes/kibble.nu @@ -1,4 +1,4 @@ -export def kibble [] { +export def main [] { # extra desired values for the kibble theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/kimber.nu b/themes/themes/kimber.nu index 6cde5a1c..6522973c 100644 --- a/themes/themes/kimber.nu +++ b/themes/themes/kimber.nu @@ -1,4 +1,4 @@ -export def kimber [] { +export def main [] { # extra desired values for the kimber theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/later-this-evening.nu b/themes/themes/later-this-evening.nu index d70a0379..4667ddec 100644 --- a/themes/themes/later-this-evening.nu +++ b/themes/themes/later-this-evening.nu @@ -1,4 +1,4 @@ -export def later_this-evening [] { +export def main [] { # extra desired values for the later_this-evening theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/lavandula.nu b/themes/themes/lavandula.nu index bc7ed5df..beefc563 100644 --- a/themes/themes/lavandula.nu +++ b/themes/themes/lavandula.nu @@ -1,4 +1,4 @@ -export def lavandula [] { +export def main [] { # extra desired values for the lavandula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/liquid-carbon-transparent.nu b/themes/themes/liquid-carbon-transparent.nu index 478c677c..481a8f2b 100644 --- a/themes/themes/liquid-carbon-transparent.nu +++ b/themes/themes/liquid-carbon-transparent.nu @@ -1,4 +1,4 @@ -export def liquid_carbon-transparent [] { +export def main [] { # extra desired values for the liquid_carbon-transparent theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/liquid-carbon.nu b/themes/themes/liquid-carbon.nu index 3a8a0ebd..2b450948 100644 --- a/themes/themes/liquid-carbon.nu +++ b/themes/themes/liquid-carbon.nu @@ -1,4 +1,4 @@ -export def liquid_carbon [] { +export def main [] { # extra desired values for the liquid_carbon theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/london-tube.nu b/themes/themes/london-tube.nu index 997d24c8..f971b074 100644 --- a/themes/themes/london-tube.nu +++ b/themes/themes/london-tube.nu @@ -1,4 +1,4 @@ -export def london_tube [] { +export def main [] { # extra desired values for the london_tube theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/macintosh.nu b/themes/themes/macintosh.nu index 26de01ad..f1334e1b 100644 --- a/themes/themes/macintosh.nu +++ b/themes/themes/macintosh.nu @@ -1,4 +1,4 @@ -export def macintosh [] { +export def main [] { # extra desired values for the macintosh theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/maia.nu b/themes/themes/maia.nu index 05ce2611..97a9a0e5 100644 --- a/themes/themes/maia.nu +++ b/themes/themes/maia.nu @@ -1,4 +1,4 @@ -export def maia [] { +export def main [] { # extra desired values for the maia theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/man-page.nu b/themes/themes/man-page.nu index cb833512..6b889415 100644 --- a/themes/themes/man-page.nu +++ b/themes/themes/man-page.nu @@ -1,4 +1,4 @@ -export def man_page [] { +export def main [] { # extra desired values for the man_page theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mar.nu b/themes/themes/mar.nu index 6d9620b5..c3329bf0 100644 --- a/themes/themes/mar.nu +++ b/themes/themes/mar.nu @@ -1,4 +1,4 @@ -export def mar [] { +export def main [] { # extra desired values for the mar theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/marrakesh.nu b/themes/themes/marrakesh.nu index 8cd1a93d..5ebc8fca 100644 --- a/themes/themes/marrakesh.nu +++ b/themes/themes/marrakesh.nu @@ -1,4 +1,4 @@ -export def marrakesh [] { +export def main [] { # extra desired values for the marrakesh theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/materia.nu b/themes/themes/materia.nu index fb70696e..60dbd737 100644 --- a/themes/themes/materia.nu +++ b/themes/themes/materia.nu @@ -1,4 +1,4 @@ -export def materia [] { +export def main [] { # extra desired values for the materia theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material-dark.nu b/themes/themes/material-dark.nu index 8bbb5760..253e4f24 100644 --- a/themes/themes/material-dark.nu +++ b/themes/themes/material-dark.nu @@ -1,4 +1,4 @@ -export def material_dark [] { +export def main [] { # extra desired values for the material_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material-darker.nu b/themes/themes/material-darker.nu index f1f675fd..c4a7b326 100644 --- a/themes/themes/material-darker.nu +++ b/themes/themes/material-darker.nu @@ -1,4 +1,4 @@ -export def material_darker [] { +export def main [] { # extra desired values for the material_darker theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material-lighter.nu b/themes/themes/material-lighter.nu index 3994d6ab..1e98d595 100644 --- a/themes/themes/material-lighter.nu +++ b/themes/themes/material-lighter.nu @@ -1,4 +1,4 @@ -export def material_lighter [] { +export def main [] { # extra desired values for the material_lighter theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material-palenight.nu b/themes/themes/material-palenight.nu index da358e2c..255ed385 100644 --- a/themes/themes/material-palenight.nu +++ b/themes/themes/material-palenight.nu @@ -1,4 +1,4 @@ -export def material_palenight [] { +export def main [] { # extra desired values for the material_palenight theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material-vivid.nu b/themes/themes/material-vivid.nu index b3ec3c23..3926670d 100644 --- a/themes/themes/material-vivid.nu +++ b/themes/themes/material-vivid.nu @@ -1,4 +1,4 @@ -export def material_vivid [] { +export def main [] { # extra desired values for the material_vivid theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/material.nu b/themes/themes/material.nu index 02f35359..84f5de06 100644 --- a/themes/themes/material.nu +++ b/themes/themes/material.nu @@ -1,4 +1,4 @@ -export def material [] { +export def main [] { # extra desired values for the material theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mathias.nu b/themes/themes/mathias.nu index f7d9cad1..d4acbd82 100644 --- a/themes/themes/mathias.nu +++ b/themes/themes/mathias.nu @@ -1,4 +1,4 @@ -export def mathias [] { +export def main [] { # extra desired values for the mathias theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/medallion.nu b/themes/themes/medallion.nu index a4c4d697..5e5f5f5c 100644 --- a/themes/themes/medallion.nu +++ b/themes/themes/medallion.nu @@ -1,4 +1,4 @@ -export def medallion [] { +export def main [] { # extra desired values for the medallion theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mellow-purple.nu b/themes/themes/mellow-purple.nu index 85900a37..ea51da7b 100644 --- a/themes/themes/mellow-purple.nu +++ b/themes/themes/mellow-purple.nu @@ -1,4 +1,4 @@ -export def mellow_purple [] { +export def main [] { # extra desired values for the mellow_purple theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mexico-light.nu b/themes/themes/mexico-light.nu index f582a7d4..b7b71a00 100644 --- a/themes/themes/mexico-light.nu +++ b/themes/themes/mexico-light.nu @@ -1,4 +1,4 @@ -export def mexico_light [] { +export def main [] { # extra desired values for the mexico_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/miramare.nu b/themes/themes/miramare.nu index 7efaa944..33777f7e 100644 --- a/themes/themes/miramare.nu +++ b/themes/themes/miramare.nu @@ -1,4 +1,4 @@ -export def miramare [] { +export def main [] { # extra desired values for the miramare theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/misterioso.nu b/themes/themes/misterioso.nu index 393a7850..cae6a6fd 100644 --- a/themes/themes/misterioso.nu +++ b/themes/themes/misterioso.nu @@ -1,4 +1,4 @@ -export def misterioso [] { +export def main [] { # extra desired values for the misterioso theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/miu.nu b/themes/themes/miu.nu index 8ec7df60..c1f69e7e 100644 --- a/themes/themes/miu.nu +++ b/themes/themes/miu.nu @@ -1,4 +1,4 @@ -export def miu [] { +export def main [] { # extra desired values for the miu theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mocha.nu b/themes/themes/mocha.nu index 81e8240e..99511cc6 100644 --- a/themes/themes/mocha.nu +++ b/themes/themes/mocha.nu @@ -1,4 +1,4 @@ -export def mocha [] { +export def main [] { # extra desired values for the mocha theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/molokai.nu b/themes/themes/molokai.nu index 6c0340de..7f91236f 100644 --- a/themes/themes/molokai.nu +++ b/themes/themes/molokai.nu @@ -1,4 +1,4 @@ -export def molokai [] { +export def main [] { # extra desired values for the molokai theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mona-lisa.nu b/themes/themes/mona-lisa.nu index 130b7bfe..a3f65345 100644 --- a/themes/themes/mona-lisa.nu +++ b/themes/themes/mona-lisa.nu @@ -1,4 +1,4 @@ -export def mona_lisa [] { +export def main [] { # extra desired values for the mona_lisa theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-amber.nu b/themes/themes/mono-amber.nu index c51cc485..291e9567 100644 --- a/themes/themes/mono-amber.nu +++ b/themes/themes/mono-amber.nu @@ -1,4 +1,4 @@ -export def mono_amber [] { +export def main [] { # extra desired values for the mono_amber theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-cyan.nu b/themes/themes/mono-cyan.nu index 92d084e2..eb8fafc8 100644 --- a/themes/themes/mono-cyan.nu +++ b/themes/themes/mono-cyan.nu @@ -1,4 +1,4 @@ -export def mono_cyan [] { +export def main [] { # extra desired values for the mono_cyan theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-green.nu b/themes/themes/mono-green.nu index ddb41bf9..c81a08b5 100644 --- a/themes/themes/mono-green.nu +++ b/themes/themes/mono-green.nu @@ -1,4 +1,4 @@ -export def mono_green [] { +export def main [] { # extra desired values for the mono_green theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-red.nu b/themes/themes/mono-red.nu index 18790e6d..1650d1fa 100644 --- a/themes/themes/mono-red.nu +++ b/themes/themes/mono-red.nu @@ -1,4 +1,4 @@ -export def mono_red [] { +export def main [] { # extra desired values for the mono_red theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-white.nu b/themes/themes/mono-white.nu index 3762441d..01cf448f 100644 --- a/themes/themes/mono-white.nu +++ b/themes/themes/mono-white.nu @@ -1,4 +1,4 @@ -export def mono_white [] { +export def main [] { # extra desired values for the mono_white theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mono-yellow.nu b/themes/themes/mono-yellow.nu index 7808eaaa..aa35bc09 100644 --- a/themes/themes/mono-yellow.nu +++ b/themes/themes/mono-yellow.nu @@ -1,4 +1,4 @@ -export def mono_yellow [] { +export def main [] { # extra desired values for the mono_yellow theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/monokai-dark.nu b/themes/themes/monokai-dark.nu index 366c744d..ccb605db 100644 --- a/themes/themes/monokai-dark.nu +++ b/themes/themes/monokai-dark.nu @@ -1,4 +1,4 @@ -export def monokai_dark [] { +export def main [] { # extra desired values for the monokai_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/monokai-soda.nu b/themes/themes/monokai-soda.nu index 9ed04769..b97c5c23 100644 --- a/themes/themes/monokai-soda.nu +++ b/themes/themes/monokai-soda.nu @@ -1,4 +1,4 @@ -export def monokai_soda [] { +export def main [] { # extra desired values for the monokai_soda theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/monokai.nu b/themes/themes/monokai.nu index 76de9a30..0ae82d14 100644 --- a/themes/themes/monokai.nu +++ b/themes/themes/monokai.nu @@ -1,4 +1,4 @@ -export def monokai [] { +export def main [] { # extra desired values for the monokai theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mountaineer-grey.nu b/themes/themes/mountaineer-grey.nu index 516542fe..ca70bac9 100644 --- a/themes/themes/mountaineer-grey.nu +++ b/themes/themes/mountaineer-grey.nu @@ -1,4 +1,4 @@ -export def mountaineer_grey [] { +export def main [] { # extra desired values for the mountaineer_grey theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/mountaineer.nu b/themes/themes/mountaineer.nu index e1e7fa9c..cec48915 100644 --- a/themes/themes/mountaineer.nu +++ b/themes/themes/mountaineer.nu @@ -1,4 +1,4 @@ -export def mountaineer [] { +export def main [] { # extra desired values for the mountaineer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/n0tch2k.nu b/themes/themes/n0tch2k.nu index 69d69b4b..1472957f 100644 --- a/themes/themes/n0tch2k.nu +++ b/themes/themes/n0tch2k.nu @@ -1,4 +1,4 @@ -export def n0tch2k [] { +export def main [] { # extra desired values for the n0tch2k theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nebula.nu b/themes/themes/nebula.nu index 9d52af84..86c9cf53 100644 --- a/themes/themes/nebula.nu +++ b/themes/themes/nebula.nu @@ -1,4 +1,4 @@ -export def nebula [] { +export def main [] { # extra desired values for the nebula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/neon-night.nu b/themes/themes/neon-night.nu index 3e7c969b..bad249ee 100644 --- a/themes/themes/neon-night.nu +++ b/themes/themes/neon-night.nu @@ -1,4 +1,4 @@ -export def neon_night [] { +export def main [] { # extra desired values for the neon_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/neopolitan.nu b/themes/themes/neopolitan.nu index 90ba5cb1..36bbcb5c 100644 --- a/themes/themes/neopolitan.nu +++ b/themes/themes/neopolitan.nu @@ -1,4 +1,4 @@ -export def neopolitan [] { +export def main [] { # extra desired values for the neopolitan theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nep.nu b/themes/themes/nep.nu index 12222c0f..6fe9e65d 100644 --- a/themes/themes/nep.nu +++ b/themes/themes/nep.nu @@ -1,4 +1,4 @@ -export def nep [] { +export def main [] { # extra desired values for the nep theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/neutron.nu b/themes/themes/neutron.nu index 83d79b20..f0a17193 100644 --- a/themes/themes/neutron.nu +++ b/themes/themes/neutron.nu @@ -1,4 +1,4 @@ -export def neutron [] { +export def main [] { # extra desired values for the neutron theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nightfly.nu b/themes/themes/nightfly.nu index 42679366..3c844807 100644 --- a/themes/themes/nightfly.nu +++ b/themes/themes/nightfly.nu @@ -1,4 +1,4 @@ -export def nightfly [] { +export def main [] { # extra desired values for the nightfly theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nightlion-v1.nu b/themes/themes/nightlion-v1.nu index ea370cec..e3677618 100644 --- a/themes/themes/nightlion-v1.nu +++ b/themes/themes/nightlion-v1.nu @@ -1,4 +1,4 @@ -export def nightlion_v1 [] { +export def main [] { # extra desired values for the nightlion_v1 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nightlion-v2.nu b/themes/themes/nightlion-v2.nu index f4c582e7..437fed14 100644 --- a/themes/themes/nightlion-v2.nu +++ b/themes/themes/nightlion-v2.nu @@ -1,4 +1,4 @@ -export def nightlion_v2 [] { +export def main [] { # extra desired values for the nightlion_v2 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nighty.nu b/themes/themes/nighty.nu index 7a6a1450..6a0f6521 100644 --- a/themes/themes/nighty.nu +++ b/themes/themes/nighty.nu @@ -1,4 +1,4 @@ -export def nighty [] { +export def main [] { # extra desired values for the nighty theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nord-alt.nu b/themes/themes/nord-alt.nu index b5e17020..7ffcdaa3 100644 --- a/themes/themes/nord-alt.nu +++ b/themes/themes/nord-alt.nu @@ -1,4 +1,4 @@ -export def nord_alt [] { +export def main [] { # extra desired values for the nord_alt theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nord-light.nu b/themes/themes/nord-light.nu index 61b7c587..e2309aad 100644 --- a/themes/themes/nord-light.nu +++ b/themes/themes/nord-light.nu @@ -1,4 +1,4 @@ -export def nord_light [] { +export def main [] { # extra desired values for the nord_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nord.nu b/themes/themes/nord.nu index 84465d97..afc07261 100644 --- a/themes/themes/nord.nu +++ b/themes/themes/nord.nu @@ -1,4 +1,4 @@ -export def nord [] { +export def main [] { # extra desired values for the nord theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/nova.nu b/themes/themes/nova.nu index 3f194e0c..4fc85f7c 100644 --- a/themes/themes/nova.nu +++ b/themes/themes/nova.nu @@ -1,4 +1,4 @@ -export def nova [] { +export def main [] { # extra desired values for the nova theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/novel.nu b/themes/themes/novel.nu index a3afb836..125441e5 100644 --- a/themes/themes/novel.nu +++ b/themes/themes/novel.nu @@ -1,4 +1,4 @@ -export def novel [] { +export def main [] { # extra desired values for the novel theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/obsidian.nu b/themes/themes/obsidian.nu index cb7ac464..cb7e2aba 100644 --- a/themes/themes/obsidian.nu +++ b/themes/themes/obsidian.nu @@ -1,4 +1,4 @@ -export def obsidian [] { +export def main [] { # extra desired values for the obsidian theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ocean-dark.nu b/themes/themes/ocean-dark.nu index 03d1257f..427c4ed7 100644 --- a/themes/themes/ocean-dark.nu +++ b/themes/themes/ocean-dark.nu @@ -1,4 +1,4 @@ -export def ocean_dark [] { +export def main [] { # extra desired values for the ocean_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ocean.nu b/themes/themes/ocean.nu index caf30fcb..0529d26d 100644 --- a/themes/themes/ocean.nu +++ b/themes/themes/ocean.nu @@ -1,4 +1,4 @@ -export def ocean [] { +export def main [] { # extra desired values for the ocean theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/oceanic-material.nu b/themes/themes/oceanic-material.nu index c5f958a2..20015d43 100644 --- a/themes/themes/oceanic-material.nu +++ b/themes/themes/oceanic-material.nu @@ -1,4 +1,4 @@ -export def oceanic_material [] { +export def main [] { # extra desired values for the oceanic_material theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/oceanic-next.nu b/themes/themes/oceanic-next.nu index 1e676187..915168a2 100644 --- a/themes/themes/oceanic-next.nu +++ b/themes/themes/oceanic-next.nu @@ -1,4 +1,4 @@ -export def oceanic_next [] { +export def main [] { # extra desired values for the oceanic_next theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/oceanicnext.nu b/themes/themes/oceanicnext.nu index 7df803a3..03161b1a 100644 --- a/themes/themes/oceanicnext.nu +++ b/themes/themes/oceanicnext.nu @@ -1,4 +1,4 @@ -export def oceanicnext [] { +export def main [] { # extra desired values for the oceanicnext theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ollie.nu b/themes/themes/ollie.nu index dbaf1653..c5613cd1 100644 --- a/themes/themes/ollie.nu +++ b/themes/themes/ollie.nu @@ -1,4 +1,4 @@ -export def ollie [] { +export def main [] { # extra desired values for the ollie theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/one-dark.nu b/themes/themes/one-dark.nu index d27ff144..800cf5ed 100644 --- a/themes/themes/one-dark.nu +++ b/themes/themes/one-dark.nu @@ -1,4 +1,4 @@ -export def one_dark [] { +export def main [] { # extra desired values for the one_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/one-half-black.nu b/themes/themes/one-half-black.nu index 5619e3ea..f31f76b5 100644 --- a/themes/themes/one-half-black.nu +++ b/themes/themes/one-half-black.nu @@ -1,4 +1,4 @@ -export def one_half-black [] { +export def main [] { # extra desired values for the one_half-black theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/one-half-light.nu b/themes/themes/one-half-light.nu index 0781b190..b334188e 100644 --- a/themes/themes/one-half-light.nu +++ b/themes/themes/one-half-light.nu @@ -1,4 +1,4 @@ -export def one_half-light [] { +export def main [] { # extra desired values for the one_half-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/one-light.nu b/themes/themes/one-light.nu index b132cf43..af973dd8 100644 --- a/themes/themes/one-light.nu +++ b/themes/themes/one-light.nu @@ -1,4 +1,4 @@ -export def one_light [] { +export def main [] { # extra desired values for the one_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/onedark.nu b/themes/themes/onedark.nu index 973a3529..29ee94d7 100644 --- a/themes/themes/onedark.nu +++ b/themes/themes/onedark.nu @@ -1,4 +1,4 @@ -export def onedark [] { +export def main [] { # extra desired values for the onedark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/orbital.nu b/themes/themes/orbital.nu index 4e22e8ee..07689b87 100644 --- a/themes/themes/orbital.nu +++ b/themes/themes/orbital.nu @@ -1,4 +1,4 @@ -export def orbital [] { +export def main [] { # extra desired values for the orbital theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/outrun-dark.nu b/themes/themes/outrun-dark.nu index 3be72b83..8428589a 100644 --- a/themes/themes/outrun-dark.nu +++ b/themes/themes/outrun-dark.nu @@ -1,4 +1,4 @@ -export def outrun_dark [] { +export def main [] { # extra desired values for the outrun_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pali.nu b/themes/themes/pali.nu index 5d2d2396..4d512985 100644 --- a/themes/themes/pali.nu +++ b/themes/themes/pali.nu @@ -1,4 +1,4 @@ -export def pali [] { +export def main [] { # extra desired values for the pali theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/palmtree.nu b/themes/themes/palmtree.nu index fa2e199a..e6790de6 100644 --- a/themes/themes/palmtree.nu +++ b/themes/themes/palmtree.nu @@ -1,4 +1,4 @@ -export def palmtree [] { +export def main [] { # extra desired values for the palmtree theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/papercolor-dark.nu b/themes/themes/papercolor-dark.nu index 43fa1598..cff07f30 100644 --- a/themes/themes/papercolor-dark.nu +++ b/themes/themes/papercolor-dark.nu @@ -1,4 +1,4 @@ -export def papercolor_dark [] { +export def main [] { # extra desired values for the papercolor_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/papercolor-light.nu b/themes/themes/papercolor-light.nu index 8d825da3..3adf2987 100644 --- a/themes/themes/papercolor-light.nu +++ b/themes/themes/papercolor-light.nu @@ -1,4 +1,4 @@ -export def papercolor_light [] { +export def main [] { # extra desired values for the papercolor_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/paraiso-dark.nu b/themes/themes/paraiso-dark.nu index f6283e50..3fb52abd 100644 --- a/themes/themes/paraiso-dark.nu +++ b/themes/themes/paraiso-dark.nu @@ -1,4 +1,4 @@ -export def paraiso_dark [] { +export def main [] { # extra desired values for the paraiso_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/paraiso.nu b/themes/themes/paraiso.nu index f188889d..3c394a83 100644 --- a/themes/themes/paraiso.nu +++ b/themes/themes/paraiso.nu @@ -1,4 +1,4 @@ -export def paraiso [] { +export def main [] { # extra desired values for the paraiso theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pasque.nu b/themes/themes/pasque.nu index 07398c22..7d5d4352 100644 --- a/themes/themes/pasque.nu +++ b/themes/themes/pasque.nu @@ -1,4 +1,4 @@ -export def pasque [] { +export def main [] { # extra desired values for the pasque theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/paul-millr.nu b/themes/themes/paul-millr.nu index c8a8babc..798ad810 100644 --- a/themes/themes/paul-millr.nu +++ b/themes/themes/paul-millr.nu @@ -1,4 +1,4 @@ -export def paul_millr [] { +export def main [] { # extra desired values for the paul_millr theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pencil-dark.nu b/themes/themes/pencil-dark.nu index 9c5da94a..88d59755 100644 --- a/themes/themes/pencil-dark.nu +++ b/themes/themes/pencil-dark.nu @@ -1,4 +1,4 @@ -export def pencil_dark [] { +export def main [] { # extra desired values for the pencil_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pencil-light.nu b/themes/themes/pencil-light.nu index 16a05b49..80431b31 100644 --- a/themes/themes/pencil-light.nu +++ b/themes/themes/pencil-light.nu @@ -1,4 +1,4 @@ -export def pencil_light [] { +export def main [] { # extra desired values for the pencil_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/peppermint.nu b/themes/themes/peppermint.nu index bd2d9162..983d7b9a 100644 --- a/themes/themes/peppermint.nu +++ b/themes/themes/peppermint.nu @@ -1,4 +1,4 @@ -export def peppermint [] { +export def main [] { # extra desired values for the peppermint theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/phd.nu b/themes/themes/phd.nu index 9023bcaa..18f115da 100644 --- a/themes/themes/phd.nu +++ b/themes/themes/phd.nu @@ -1,4 +1,4 @@ -export def phd [] { +export def main [] { # extra desired values for the phd theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/piatto-light.nu b/themes/themes/piatto-light.nu index 422daac7..b0f831ca 100644 --- a/themes/themes/piatto-light.nu +++ b/themes/themes/piatto-light.nu @@ -1,4 +1,4 @@ -export def piatto_light [] { +export def main [] { # extra desired values for the piatto_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pico.nu b/themes/themes/pico.nu index d44f57aa..66e39d44 100644 --- a/themes/themes/pico.nu +++ b/themes/themes/pico.nu @@ -1,4 +1,4 @@ -export def pico [] { +export def main [] { # extra desired values for the pico theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pnevma.nu b/themes/themes/pnevma.nu index 5b9f686f..5c3caec1 100644 --- a/themes/themes/pnevma.nu +++ b/themes/themes/pnevma.nu @@ -1,4 +1,4 @@ -export def pnevma [] { +export def main [] { # extra desired values for the pnevma theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pop.nu b/themes/themes/pop.nu index e19f652c..8bd03d7f 100644 --- a/themes/themes/pop.nu +++ b/themes/themes/pop.nu @@ -1,4 +1,4 @@ -export def pop [] { +export def main [] { # extra desired values for the pop theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/porple.nu b/themes/themes/porple.nu index a58d31f1..a61fa91a 100644 --- a/themes/themes/porple.nu +++ b/themes/themes/porple.nu @@ -1,4 +1,4 @@ -export def porple [] { +export def main [] { # extra desired values for the porple theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/pro.nu b/themes/themes/pro.nu index aad3f4bf..e4e5187d 100644 --- a/themes/themes/pro.nu +++ b/themes/themes/pro.nu @@ -1,4 +1,4 @@ -export def pro [] { +export def main [] { # extra desired values for the pro theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/railscasts.nu b/themes/themes/railscasts.nu index c699cdcc..5741b504 100644 --- a/themes/themes/railscasts.nu +++ b/themes/themes/railscasts.nu @@ -1,4 +1,4 @@ -export def railscasts [] { +export def main [] { # extra desired values for the railscasts theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/rebecca.nu b/themes/themes/rebecca.nu index ae2c9351..0057ef14 100644 --- a/themes/themes/rebecca.nu +++ b/themes/themes/rebecca.nu @@ -1,4 +1,4 @@ -export def rebecca [] { +export def main [] { # extra desired values for the rebecca theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/red-alert.nu b/themes/themes/red-alert.nu index f5dc86c3..fa9737c2 100644 --- a/themes/themes/red-alert.nu +++ b/themes/themes/red-alert.nu @@ -1,4 +1,4 @@ -export def red_alert [] { +export def main [] { # extra desired values for the red_alert theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/red-sands.nu b/themes/themes/red-sands.nu index a50a3303..65ab38f9 100644 --- a/themes/themes/red-sands.nu +++ b/themes/themes/red-sands.nu @@ -1,4 +1,4 @@ -export def red_sands [] { +export def main [] { # extra desired values for the red_sands theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/relaxed-afterglow.nu b/themes/themes/relaxed-afterglow.nu index ee1d6715..8b0d1e59 100644 --- a/themes/themes/relaxed-afterglow.nu +++ b/themes/themes/relaxed-afterglow.nu @@ -1,4 +1,4 @@ -export def relaxed_afterglow [] { +export def main [] { # extra desired values for the relaxed_afterglow theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/renault-style-light.nu b/themes/themes/renault-style-light.nu index cae98c83..3d6c4250 100644 --- a/themes/themes/renault-style-light.nu +++ b/themes/themes/renault-style-light.nu @@ -1,4 +1,4 @@ -export def renault_style-light [] { +export def main [] { # extra desired values for the renault_style-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/rippedcasts.nu b/themes/themes/rippedcasts.nu index e11e91f0..123cdf93 100644 --- a/themes/themes/rippedcasts.nu +++ b/themes/themes/rippedcasts.nu @@ -1,4 +1,4 @@ -export def rippedcasts [] { +export def main [] { # extra desired values for the rippedcasts theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/rose-pine-dawn.conf.nu b/themes/themes/rose-pine-dawn.conf.nu index 1281c01a..3cc64890 100644 --- a/themes/themes/rose-pine-dawn.conf.nu +++ b/themes/themes/rose-pine-dawn.conf.nu @@ -1,4 +1,4 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal @@ -6,56 +6,56 @@ export def {{theme}} [] { # # background: "" # foreground: "" - # cursor: "" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "" - empty: "" - bool: "" - int: "" - filesize: "" - duration: "" - date: "" - range: "" - float: "" - string: "" - nothing: "" - binary: "" - cellpath: "" - row_index: "" - record: "" - list: "" - block: "" - hints: "" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "" - shape_bool: "" - shape_int: "" - shape_float: "" - shape_range: "" - shape_internalcall: "" - shape_external: "" - shape_externalarg: "" - shape_literal: "" - shape_operator: "" - shape_signature: "" - shape_string: "" - shape_string_interpolation: "" - shape_datetime: "" - shape_list: "" - shape_table: "" - shape_record: "" - shape_block: "" - shape_filepath: "" - shape_globpattern: "" - shape_variable: "" - shape_flag: "" - shape_custom: "" - shape_nothing: "" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/rose-pine-dawn.nu b/themes/themes/rose-pine-dawn.nu index 29e66eca..5441894a 100644 --- a/themes/themes/rose-pine-dawn.nu +++ b/themes/themes/rose-pine-dawn.nu @@ -1,4 +1,4 @@ -export def rose_pine-dawn [] { +export def main [] { # extra desired values for the rose_pine-dawn theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/rose-pine-moon.conf.nu b/themes/themes/rose-pine-moon.conf.nu index 1281c01a..3cc64890 100644 --- a/themes/themes/rose-pine-moon.conf.nu +++ b/themes/themes/rose-pine-moon.conf.nu @@ -1,4 +1,4 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal @@ -6,56 +6,56 @@ export def {{theme}} [] { # # background: "" # foreground: "" - # cursor: "" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "" - empty: "" - bool: "" - int: "" - filesize: "" - duration: "" - date: "" - range: "" - float: "" - string: "" - nothing: "" - binary: "" - cellpath: "" - row_index: "" - record: "" - list: "" - block: "" - hints: "" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "" - shape_bool: "" - shape_int: "" - shape_float: "" - shape_range: "" - shape_internalcall: "" - shape_external: "" - shape_externalarg: "" - shape_literal: "" - shape_operator: "" - shape_signature: "" - shape_string: "" - shape_string_interpolation: "" - shape_datetime: "" - shape_list: "" - shape_table: "" - shape_record: "" - shape_block: "" - shape_filepath: "" - shape_globpattern: "" - shape_variable: "" - shape_flag: "" - shape_custom: "" - shape_nothing: "" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/rose-pine-moon.nu b/themes/themes/rose-pine-moon.nu index bc8d813a..91878a74 100644 --- a/themes/themes/rose-pine-moon.nu +++ b/themes/themes/rose-pine-moon.nu @@ -1,4 +1,4 @@ -export def rose_pine-moon [] { +export def main [] { # extra desired values for the rose_pine-moon theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/rose-pine.conf.nu b/themes/themes/rose-pine.conf.nu index 1281c01a..3cc64890 100644 --- a/themes/themes/rose-pine.conf.nu +++ b/themes/themes/rose-pine.conf.nu @@ -1,4 +1,4 @@ -export def {{theme}} [] { +export def main [] { # extra desired values for the {{theme}} theme # which do not fit into any nushell theme # these colors should be handledd by the terminal @@ -6,56 +6,56 @@ export def {{theme}} [] { # # background: "" # foreground: "" - # cursor: "" + # cursor: "{{cursor}}" { # color for nushell primitives - separator: "" + separator: "{{color15}}" leading_trailing_space_bg: { attr: n } # no fg, no bg, attr none effectively turns this off - header: "" - empty: "" - bool: "" - int: "" - filesize: "" - duration: "" - date: "" - range: "" - float: "" - string: "" - nothing: "" - binary: "" - cellpath: "" - row_index: "" - record: "" - list: "" - block: "" - hints: "" + header: "{{color10}}" + empty: "{{color4}}" + bool: "{{color15}}" + int: "{{color15}}" + filesize: "{{color15}}" + duration: "{{color15}}" + date: "{{color15}}" + range: "{{color15}}" + float: "{{color15}}" + string: "{{color15}}" + nothing: "{{color15}}" + binary: "{{color15}}" + cellpath: "{{color15}}" + row_index: "{{color10}}" + record: "{{color15}}" + list: "{{color15}}" + block: "{{color15}}" + hints: "{{color8}}" # shapes are used to change the cli syntax highlighting shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b} - shape_binary: "" - shape_bool: "" - shape_int: "" - shape_float: "" - shape_range: "" - shape_internalcall: "" - shape_external: "" - shape_externalarg: "" - shape_literal: "" - shape_operator: "" - shape_signature: "" - shape_string: "" - shape_string_interpolation: "" - shape_datetime: "" - shape_list: "" - shape_table: "" - shape_record: "" - shape_block: "" - shape_filepath: "" - shape_globpattern: "" - shape_variable: "" - shape_flag: "" - shape_custom: "" - shape_nothing: "" + shape_binary: "{{color13}}" + shape_bool: "{{color14}}" + shape_int: "{{color13}}" + shape_float: "{{color13}}" + shape_range: "{{color11}}" + shape_internalcall: "{{color14}}" + shape_external: "{{color6}}" + shape_externalarg: "{{color10}}" + shape_literal: "{{color4}}" + shape_operator: "{{color3}}" + shape_signature: "{{color10}}" + shape_string: "{{color2}}" + shape_string_interpolation: "{{color14}}" + shape_datetime: "{{color14}}" + shape_list: "{{color14}}" + shape_table: "{{color12}}" + shape_record: "{{color14}}" + shape_block: "{{color12}}" + shape_filepath: "{{color6}}" + shape_globpattern: "{{color14}}" + shape_variable: "{{color5}}" + shape_flag: "{{color12}}" + shape_custom: "{{color2}}" + shape_nothing: "{{color14}}" } } diff --git a/themes/themes/rose-pine.nu b/themes/themes/rose-pine.nu index 2e551f85..10328783 100644 --- a/themes/themes/rose-pine.nu +++ b/themes/themes/rose-pine.nu @@ -1,4 +1,4 @@ -export def rose_pine [] { +export def main [] { # extra desired values for the rose_pine theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/royal.nu b/themes/themes/royal.nu index 540a8956..a25fb106 100644 --- a/themes/themes/royal.nu +++ b/themes/themes/royal.nu @@ -1,4 +1,4 @@ -export def royal [] { +export def main [] { # extra desired values for the royal theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sagelight.nu b/themes/themes/sagelight.nu index e8ec70b4..0b49c2c6 100644 --- a/themes/themes/sagelight.nu +++ b/themes/themes/sagelight.nu @@ -1,4 +1,4 @@ -export def sagelight [] { +export def main [] { # extra desired values for the sagelight theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sandcastle.nu b/themes/themes/sandcastle.nu index 0003c9f5..3660b665 100644 --- a/themes/themes/sandcastle.nu +++ b/themes/themes/sandcastle.nu @@ -1,4 +1,4 @@ -export def sandcastle [] { +export def main [] { # extra desired values for the sandcastle theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sat.nu b/themes/themes/sat.nu index 94c0fdaf..3cd1d3ba 100644 --- a/themes/themes/sat.nu +++ b/themes/themes/sat.nu @@ -1,4 +1,4 @@ -export def sat [] { +export def main [] { # extra desired values for the sat theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sea-shells.nu b/themes/themes/sea-shells.nu index 278735fa..38f1d85e 100644 --- a/themes/themes/sea-shells.nu +++ b/themes/themes/sea-shells.nu @@ -1,4 +1,4 @@ -export def sea_shells [] { +export def main [] { # extra desired values for the sea_shells theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/seafoam-pastel.nu b/themes/themes/seafoam-pastel.nu index 8e6097ae..be62e1df 100644 --- a/themes/themes/seafoam-pastel.nu +++ b/themes/themes/seafoam-pastel.nu @@ -1,4 +1,4 @@ -export def seafoam_pastel [] { +export def main [] { # extra desired values for the seafoam_pastel theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/selenized-black.nu b/themes/themes/selenized-black.nu index 1677fd7c..0d4e23c6 100644 --- a/themes/themes/selenized-black.nu +++ b/themes/themes/selenized-black.nu @@ -1,4 +1,4 @@ -export def selenized_black [] { +export def main [] { # extra desired values for the selenized_black theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/selenized-dark.nu b/themes/themes/selenized-dark.nu index 6f5db3c1..eb8ce3e4 100644 --- a/themes/themes/selenized-dark.nu +++ b/themes/themes/selenized-dark.nu @@ -1,4 +1,4 @@ -export def selenized_dark [] { +export def main [] { # extra desired values for the selenized_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/selenized-light.nu b/themes/themes/selenized-light.nu index bcf2b6b1..0ffa3218 100644 --- a/themes/themes/selenized-light.nu +++ b/themes/themes/selenized-light.nu @@ -1,4 +1,4 @@ -export def selenized_light [] { +export def main [] { # extra desired values for the selenized_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/selenized-white.nu b/themes/themes/selenized-white.nu index 6460cece..7bfd2e92 100644 --- a/themes/themes/selenized-white.nu +++ b/themes/themes/selenized-white.nu @@ -1,4 +1,4 @@ -export def selenized_white [] { +export def main [] { # extra desired values for the selenized_white theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/seoul256.nu b/themes/themes/seoul256.nu index d37c0336..b2f3a459 100644 --- a/themes/themes/seoul256.nu +++ b/themes/themes/seoul256.nu @@ -1,4 +1,4 @@ -export def seoul256 [] { +export def main [] { # extra desired values for the seoul256 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/seti-ui.nu b/themes/themes/seti-ui.nu index 19156aaf..4b3bd3c8 100644 --- a/themes/themes/seti-ui.nu +++ b/themes/themes/seti-ui.nu @@ -1,4 +1,4 @@ -export def seti_ui [] { +export def main [] { # extra desired values for the seti_ui theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/seti.nu b/themes/themes/seti.nu index fbad1cd9..66c61644 100644 --- a/themes/themes/seti.nu +++ b/themes/themes/seti.nu @@ -1,4 +1,4 @@ -export def seti [] { +export def main [] { # extra desired values for the seti theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/shaman.nu b/themes/themes/shaman.nu index 2b4c8f9a..a8ecb874 100644 --- a/themes/themes/shaman.nu +++ b/themes/themes/shaman.nu @@ -1,4 +1,4 @@ -export def shaman [] { +export def main [] { # extra desired values for the shaman theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/shapeshifter.nu b/themes/themes/shapeshifter.nu index 704de524..99be9864 100644 --- a/themes/themes/shapeshifter.nu +++ b/themes/themes/shapeshifter.nu @@ -1,4 +1,4 @@ -export def shapeshifter [] { +export def main [] { # extra desired values for the shapeshifter theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/shel.nu b/themes/themes/shel.nu index 6b02899d..e48824e6 100644 --- a/themes/themes/shel.nu +++ b/themes/themes/shel.nu @@ -1,4 +1,4 @@ -export def shel [] { +export def main [] { # extra desired values for the shel theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sierra.nu b/themes/themes/sierra.nu index f967a352..04093c0f 100644 --- a/themes/themes/sierra.nu +++ b/themes/themes/sierra.nu @@ -1,4 +1,4 @@ -export def sierra [] { +export def main [] { # extra desired values for the sierra theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/silk-dark.nu b/themes/themes/silk-dark.nu index b9c6d558..f4eb7621 100644 --- a/themes/themes/silk-dark.nu +++ b/themes/themes/silk-dark.nu @@ -1,4 +1,4 @@ -export def silk_dark [] { +export def main [] { # extra desired values for the silk_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/silk-light.nu b/themes/themes/silk-light.nu index 6beba845..7a758bf4 100644 --- a/themes/themes/silk-light.nu +++ b/themes/themes/silk-light.nu @@ -1,4 +1,4 @@ -export def silk_light [] { +export def main [] { # extra desired values for the silk_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/slate.nu b/themes/themes/slate.nu index 34429fc8..f54edf1f 100644 --- a/themes/themes/slate.nu +++ b/themes/themes/slate.nu @@ -1,4 +1,4 @@ -export def slate [] { +export def main [] { # extra desired values for the slate theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/smyck.nu b/themes/themes/smyck.nu index 6132580e..e5a5904e 100644 --- a/themes/themes/smyck.nu +++ b/themes/themes/smyck.nu @@ -1,4 +1,4 @@ -export def smyck [] { +export def main [] { # extra desired values for the smyck theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/snazzy.nu b/themes/themes/snazzy.nu index 974583a1..4e490dfa 100644 --- a/themes/themes/snazzy.nu +++ b/themes/themes/snazzy.nu @@ -1,4 +1,4 @@ -export def snazzy [] { +export def main [] { # extra desired values for the snazzy theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/snow-dark.nu b/themes/themes/snow-dark.nu index c129aa91..9f2a2d73 100644 --- a/themes/themes/snow-dark.nu +++ b/themes/themes/snow-dark.nu @@ -1,4 +1,4 @@ -export def snow_dark [] { +export def main [] { # extra desired values for the snow_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/snow-light.nu b/themes/themes/snow-light.nu index ac95e903..fadaa960 100644 --- a/themes/themes/snow-light.nu +++ b/themes/themes/snow-light.nu @@ -1,4 +1,4 @@ -export def snow_light [] { +export def main [] { # extra desired values for the snow_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/soft-server.nu b/themes/themes/soft-server.nu index 904ff032..03575c23 100644 --- a/themes/themes/soft-server.nu +++ b/themes/themes/soft-server.nu @@ -1,4 +1,4 @@ -export def soft_server [] { +export def main [] { # extra desired values for the soft_server theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solar-flare.nu b/themes/themes/solar-flare.nu index 2e38881f..b9d8971d 100644 --- a/themes/themes/solar-flare.nu +++ b/themes/themes/solar-flare.nu @@ -1,4 +1,4 @@ -export def solar_flare [] { +export def main [] { # extra desired values for the solar_flare theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarflare-light.nu b/themes/themes/solarflare-light.nu index 57695ae8..ff0d47c7 100644 --- a/themes/themes/solarflare-light.nu +++ b/themes/themes/solarflare-light.nu @@ -1,4 +1,4 @@ -export def solarflare_light [] { +export def main [] { # extra desired values for the solarflare_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarflare.nu b/themes/themes/solarflare.nu index 806cce31..e4c49ebf 100644 --- a/themes/themes/solarflare.nu +++ b/themes/themes/solarflare.nu @@ -1,4 +1,4 @@ -export def solarflare [] { +export def main [] { # extra desired values for the solarflare theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarized-darcula.nu b/themes/themes/solarized-darcula.nu index 0899b0d6..7c868084 100644 --- a/themes/themes/solarized-darcula.nu +++ b/themes/themes/solarized-darcula.nu @@ -1,4 +1,4 @@ -export def solarized_darcula [] { +export def main [] { # extra desired values for the solarized_darcula theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarized-dark-higher-contrast.nu b/themes/themes/solarized-dark-higher-contrast.nu index 25c3e4ad..bf380574 100644 --- a/themes/themes/solarized-dark-higher-contrast.nu +++ b/themes/themes/solarized-dark-higher-contrast.nu @@ -1,4 +1,4 @@ -export def solarized_dark-higher-contrast [] { +export def main [] { # extra desired values for the solarized_dark-higher-contrast theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarized-dark.nu b/themes/themes/solarized-dark.nu index 506a9e28..7e7974e6 100644 --- a/themes/themes/solarized-dark.nu +++ b/themes/themes/solarized-dark.nu @@ -1,4 +1,4 @@ -export def solarized_dark [] { +export def main [] { # extra desired values for the solarized_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/solarized-light.nu b/themes/themes/solarized-light.nu index 88efc6cb..b80c4091 100644 --- a/themes/themes/solarized-light.nu +++ b/themes/themes/solarized-light.nu @@ -1,4 +1,4 @@ -export def solarized_light [] { +export def main [] { # extra desired values for the solarized_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/source-code-x.nu b/themes/themes/source-code-x.nu index bf9262e6..8406c53b 100644 --- a/themes/themes/source-code-x.nu +++ b/themes/themes/source-code-x.nu @@ -1,4 +1,4 @@ -export def source_code-x [] { +export def main [] { # extra desired values for the source_code-x theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sourcerer.nu b/themes/themes/sourcerer.nu index 1b83f420..389eaf2c 100644 --- a/themes/themes/sourcerer.nu +++ b/themes/themes/sourcerer.nu @@ -1,4 +1,4 @@ -export def sourcerer [] { +export def main [] { # extra desired values for the sourcerer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sourcerer2.nu b/themes/themes/sourcerer2.nu index 08d798b6..3ee5ac7b 100644 --- a/themes/themes/sourcerer2.nu +++ b/themes/themes/sourcerer2.nu @@ -1,4 +1,4 @@ -export def sourcerer2 [] { +export def main [] { # extra desired values for the sourcerer2 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spaceduck.nu b/themes/themes/spaceduck.nu index ec9ac563..5b974886 100644 --- a/themes/themes/spaceduck.nu +++ b/themes/themes/spaceduck.nu @@ -1,4 +1,4 @@ -export def spaceduck [] { +export def main [] { # extra desired values for the spaceduck theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spacedust.nu b/themes/themes/spacedust.nu index 2c27865c..51429b1f 100644 --- a/themes/themes/spacedust.nu +++ b/themes/themes/spacedust.nu @@ -1,4 +1,4 @@ -export def spacedust [] { +export def main [] { # extra desired values for the spacedust theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spacegray-eighties-dull.nu b/themes/themes/spacegray-eighties-dull.nu index 3fb873a5..01a2424e 100644 --- a/themes/themes/spacegray-eighties-dull.nu +++ b/themes/themes/spacegray-eighties-dull.nu @@ -1,4 +1,4 @@ -export def spacegray_eighties-dull [] { +export def main [] { # extra desired values for the spacegray_eighties-dull theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spacegray-eighties.nu b/themes/themes/spacegray-eighties.nu index a24dbe68..890755ed 100644 --- a/themes/themes/spacegray-eighties.nu +++ b/themes/themes/spacegray-eighties.nu @@ -1,4 +1,4 @@ -export def spacegray_eighties [] { +export def main [] { # extra desired values for the spacegray_eighties theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spacegray.nu b/themes/themes/spacegray.nu index 2a6f94b6..cbccebe4 100644 --- a/themes/themes/spacegray.nu +++ b/themes/themes/spacegray.nu @@ -1,4 +1,4 @@ -export def spacegray [] { +export def main [] { # extra desired values for the spacegray theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spacemacs.nu b/themes/themes/spacemacs.nu index 79dc3d85..8197f341 100644 --- a/themes/themes/spacemacs.nu +++ b/themes/themes/spacemacs.nu @@ -1,4 +1,4 @@ -export def spacemacs [] { +export def main [] { # extra desired values for the spacemacs theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spiderman.nu b/themes/themes/spiderman.nu index d37b8e58..0d41f50c 100644 --- a/themes/themes/spiderman.nu +++ b/themes/themes/spiderman.nu @@ -1,4 +1,4 @@ -export def spiderman [] { +export def main [] { # extra desired values for the spiderman theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/spring.nu b/themes/themes/spring.nu index f446e9d2..40803412 100644 --- a/themes/themes/spring.nu +++ b/themes/themes/spring.nu @@ -1,4 +1,4 @@ -export def spring [] { +export def main [] { # extra desired values for the spring theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/square.nu b/themes/themes/square.nu index 84b1e33f..d67cd35b 100644 --- a/themes/themes/square.nu +++ b/themes/themes/square.nu @@ -1,4 +1,4 @@ -export def square [] { +export def main [] { # extra desired values for the square theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/srcery.nu b/themes/themes/srcery.nu index dacabc1a..e3e73654 100644 --- a/themes/themes/srcery.nu +++ b/themes/themes/srcery.nu @@ -1,4 +1,4 @@ -export def srcery [] { +export def main [] { # extra desired values for the srcery theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/substrata.nu b/themes/themes/substrata.nu index cd4cb53a..37fe2498 100644 --- a/themes/themes/substrata.nu +++ b/themes/themes/substrata.nu @@ -1,4 +1,4 @@ -export def substrata [] { +export def main [] { # extra desired values for the substrata theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/summercamp.nu b/themes/themes/summercamp.nu index 5102b01c..8a13e522 100644 --- a/themes/themes/summercamp.nu +++ b/themes/themes/summercamp.nu @@ -1,4 +1,4 @@ -export def summercamp [] { +export def main [] { # extra desired values for the summercamp theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/summerfruit-dark.nu b/themes/themes/summerfruit-dark.nu index 82eb61b3..d95a1f3d 100644 --- a/themes/themes/summerfruit-dark.nu +++ b/themes/themes/summerfruit-dark.nu @@ -1,4 +1,4 @@ -export def summerfruit_dark [] { +export def main [] { # extra desired values for the summerfruit_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/summerfruit-light.nu b/themes/themes/summerfruit-light.nu index 00d156cc..f411f0c0 100644 --- a/themes/themes/summerfruit-light.nu +++ b/themes/themes/summerfruit-light.nu @@ -1,4 +1,4 @@ -export def summerfruit_light [] { +export def main [] { # extra desired values for the summerfruit_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/sundried.nu b/themes/themes/sundried.nu index 384f9633..78af444c 100644 --- a/themes/themes/sundried.nu +++ b/themes/themes/sundried.nu @@ -1,4 +1,4 @@ -export def sundried [] { +export def main [] { # extra desired values for the sundried theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/symphonic.nu b/themes/themes/symphonic.nu index 5de901ca..c488128a 100644 --- a/themes/themes/symphonic.nu +++ b/themes/themes/symphonic.nu @@ -1,4 +1,4 @@ -export def symphonic [] { +export def main [] { # extra desired values for the symphonic theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/synth-midnight-dark.nu b/themes/themes/synth-midnight-dark.nu index e3b6e8fa..bbcd6c3d 100644 --- a/themes/themes/synth-midnight-dark.nu +++ b/themes/themes/synth-midnight-dark.nu @@ -1,4 +1,4 @@ -export def synth_midnight-dark [] { +export def main [] { # extra desired values for the synth_midnight-dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/synth-midnight-light.nu b/themes/themes/synth-midnight-light.nu index c5dbd664..41291502 100644 --- a/themes/themes/synth-midnight-light.nu +++ b/themes/themes/synth-midnight-light.nu @@ -1,4 +1,4 @@ -export def synth_midnight-light [] { +export def main [] { # extra desired values for the synth_midnight-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tango-dark.nu b/themes/themes/tango-dark.nu index 7af4de53..6aee223b 100644 --- a/themes/themes/tango-dark.nu +++ b/themes/themes/tango-dark.nu @@ -1,4 +1,4 @@ -export def tango_dark [] { +export def main [] { # extra desired values for the tango_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tango-light.nu b/themes/themes/tango-light.nu index 13200f75..a91a0030 100644 --- a/themes/themes/tango-light.nu +++ b/themes/themes/tango-light.nu @@ -1,4 +1,4 @@ -export def tango_light [] { +export def main [] { # extra desired values for the tango_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tango.nu b/themes/themes/tango.nu index df168e2b..4546eb59 100644 --- a/themes/themes/tango.nu +++ b/themes/themes/tango.nu @@ -1,4 +1,4 @@ -export def tango [] { +export def main [] { # extra desired values for the tango theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/teerb.nu b/themes/themes/teerb.nu index 579428b6..f95b3a9b 100644 --- a/themes/themes/teerb.nu +++ b/themes/themes/teerb.nu @@ -1,4 +1,4 @@ -export def teerb [] { +export def main [] { # extra desired values for the teerb theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-autumn.nu b/themes/themes/tempus-autumn.nu index aed373d0..e7130158 100644 --- a/themes/themes/tempus-autumn.nu +++ b/themes/themes/tempus-autumn.nu @@ -1,4 +1,4 @@ -export def tempus_autumn [] { +export def main [] { # extra desired values for the tempus_autumn theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-classic.nu b/themes/themes/tempus-classic.nu index 11dec588..78759d4e 100644 --- a/themes/themes/tempus-classic.nu +++ b/themes/themes/tempus-classic.nu @@ -1,4 +1,4 @@ -export def tempus_classic [] { +export def main [] { # extra desired values for the tempus_classic theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-dawn.nu b/themes/themes/tempus-dawn.nu index feafd9a8..214e3e2e 100644 --- a/themes/themes/tempus-dawn.nu +++ b/themes/themes/tempus-dawn.nu @@ -1,4 +1,4 @@ -export def tempus_dawn [] { +export def main [] { # extra desired values for the tempus_dawn theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-day.nu b/themes/themes/tempus-day.nu index 3d83f3a2..1d230f08 100644 --- a/themes/themes/tempus-day.nu +++ b/themes/themes/tempus-day.nu @@ -1,4 +1,4 @@ -export def tempus_day [] { +export def main [] { # extra desired values for the tempus_day theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-dusk.nu b/themes/themes/tempus-dusk.nu index 0043708e..1db1f6c5 100644 --- a/themes/themes/tempus-dusk.nu +++ b/themes/themes/tempus-dusk.nu @@ -1,4 +1,4 @@ -export def tempus_dusk [] { +export def main [] { # extra desired values for the tempus_dusk theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-fugit.nu b/themes/themes/tempus-fugit.nu index 19303290..41dde755 100644 --- a/themes/themes/tempus-fugit.nu +++ b/themes/themes/tempus-fugit.nu @@ -1,4 +1,4 @@ -export def tempus_fugit [] { +export def main [] { # extra desired values for the tempus_fugit theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-future.nu b/themes/themes/tempus-future.nu index bb88f03b..da56c7ec 100644 --- a/themes/themes/tempus-future.nu +++ b/themes/themes/tempus-future.nu @@ -1,4 +1,4 @@ -export def tempus_future [] { +export def main [] { # extra desired values for the tempus_future theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-night.nu b/themes/themes/tempus-night.nu index 387a0a74..ffbd04e2 100644 --- a/themes/themes/tempus-night.nu +++ b/themes/themes/tempus-night.nu @@ -1,4 +1,4 @@ -export def tempus_night [] { +export def main [] { # extra desired values for the tempus_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-past.nu b/themes/themes/tempus-past.nu index 04c7906d..d7bcfe03 100644 --- a/themes/themes/tempus-past.nu +++ b/themes/themes/tempus-past.nu @@ -1,4 +1,4 @@ -export def tempus_past [] { +export def main [] { # extra desired values for the tempus_past theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-rift.nu b/themes/themes/tempus-rift.nu index 66866f8c..e83518e0 100644 --- a/themes/themes/tempus-rift.nu +++ b/themes/themes/tempus-rift.nu @@ -1,4 +1,4 @@ -export def tempus_rift [] { +export def main [] { # extra desired values for the tempus_rift theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-spring.nu b/themes/themes/tempus-spring.nu index 7ab3ef30..fe23932d 100644 --- a/themes/themes/tempus-spring.nu +++ b/themes/themes/tempus-spring.nu @@ -1,4 +1,4 @@ -export def tempus_spring [] { +export def main [] { # extra desired values for the tempus_spring theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-summer.nu b/themes/themes/tempus-summer.nu index 0264e40d..0275fb6b 100644 --- a/themes/themes/tempus-summer.nu +++ b/themes/themes/tempus-summer.nu @@ -1,4 +1,4 @@ -export def tempus_summer [] { +export def main [] { # extra desired values for the tempus_summer theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-tempest.nu b/themes/themes/tempus-tempest.nu index 910099b9..bf1acf6a 100644 --- a/themes/themes/tempus-tempest.nu +++ b/themes/themes/tempus-tempest.nu @@ -1,4 +1,4 @@ -export def tempus_tempest [] { +export def main [] { # extra desired values for the tempus_tempest theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-totus.nu b/themes/themes/tempus-totus.nu index f262ab0f..cc7b3149 100644 --- a/themes/themes/tempus-totus.nu +++ b/themes/themes/tempus-totus.nu @@ -1,4 +1,4 @@ -export def tempus_totus [] { +export def main [] { # extra desired values for the tempus_totus theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-warp.nu b/themes/themes/tempus-warp.nu index 2a052742..37d6b512 100644 --- a/themes/themes/tempus-warp.nu +++ b/themes/themes/tempus-warp.nu @@ -1,4 +1,4 @@ -export def tempus_warp [] { +export def main [] { # extra desired values for the tempus_warp theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tempus-winter.nu b/themes/themes/tempus-winter.nu index fc1973ba..113ecc6e 100644 --- a/themes/themes/tempus-winter.nu +++ b/themes/themes/tempus-winter.nu @@ -1,4 +1,4 @@ -export def tempus_winter [] { +export def main [] { # extra desired values for the tempus_winter theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tender.nu b/themes/themes/tender.nu index 31e20838..a9fff8f8 100644 --- a/themes/themes/tender.nu +++ b/themes/themes/tender.nu @@ -1,4 +1,4 @@ -export def tender [] { +export def main [] { # extra desired values for the tender theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/terminal-basic.nu b/themes/themes/terminal-basic.nu index 28a24fdd..ed69ce55 100644 --- a/themes/themes/terminal-basic.nu +++ b/themes/themes/terminal-basic.nu @@ -1,4 +1,4 @@ -export def terminal_basic [] { +export def main [] { # extra desired values for the terminal_basic theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/terminix-dark.nu b/themes/themes/terminix-dark.nu index 9942b75c..a1d0a9dc 100644 --- a/themes/themes/terminix-dark.nu +++ b/themes/themes/terminix-dark.nu @@ -1,4 +1,4 @@ -export def terminix_dark [] { +export def main [] { # extra desired values for the terminix_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/thayer-bright.nu b/themes/themes/thayer-bright.nu index 46d97263..dbac68f5 100644 --- a/themes/themes/thayer-bright.nu +++ b/themes/themes/thayer-bright.nu @@ -1,4 +1,4 @@ -export def thayer_bright [] { +export def main [] { # extra desired values for the thayer_bright theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/the-hulk.nu b/themes/themes/the-hulk.nu index dd52eab0..0e9dbfd2 100644 --- a/themes/themes/the-hulk.nu +++ b/themes/themes/the-hulk.nu @@ -1,4 +1,4 @@ -export def the_hulk [] { +export def main [] { # extra desired values for the the_hulk theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tin.nu b/themes/themes/tin.nu index 7c0c4b12..e71bd667 100644 --- a/themes/themes/tin.nu +++ b/themes/themes/tin.nu @@ -1,4 +1,4 @@ -export def tin [] { +export def main [] { # extra desired values for the tin theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tokyo-day.nu b/themes/themes/tokyo-day.nu index 1127cd0b..80efdcbc 100644 --- a/themes/themes/tokyo-day.nu +++ b/themes/themes/tokyo-day.nu @@ -1,4 +1,4 @@ -export def tokyo_day [] { +export def main [] { # extra desired values for the tokyo_day theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tokyo-night.nu b/themes/themes/tokyo-night.nu index 4b74003d..18ced324 100644 --- a/themes/themes/tokyo-night.nu +++ b/themes/themes/tokyo-night.nu @@ -1,4 +1,4 @@ -export def tokyo_night [] { +export def main [] { # extra desired values for the tokyo_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tokyo-storm.nu b/themes/themes/tokyo-storm.nu index 4ec13e40..96e5995e 100644 --- a/themes/themes/tokyo-storm.nu +++ b/themes/themes/tokyo-storm.nu @@ -1,4 +1,4 @@ -export def tokyo_storm [] { +export def main [] { # extra desired values for the tokyo_storm theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tomorrow-night-blue.nu b/themes/themes/tomorrow-night-blue.nu index 68a05e3e..05cfc18d 100644 --- a/themes/themes/tomorrow-night-blue.nu +++ b/themes/themes/tomorrow-night-blue.nu @@ -1,4 +1,4 @@ -export def tomorrow_night-blue [] { +export def main [] { # extra desired values for the tomorrow_night-blue theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tomorrow-night-bright.nu b/themes/themes/tomorrow-night-bright.nu index 1dee3b22..25145b54 100644 --- a/themes/themes/tomorrow-night-bright.nu +++ b/themes/themes/tomorrow-night-bright.nu @@ -1,4 +1,4 @@ -export def tomorrow_night-bright [] { +export def main [] { # extra desired values for the tomorrow_night-bright theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tomorrow-night-eighties.nu b/themes/themes/tomorrow-night-eighties.nu index 64d4a65b..ba34f45e 100644 --- a/themes/themes/tomorrow-night-eighties.nu +++ b/themes/themes/tomorrow-night-eighties.nu @@ -1,4 +1,4 @@ -export def tomorrow_night-eighties [] { +export def main [] { # extra desired values for the tomorrow_night-eighties theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tomorrow-night.nu b/themes/themes/tomorrow-night.nu index c10a4333..1ec0e686 100644 --- a/themes/themes/tomorrow-night.nu +++ b/themes/themes/tomorrow-night.nu @@ -1,4 +1,4 @@ -export def tomorrow_night [] { +export def main [] { # extra desired values for the tomorrow_night theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tomorrow.nu b/themes/themes/tomorrow.nu index d438a9da..f93fe2c5 100644 --- a/themes/themes/tomorrow.nu +++ b/themes/themes/tomorrow.nu @@ -1,4 +1,4 @@ -export def tomorrow [] { +export def main [] { # extra desired values for the tomorrow theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/toy-chest.nu b/themes/themes/toy-chest.nu index 40123bb7..e607ac84 100644 --- a/themes/themes/toy-chest.nu +++ b/themes/themes/toy-chest.nu @@ -1,4 +1,4 @@ -export def toy_chest [] { +export def main [] { # extra desired values for the toy_chest theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/treehouse.nu b/themes/themes/treehouse.nu index 80e7e9c4..10b8b974 100644 --- a/themes/themes/treehouse.nu +++ b/themes/themes/treehouse.nu @@ -1,4 +1,4 @@ -export def treehouse [] { +export def main [] { # extra desired values for the treehouse theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/tube.nu b/themes/themes/tube.nu index c2d7b7c9..71a57a27 100644 --- a/themes/themes/tube.nu +++ b/themes/themes/tube.nu @@ -1,4 +1,4 @@ -export def tube [] { +export def main [] { # extra desired values for the tube theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/twilight.nu b/themes/themes/twilight.nu index abe7c400..426ce6cf 100644 --- a/themes/themes/twilight.nu +++ b/themes/themes/twilight.nu @@ -1,4 +1,4 @@ -export def twilight [] { +export def main [] { # extra desired values for the twilight theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/two-firewatch.nu b/themes/themes/two-firewatch.nu index 17adb029..91bf5b4e 100644 --- a/themes/themes/two-firewatch.nu +++ b/themes/themes/two-firewatch.nu @@ -1,4 +1,4 @@ -export def two_firewatch [] { +export def main [] { # extra desired values for the two_firewatch theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/unikitty-dark.nu b/themes/themes/unikitty-dark.nu index 23d44c9b..81148037 100644 --- a/themes/themes/unikitty-dark.nu +++ b/themes/themes/unikitty-dark.nu @@ -1,4 +1,4 @@ -export def unikitty_dark [] { +export def main [] { # extra desired values for the unikitty_dark theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/unikitty-light.nu b/themes/themes/unikitty-light.nu index c1012104..48c360ed 100644 --- a/themes/themes/unikitty-light.nu +++ b/themes/themes/unikitty-light.nu @@ -1,4 +1,4 @@ -export def unikitty_light [] { +export def main [] { # extra desired values for the unikitty_light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/ura.nu b/themes/themes/ura.nu index 06930bd4..b7d1ce08 100644 --- a/themes/themes/ura.nu +++ b/themes/themes/ura.nu @@ -1,4 +1,4 @@ -export def ura [] { +export def main [] { # extra desired values for the ura theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/urple.nu b/themes/themes/urple.nu index 1c4022db..72420f1f 100644 --- a/themes/themes/urple.nu +++ b/themes/themes/urple.nu @@ -1,4 +1,4 @@ -export def urple [] { +export def main [] { # extra desired values for the urple theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/vag.nu b/themes/themes/vag.nu index 1341a55a..4f719801 100644 --- a/themes/themes/vag.nu +++ b/themes/themes/vag.nu @@ -1,4 +1,4 @@ -export def vag [] { +export def main [] { # extra desired values for the vag theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/vaughn.nu b/themes/themes/vaughn.nu index 39741849..5db5d409 100644 --- a/themes/themes/vaughn.nu +++ b/themes/themes/vaughn.nu @@ -1,4 +1,4 @@ -export def vaughn [] { +export def main [] { # extra desired values for the vaughn theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/vibrant-ink.nu b/themes/themes/vibrant-ink.nu index 74d5f405..ec53d312 100644 --- a/themes/themes/vibrant-ink.nu +++ b/themes/themes/vibrant-ink.nu @@ -1,4 +1,4 @@ -export def vibrant_ink [] { +export def main [] { # extra desired values for the vibrant_ink theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/vs-code-dark-plus.nu b/themes/themes/vs-code-dark-plus.nu index 5a2eb5c8..3f9bf6f0 100644 --- a/themes/themes/vs-code-dark-plus.nu +++ b/themes/themes/vs-code-dark-plus.nu @@ -1,4 +1,4 @@ -export def vs_code-dark-plus [] { +export def main [] { # extra desired values for the vs_code-dark-plus theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/vulcan.nu b/themes/themes/vulcan.nu index 93800f69..349a33cd 100644 --- a/themes/themes/vulcan.nu +++ b/themes/themes/vulcan.nu @@ -1,4 +1,4 @@ -export def vulcan [] { +export def main [] { # extra desired values for the vulcan theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/warm-neon.nu b/themes/themes/warm-neon.nu index 362149e6..94cdd927 100644 --- a/themes/themes/warm-neon.nu +++ b/themes/themes/warm-neon.nu @@ -1,4 +1,4 @@ -export def warm_neon [] { +export def main [] { # extra desired values for the warm_neon theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/wez.nu b/themes/themes/wez.nu index 658b75aa..26203ee7 100644 --- a/themes/themes/wez.nu +++ b/themes/themes/wez.nu @@ -1,4 +1,4 @@ -export def wez [] { +export def main [] { # extra desired values for the wez theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/wild-cherry.nu b/themes/themes/wild-cherry.nu index a9fc883c..1687c3b9 100644 --- a/themes/themes/wild-cherry.nu +++ b/themes/themes/wild-cherry.nu @@ -1,4 +1,4 @@ -export def wild_cherry [] { +export def main [] { # extra desired values for the wild_cherry theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-10-light.nu b/themes/themes/windows-10-light.nu index c11f9da4..0a03980e 100644 --- a/themes/themes/windows-10-light.nu +++ b/themes/themes/windows-10-light.nu @@ -1,4 +1,4 @@ -export def windows_10-light [] { +export def main [] { # extra desired values for the windows_10-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-10.nu b/themes/themes/windows-10.nu index 9eb5508e..ec6da521 100644 --- a/themes/themes/windows-10.nu +++ b/themes/themes/windows-10.nu @@ -1,4 +1,4 @@ -export def windows_10 [] { +export def main [] { # extra desired values for the windows_10 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-95-light.nu b/themes/themes/windows-95-light.nu index f604b64c..ab15cc64 100644 --- a/themes/themes/windows-95-light.nu +++ b/themes/themes/windows-95-light.nu @@ -1,4 +1,4 @@ -export def windows_95-light [] { +export def main [] { # extra desired values for the windows_95-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-95.nu b/themes/themes/windows-95.nu index b7bcd469..6987a312 100644 --- a/themes/themes/windows-95.nu +++ b/themes/themes/windows-95.nu @@ -1,4 +1,4 @@ -export def windows_95 [] { +export def main [] { # extra desired values for the windows_95 theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-highcontrast-light.nu b/themes/themes/windows-highcontrast-light.nu index 518e91f9..bc67c913 100644 --- a/themes/themes/windows-highcontrast-light.nu +++ b/themes/themes/windows-highcontrast-light.nu @@ -1,4 +1,4 @@ -export def windows_highcontrast-light [] { +export def main [] { # extra desired values for the windows_highcontrast-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-highcontrast.nu b/themes/themes/windows-highcontrast.nu index 5aee33a7..aac96e86 100644 --- a/themes/themes/windows-highcontrast.nu +++ b/themes/themes/windows-highcontrast.nu @@ -1,4 +1,4 @@ -export def windows_highcontrast [] { +export def main [] { # extra desired values for the windows_highcontrast theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-nt-light.nu b/themes/themes/windows-nt-light.nu index ac220140..e7b875d7 100644 --- a/themes/themes/windows-nt-light.nu +++ b/themes/themes/windows-nt-light.nu @@ -1,4 +1,4 @@ -export def windows_nt-light [] { +export def main [] { # extra desired values for the windows_nt-light theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/windows-nt.nu b/themes/themes/windows-nt.nu index d8d593e9..977b3be0 100644 --- a/themes/themes/windows-nt.nu +++ b/themes/themes/windows-nt.nu @@ -1,4 +1,4 @@ -export def windows_nt [] { +export def main [] { # extra desired values for the windows_nt theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/wombat.nu b/themes/themes/wombat.nu index 40dd4fd8..10be934f 100644 --- a/themes/themes/wombat.nu +++ b/themes/themes/wombat.nu @@ -1,4 +1,4 @@ -export def wombat [] { +export def main [] { # extra desired values for the wombat theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/woodland.nu b/themes/themes/woodland.nu index d9f67d96..a50682c8 100644 --- a/themes/themes/woodland.nu +++ b/themes/themes/woodland.nu @@ -1,4 +1,4 @@ -export def woodland [] { +export def main [] { # extra desired values for the woodland theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/wryan.nu b/themes/themes/wryan.nu index b10ec0d9..3c95d0bd 100644 --- a/themes/themes/wryan.nu +++ b/themes/themes/wryan.nu @@ -1,4 +1,4 @@ -export def wryan [] { +export def main [] { # extra desired values for the wryan theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/xcode-dusk.nu b/themes/themes/xcode-dusk.nu index df5677ee..beea2cce 100644 --- a/themes/themes/xcode-dusk.nu +++ b/themes/themes/xcode-dusk.nu @@ -1,4 +1,4 @@ -export def xcode_dusk [] { +export def main [] { # extra desired values for the xcode_dusk theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/yachiyo.nu b/themes/themes/yachiyo.nu index c0e2afc8..0d119d4e 100644 --- a/themes/themes/yachiyo.nu +++ b/themes/themes/yachiyo.nu @@ -1,4 +1,4 @@ -export def yachiyo [] { +export def main [] { # extra desired values for the yachiyo theme # which do not fit into any nushell theme # these colors should be handledd by the terminal diff --git a/themes/themes/zenburn.nu b/themes/themes/zenburn.nu index 9974641b..5ae4038b 100644 --- a/themes/themes/zenburn.nu +++ b/themes/themes/zenburn.nu @@ -1,4 +1,4 @@ -export def zenburn [] { +export def main [] { # extra desired values for the zenburn theme # which do not fit into any nushell theme # these colors should be handledd by the terminal