mirror of
https://github.com/nushell/nushell.git
synced 2025-01-10 00:08:22 +01:00
63 lines
1.6 KiB
Plaintext
63 lines
1.6 KiB
Plaintext
|
# Nushell Config File
|
||
|
#
|
||
|
# version = "0.100.1"
|
||
|
$env.config.color_config = {
|
||
|
separator: white
|
||
|
leading_trailing_space_bg: { attr: n }
|
||
|
header: green_bold
|
||
|
empty: blue
|
||
|
bool: light_cyan
|
||
|
int: white
|
||
|
filesize: cyan
|
||
|
duration: white
|
||
|
date: purple
|
||
|
range: white
|
||
|
float: white
|
||
|
string: white
|
||
|
nothing: white
|
||
|
binary: white
|
||
|
cell-path: white
|
||
|
row_index: green_bold
|
||
|
record: white
|
||
|
list: white
|
||
|
block: white
|
||
|
hints: dark_gray
|
||
|
search_result: { bg: red fg: white }
|
||
|
shape_and: purple_bold
|
||
|
shape_binary: purple_bold
|
||
|
shape_block: blue_bold
|
||
|
shape_bool: light_cyan
|
||
|
shape_closure: green_bold
|
||
|
shape_custom: green
|
||
|
shape_datetime: cyan_bold
|
||
|
shape_directory: cyan
|
||
|
shape_external: cyan
|
||
|
shape_externalarg: green_bold
|
||
|
shape_external_resolved: light_yellow_bold
|
||
|
shape_filepath: cyan
|
||
|
shape_flag: blue_bold
|
||
|
shape_float: purple_bold
|
||
|
shape_glob_interpolation: cyan_bold
|
||
|
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
|
||
|
shape_matching_brackets: { attr: u }
|
||
|
shape_nothing: light_cyan
|
||
|
shape_operator: yellow
|
||
|
shape_or: purple_bold
|
||
|
shape_pipe: purple_bold
|
||
|
shape_range: yellow_bold
|
||
|
shape_record: cyan_bold
|
||
|
shape_redirection: purple_bold
|
||
|
shape_signature: green_bold
|
||
|
shape_string: green
|
||
|
shape_string_interpolation: cyan_bold
|
||
|
shape_table: blue_bold
|
||
|
shape_variable: purple
|
||
|
shape_vardecl: purple
|
||
|
shape_raw_string: light_purple
|
||
|
}
|