diff --git a/themes/nupm.nuon b/themes/nupm.nuon index eb2865b..0b7880c 100644 --- a/themes/nupm.nuon +++ b/themes/nupm.nuon @@ -3,6 +3,6 @@ description: "Officially-supported themes for Nushell" documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md" license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE" - version: 0.3.0 + version: 0.4.0 type: "module" } diff --git a/themes/src/custom-nu-themes/catppuccin-latte.nu b/themes/src/custom-nu-themes/catppuccin-latte.nu index c17e791..3523ac4 100644 --- a/themes/src/custom-nu-themes/catppuccin-latte.nu +++ b/themes/src/custom-nu-themes/catppuccin-latte.nu @@ -111,4 +111,5 @@ export def main [] { background: $color_palette.base foreground: $color_palette.text cursor: $color_palette.blue -}} \ No newline at end of file + } +} \ No newline at end of file diff --git a/themes/src/make.nu b/themes/src/make.nu index 20692df..325c851 100755 --- a/themes/src/make.nu +++ b/themes/src/make.nu @@ -84,7 +84,7 @@ def make_color_config [ name: string, source: string = "lemnos" ] { string: '($colors.color7)' nothing: '($colors.color7)' binary: '($colors.color7)' - cellpath: '($colors.color7)' + cell-path: '($colors.color7)' row_index: { fg: '($colors.color2)' attr: 'b' } record: '($colors.color7)' list: '($colors.color7)' @@ -251,10 +251,11 @@ def main [] { $t } } + info -n $"Completed converting (($themes | length) - ($failed | length)) themes \r" print '' if not ($failed | is-empty) { - warn "The following themes have failed:" + warn $"The following ($failed | length) themes have failed:" print $failed } else { print "all done"