mirror of
https://github.com/nushell/nushell
synced 2025-01-13 05:38:57 +00:00
set the default color_config
to {}
otherwise, the theme is not the same as the default one.
This commit is contained in:
parent
a07ecd48dc
commit
c411d781d2
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ $env.config = {
|
|||
vi_normal: underscore # block, underscore, line, blink_block, blink_underscore, blink_line (underscore is the default)
|
||||
}
|
||||
|
||||
color_config: $dark_theme # if you want a light theme, replace `$dark_theme` to `$light_theme`
|
||||
color_config: {} # if you want a more interesting theme, you can replace the empty record with `$dark_theme`, `$light_theme` or another custom record
|
||||
use_grid_icons: true
|
||||
footer_mode: "25" # always, never, number_of_rows, auto
|
||||
float_precision: 2 # the precision for displaying floats in tables
|
||||
|
|
Loading…
Reference in a new issue