nu_scripts/themes
adrian5 b23755c895
Add tokyo-moon theme variant (#710)
Closes #702. I was wrong in thinking the "night" and "storm" variants
should be much different — they're not. It's the divergent "moon"
variant between them that was missing. Added.

I have slight doubts about the darker gray `#828bb8` being used for e.g.
`ls` columns, but I think that basically correct. The high-contrast
foreground color `#c8d3f5` is the bright variant of that and should show
up in most other contexts I reckon.
2023-12-21 18:08:34 -06:00
..
nu-themes Add tokyo-moon theme variant (#710) 2023-12-21 18:08:34 -06:00
screenshots FEATURE: add catppuccin-mocha theme (#601) 2023-09-12 18:20:16 -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 update the nu-themes readme (#652) 2023-10-29 07:55:13 -05:00

Nushell themes

Credit to @lemnos and all contributors.

Use a colorscheme

The manual way

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

ls ./themes/nu-themes

To use the dracula theme for instance, please run

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

The theme should be activated!

Using Nupm

git clone https://github.com/nushell/nu_scripts
  • activate the nupm module with use nupm
  • install the nu-scripts package
nupm install --path --force nu_scripts

Note

installing the nu-scripts package will install nu-themes and other modules

  • now, add the following in your config
use nu-themes/nushell-dark.nu
$env.config.color_config = (nushell-dark)

Screenshots

Here are screenshots of our themes.