The personal theme of initSyscall. Not intended to be the next Catppuccin—just my thing. If you like it, cool. Community ports welcome.
A deep purple palette that reduces eye strain without sacrificing visual appeal.
My personal theme ecosystem—built for my workflow, shared with love.
Not the next Catppuccin. Just my personal vibe.
Want this on your favorite editor, terminal, or app? Bring it home.
Deep undertones designed to minimize strain during extended coding sessions.
Both themes share the same purple DNA, switching seamlessly.
Tested through hours of coding. Your eyes will thank you.
See themeInit across your favorite tools and platforms.
const std = @import("std");
const ArrayList = std.ArrayList(u8);
pub fn main() void {
var buffer = ArrayList.init(std.heap.page_allocator);
defer buffer.deinit();
try buffer.appendSlice("Hello, themeInit!");
std.debug.print("{s}\n", .{buffer.items});
}
test "basic array list" {
var list = ArrayList.init(std.testing.allocator);
defer list.deinit();
try list.append(42);
try std.testing.expect(list.items[0] == 42);
}
| ID | Drink | Status |
|---|---|---|
| #001 | Taro Milk | ● Ready |
| #002 | Brown Sugar | ● Making |
| #003 | Matcha Latte | ● Ready |
Define your theme once, use it everywhere.
Click any color to copy its hex value.
Loading...
Loading...
Check out the repository and start building with soothing purple themes today.