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

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
let-env config = ($env.config | merge {color_config: (dracula)})

The theme should be activated!