Skip to content

Latest commit

 

History

History
 
 

themes

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.