1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2025-01-30 12:55:02 +01:00

wezterm: update expected test result

This commit is contained in:
Robert Helgesson 2025-01-23 11:42:15 +01:00
parent b17008a795
commit 01d0172933
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -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"