mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
parent
10aa86272b
commit
60df45a390
1 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@ let dark_theme = {
|
|||
shape_record: cyan_bold
|
||||
shape_block: blue_bold
|
||||
shape_filepath: cyan
|
||||
shape_directory: cyan
|
||||
shape_globpattern: cyan_bold
|
||||
shape_variable: purple
|
||||
shape_flag: blue_bold
|
||||
|
@ -224,6 +225,7 @@ let light_theme = {
|
|||
shape_record: cyan_bold
|
||||
shape_block: blue_bold
|
||||
shape_filepath: cyan
|
||||
shape_directory: cyan
|
||||
shape_globpattern: cyan_bold
|
||||
shape_variable: purple
|
||||
shape_flag: blue_bold
|
||||
|
|
Loading…
Reference in a new issue