Skip to content

Commit 403c15b

Browse files
chore: update font-bdf
1 parent 986a0c7 commit 403c15b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
.hash = "122034cb13e03603cc7e8ece3234c1b3361504a2624cf5d18fa374e8b95f48cc9e22",
2121
},
2222
.@"phantom.font.bdf" = .{
23-
.url = "https://github.com/PhantomUIx/font-bdf/archive/b08385f3379158f30cb02f66296b15353c6e902e.tar.gz",
24-
.hash = "1220102f5282de7ff2215cd4f37dbfb32fe9e04c73d3297a1f1fd87736c9a4a9cdb3",
23+
.url = "https://github.com/PhantomUIx/font-bdf/archive/5fcfb1ebacd5692609fe106f2b0677e970bde9c7.tar.gz",
24+
.hash = "1220409bc05979c88050327c9d3b418bb6deaa93615bc02fadcbac5a25076434b95b",
2525
},
2626
},
2727
}

src/compositor.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ pub fn main() void {
6565
.foregroundColor = .{
6666
.uint8 = .{
6767
.sRGB = .{
68-
.value = @splat(0),
68+
.value = @splat(255),
6969
},
7070
},
7171
},
7272
.backgroundColor = .{
7373
.uint8 = .{
7474
.sRGB = .{
75-
.value = @splat(255),
75+
.value = @splat(0),
7676
},
7777
},
7878
},

0 commit comments

Comments
 (0)