File tree 1 file changed +30
-28
lines changed
1 file changed +30
-28
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,22 @@ palette:
43
43
base05: "4e6154"
44
44
base06: "2c4334"
45
45
base07: "0b2614"
46
- base08: "dd5319 "
47
- base09: "e29c0d "
48
- base0A: "e29c0d "
49
- base0B: "079f31 "
46
+ base08: "dd5218 "
47
+ base09: "e29c0c "
48
+ base0A: "e29c0c "
49
+ base0B: "069f31 "
50
50
base0C: "00fffe"
51
- base0D: "055de1 "
52
- base0E: "66495d "
53
- base0F: "97421d "
54
- base10: "ab674a "
55
- base11: "ab8943 "
56
- base12: "ab8943 "
57
- base13: "2d7842 "
51
+ base0D: "045de1 "
52
+ base0E: "8e6682 "
53
+ base0F: "98421d "
54
+ base10: "aa664a "
55
+ base11: "ab8942 "
56
+ base12: "ab8942 "
57
+ base13: "2d7742 "
58
58
base14: "41bdbd"
59
- base15: "3d68a8 "
60
- base16: "5e505a "
61
- base17: "774e3c "
59
+ base15: "3c67a8 "
60
+ base16: "83707d "
61
+ base17: "784e3c "
62
62
"#
63
63
) ;
64
64
@@ -103,14 +103,14 @@ palette:
103
103
base05: "b4bdb7"
104
104
base06: "d5dad7"
105
105
base07: "f7f7f7"
106
- base08: "dd5319 "
107
- base09: "e29c0d "
108
- base0A: "e29c0d "
109
- base0B: "079f31 "
106
+ base08: "dd5218 "
107
+ base09: "e29c0c "
108
+ base0A: "e29c0c "
109
+ base0B: "069f31 "
110
110
base0C: "00fffe"
111
- base0D: "055de1 "
112
- base0E: "66495d "
113
- base0F: "97421d "
111
+ base0D: "045de1 "
112
+ base0E: "8e6682 "
113
+ base0F: "98421d "
114
114
"# ;
115
115
116
116
// ---
@@ -161,14 +161,14 @@ palette:
161
161
base05: b4bdb7
162
162
base06: d5dad7
163
163
base07: f7f7f7
164
- base08: dd5319
165
- base09: e29c0d
166
- base0A: e29c0d
167
- base0B: 079f31
164
+ base08: dd5218
165
+ base09: e29c0c
166
+ base0A: e29c0c
167
+ base0B: 069f31
168
168
base0C: 00fffe
169
- base0D: 055de1
170
- base0E: 66495d
171
- base0F: 97421d
169
+ base0D: 045de1
170
+ base0E: 8e6682
171
+ base0F: 98421d
172
172
"#
173
173
) ;
174
174
@@ -178,6 +178,8 @@ palette:
178
178
let ( stdout, stderr) = utils:: run_command ( command_vec) . unwrap ( ) ;
179
179
let actual_output = fs:: read_to_string ( & out_scheme_path) ?;
180
180
181
+ println ! ( "{actual_output}" ) ;
182
+
181
183
// ------
182
184
// Assert
183
185
// ------
You can’t perform that action at this time.
0 commit comments