Skip to content

Commit aa37035

Browse files
committed
Update and replace wrong theme config paths
1 parent 4fe07ef commit aa37035

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

book/coloring_and_theming.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -564,19 +564,15 @@ let base16_theme = {
564564
565565
# now let's apply our regular config settings but also apply the "color_config:" theme that we specified above.
566566
567-
$env.config.animate_prompt: false
568567
$env.config.color_config: $base16_theme # <-- this is the theme
569568
$env.config.edit_mode: emacs # vi
570-
$env.config.filesize_format: "b" # b, kb, kib, mb, mib, gb, gib, tb, tib, pb, pib, eb, eib, auto
571-
$env.config.filesize_metric: true
569+
$env.config.filesize.unit: metric
572570
$env.config.float_precision: 2
573571
$env.config.footer_mode: always #always, never, number_of_rows, auto
574-
$env.config.log_level: error
572+
$env.config.history.max_size: 10000
575573
$env.config.ls.use_ls_colors: true
576-
$env.config.max_history_size: 10000
577-
$env.config.table_mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
574+
$env.config.table.mode: rounded # basic, compact, compact_double, light, thin, with_love, rounded, reinforced, heavy, none, other
578575
$env.config.use_ansi_coloring: true
579-
$env.config.use_grid_icons: true
580576
```
581577

582578
if you want to go full-tilt on theming, you'll want to theme all the items I mentioned at the very beginning, including LS_COLORS, and the prompt. Good luck!

0 commit comments

Comments
 (0)