mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +02:00
committed by
GitHub
parent
513186c390
commit
baa50ec9b2
@ -160,7 +160,7 @@ pub fn load_theme_from_config(config: &Config) -> TableTheme {
|
||||
"psql" => TableTheme::psql(),
|
||||
"markdown" => TableTheme::markdown(),
|
||||
"dots" => TableTheme::dots(),
|
||||
"restructured" => TableTheme::resturctured(),
|
||||
"restructured" => TableTheme::restructured(),
|
||||
"ascii_rounded" => TableTheme::ascii_rounded(),
|
||||
"basic_compact" => TableTheme::basic_compact(),
|
||||
_ => TableTheme::rounded(),
|
||||
|
@ -63,7 +63,7 @@ impl TableTheme {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn resturctured() -> TableTheme {
|
||||
pub fn restructured() -> TableTheme {
|
||||
Self {
|
||||
theme: Style::re_structured_text().into(),
|
||||
full_theme: Style::re_structured_text().into(),
|
||||
|
Reference in New Issue
Block a user