Skip to content

Commit ce4ea51

Browse files
authored
Correct instructions for theming (#1969)
1 parent 86355a5 commit ce4ea51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/coloring_and_theming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ If you are working on a light background terminal, you can apply the light theme
588588

589589
```nu
590590
# in $nu.config-path
591-
use config light-theme # add this line to load the theme into scope
591+
use std/config light-theme # add this line to load the theme into scope
592592
593593
$env.config = {
594594
# ...
@@ -601,7 +601,7 @@ You can also load the dark theme.
601601

602602
```nu
603603
# in $nu.config-path
604-
use config dark-theme
604+
use std/config dark-theme
605605
606606
$env.config = {
607607
# ...

0 commit comments

Comments
 (0)