set the default color_config to {}

otherwise, the theme is not the same as the default one.
This commit is contained in:
amtoine 2023-07-14 10:38:34 +02:00
parent a07ecd48dc
commit c411d781d2
No known key found for this signature in database
GPG key ID: 37AAE9B486CFF1AB

View file

@ -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