wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-24 00:21:28 +01:00
parent b8bde5b6e6
commit 66dd66b04b

View file

@ -7,7 +7,7 @@
main = {
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
layer = "overlay";
font = "Adwaita Sans:weight=400:size=15";
font = "VictorMono Nerd Font:weight=400:size=15";
use-bold = true;
icon-theme = "Reversal-dark";
width = 85;
@ -18,6 +18,15 @@
};
colors = {
background = "0f0b15ff";
text = "ffffffff";
message = "bf8a9fff";
prompt = "807c9fff";
input = "bf8a9fff";
match = "c57fafff";
selection = "331531ff";
selection-match = "ffffffff";
counter = "807c9fff";
border = "331531ff";
};
};
};