wip: dnsc-machine setup
This commit is contained in:
parent
b8bde5b6e6
commit
66dd66b04b
1 changed files with 10 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
main = {
|
main = {
|
||||||
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
|
terminal = "${pkgs.wezterm}/bin/wezterm start -- ";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
font = "Adwaita Sans:weight=400:size=15";
|
font = "VictorMono Nerd Font:weight=400:size=15";
|
||||||
use-bold = true;
|
use-bold = true;
|
||||||
icon-theme = "Reversal-dark";
|
icon-theme = "Reversal-dark";
|
||||||
width = 85;
|
width = 85;
|
||||||
|
|
@ -18,6 +18,15 @@
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = "0f0b15ff";
|
background = "0f0b15ff";
|
||||||
|
text = "ffffffff";
|
||||||
|
message = "bf8a9fff";
|
||||||
|
prompt = "807c9fff";
|
||||||
|
input = "bf8a9fff";
|
||||||
|
match = "c57fafff";
|
||||||
|
selection = "331531ff";
|
||||||
|
selection-match = "ffffffff";
|
||||||
|
counter = "807c9fff";
|
||||||
|
border = "331531ff";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue