mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
nushell: set table header color to yellow
This commit is contained in:
parent
6f97a03ae7
commit
b759c1ba26
1 changed files with 3 additions and 0 deletions
|
@ -277,6 +277,9 @@ $env.config.color_config.string = {||
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$env.config.color_config.row_index = "light_yellow_bold"
|
||||||
|
$env.config.color_config.header = "light_yellow_bold"
|
||||||
|
|
||||||
module dump {
|
module dump {
|
||||||
def site-path []: nothing -> path {
|
def site-path []: nothing -> path {
|
||||||
$env.HOME | path join "Projects" "site"
|
$env.HOME | path join "Projects" "site"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue