nu_scripts/themes
Antoine Stevan a61256da0e
use $env. instead of let-env (#543)
related to nushell/nushell#9574

Commands used
```nushell
sd --string-mode "let-env " '$env.' **/*
git rst before_v0.60/
```
2023-07-01 10:40:16 +02:00
..
screenshots create readme.md with theme previews (#519) 2023-06-12 11:57:22 -05:00
themes create readme.md with theme previews (#519) 2023-06-12 11:57:22 -05:00
.gitignore FEATURE: allow to run themes/make script from anywhere (#499) 2023-05-17 13:10:43 -05:00
make.nu add missing colors to the themes (#520) 2023-06-02 13:05:20 -05:00
README.md use $env. instead of let-env (#543) 2023-07-01 10:40:16 +02:00

Nushell themes

Credit to @lemnos and all contributors.

Use a colorscheme

Currently, the theme change has to be a bit manual. To have access to the list of all the themes,

ls ./themes/themes

To use the dracula theme for instance, please run

use ./themes/themes/dracula.nu
$env.config = ($env.config | merge {color_config: (dracula)})

The theme should be activated!

Screenshots

Here are screenshots of our themes.