Skip to content

Commit

Permalink
wezterm: update expected test result
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jan 23, 2025
1 parent b17008a commit 01d0172
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions tests/modules/programs/wezterm/example-setting.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,27 @@
'';
expectedColorScheme = builtins.toFile "test.toml" ''
[colors]
ansi = ["#222222", "#D14949", "#48874F", "#AFA75A", "#599797", "#8F6089", "#5C9FA8", "#8C8C8C"]
ansi = [
"#222222",
"#D14949",
"#48874F",
"#AFA75A",
"#599797",
"#8F6089",
"#5C9FA8",
"#8C8C8C",
]
background = "#1B1B1B"
brights = ["#444444", "#FF6D6D", "#89FF95", "#FFF484", "#97DDFF", "#FDAAF2", "#85F5DA", "#E9E9E9"]
brights = [
"#444444",
"#FF6D6D",
"#89FF95",
"#FFF484",
"#97DDFF",
"#FDAAF2",
"#85F5DA",
"#E9E9E9",
]
cursor_bg = "#BEAF8A"
cursor_border = "#BEAF8A"
cursor_fg = "#1B1B1B"
Expand Down

0 comments on commit 01d0172

Please sign in to comment.