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:
parent
b17008a795
commit
01d0172933
1 changed files with 20 additions and 2 deletions
|
@ -69,9 +69,27 @@
|
||||||
'';
|
'';
|
||||||
expectedColorScheme = builtins.toFile "test.toml" ''
|
expectedColorScheme = builtins.toFile "test.toml" ''
|
||||||
[colors]
|
[colors]
|
||||||
ansi = ["#222222", "#D14949", "#48874F", "#AFA75A", "#599797", "#8F6089", "#5C9FA8", "#8C8C8C"]
|
ansi = [
|
||||||
|
"#222222",
|
||||||
|
"#D14949",
|
||||||
|
"#48874F",
|
||||||
|
"#AFA75A",
|
||||||
|
"#599797",
|
||||||
|
"#8F6089",
|
||||||
|
"#5C9FA8",
|
||||||
|
"#8C8C8C",
|
||||||
|
]
|
||||||
background = "#1B1B1B"
|
background = "#1B1B1B"
|
||||||
brights = ["#444444", "#FF6D6D", "#89FF95", "#FFF484", "#97DDFF", "#FDAAF2", "#85F5DA", "#E9E9E9"]
|
brights = [
|
||||||
|
"#444444",
|
||||||
|
"#FF6D6D",
|
||||||
|
"#89FF95",
|
||||||
|
"#FFF484",
|
||||||
|
"#97DDFF",
|
||||||
|
"#FDAAF2",
|
||||||
|
"#85F5DA",
|
||||||
|
"#E9E9E9",
|
||||||
|
]
|
||||||
cursor_bg = "#BEAF8A"
|
cursor_bg = "#BEAF8A"
|
||||||
cursor_border = "#BEAF8A"
|
cursor_border = "#BEAF8A"
|
||||||
cursor_fg = "#1B1B1B"
|
cursor_fg = "#1B1B1B"
|
||||||
|
|
Loading…
Add table
Reference in a new issue