theme: Fix casing of "ANSI" in doc comments (#17952)

This PR fixes the casing of "ANSI" in some doc comments after #17611.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-09-17 13:26:34 -04:00 committed by GitHub
parent 0070635b4d
commit ac5c35b3df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 4 deletions

View file

@ -421,7 +421,7 @@ pub struct ThemeColorsContent {
#[serde(rename = "terminal.foreground")]
pub terminal_foreground: Option<String>,
/// Terminal ansi background color.
/// Terminal ANSI background color.
#[serde(rename = "terminal.ansi.background")]
pub terminal_ansi_background: Option<String>,

View file

@ -183,10 +183,8 @@ pub struct ThemeColors {
pub terminal_bright_foreground: Hsla,
/// Dim terminal foreground color.
pub terminal_dim_foreground: Hsla,
/// Terminal ansi background color.
/// Terminal ANSI background color.
pub terminal_ansi_background: Hsla,
/// Black ANSI terminal color.
pub terminal_ansi_black: Hsla,
/// Bright black ANSI terminal color.