mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 16:43:11 +02:00
Add binary literals (#4680)
This commit is contained in:
@ -134,6 +134,7 @@ let default_theme = {
|
||||
|
||||
# shapes are used to change the cli syntax highlighting
|
||||
shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b}
|
||||
shape_binary: purple_bold
|
||||
shape_bool: light_cyan
|
||||
shape_int: purple_bold
|
||||
shape_float: purple_bold
|
||||
|
Reference in New Issue
Block a user