1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 11:07:44 +00:00

nushell: set table header color to yellow

This commit is contained in:
RGBCube 2025-07-12 16:47:27 +03:00
parent 6f97a03ae7
commit b759c1ba26
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -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 {
def site-path []: nothing -> path {
$env.HOME | path join "Projects" "site"