stylix: initial config

This commit is contained in:
Vinzenz Schroeter 2025-11-11 15:23:24 +01:00
parent f005a7976a
commit 8ceebd9b22
9 changed files with 42 additions and 178 deletions

View file

@ -7,22 +7,8 @@
terminal = "${lib.getBin pkgs.gnome-console}/bin/kgx";
icon-theme = "Adwaita";
counter = true;
font = "sans:size=11";
launch-prefix = "niri msg action spawn --";
};
colors = {
border = "0003B3FF";
background = "0F0F0FFF";
text = "657b83ff";
prompt = "586e75ff";
placeholder = "93a1a1ff";
input = "657b83ff";
match = "cb4b16ff";
selection = "eee8d5ff";
selection-text = "586e75ff";
selection-match = "cb4b16ff";
counter = "93a1a1ff";
};
border = {
radius = 30;
width = 3;