forked from extern/nushell
Add "shape_keyword" to default config (#10922)
Keep it in sync with Rust code. Mainly so that people know they can style keywords. I discovered this while trying to change color of "else".
This commit is contained in:
parent
697dee6750
commit
29591c97a7
@ -50,6 +50,7 @@ let dark_theme = {
|
||||
shape_globpattern: cyan_bold
|
||||
shape_int: purple_bold
|
||||
shape_internalcall: cyan_bold
|
||||
shape_keyword: cyan_bold
|
||||
shape_list: cyan_bold
|
||||
shape_literal: blue
|
||||
shape_match_pattern: green
|
||||
@ -113,6 +114,7 @@ let light_theme = {
|
||||
shape_globpattern: cyan_bold
|
||||
shape_int: purple_bold
|
||||
shape_internalcall: cyan_bold
|
||||
shape_keyword: cyan_bold
|
||||
shape_list: cyan_bold
|
||||
shape_literal: blue
|
||||
shape_match_pattern: green
|
||||
|
Loading…
Reference in New Issue
Block a user