aboutsummaryrefslogtreecommitdiff
path: root/user/wm/foot.nix
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2025-12-22 18:05:22 -0500
committerRosa <rosaontheweb@proton.me>2025-12-22 18:05:22 -0500
commit266a16508659a8a81a91cc3ec774be15f89d16b2 (patch)
tree6777a042bf7c20f42ce900ba32b1c51a9b66296d /user/wm/foot.nix
parentd76111cd0de07c821844be4583ffb81eb2d59bf7 (diff)
setup niri
Diffstat (limited to 'user/wm/foot.nix')
-rw-r--r--user/wm/foot.nix46
1 files changed, 28 insertions, 18 deletions
diff --git a/user/wm/foot.nix b/user/wm/foot.nix
index 02e1ae6..cfccffd 100644
--- a/user/wm/foot.nix
+++ b/user/wm/foot.nix
@@ -5,24 +5,34 @@
settings = {
bell.urgent = "yes";
colors = {
- background = "2e3440";
- bright0 = "4c566a";
- bright1 = "bf616a";
- bright2 = "a3be8c";
- bright3 = "ebcb8b";
- bright4 = "81a1c1";
- bright5 = "b48ead";
- bright6 = "8fbcbb";
- bright7 = "eceff4";
- foreground = "eceff4";
- regular0 = "3b4252";
- regular1 = "bf616a";
- regular2 = "a3be8c";
- regular3 = "ebcb8b";
- regular4 = "5e81ac";
- regular5 = "b48ead";
- regular6 = "88c0d0";
- regular7 = "e5e9f0";
+ alpha = 0.75;
+ background = "1e1e2e";
+ bright0 = "585b70";
+ bright1 = "f38ba8";
+ bright2 = "a6e3a1";
+ bright3 = "f9e2af";
+ bright4 = "89b4fa";
+ bright5 = "f5c2e7";
+ bright6 = "94e2d5";
+ bright7 = "a6adc8";
+ "16" = "fab387";
+ "17" = "f5e0dc";
+ cursor = "11111b f5e0dc";
+ foreground = "cdd6f4";
+ jump-labels = "11111b fab387";
+ regular0 = "45475a";
+ regular1 = "f38ba8";
+ regular2 = "a6e3a1";
+ regular3 = "f9e2af";
+ regular4 = "89b4fa";
+ regular5 = "f5c2e7";
+ regular6 = "94e2d5";
+ regular7 = "bac2de";
+ search-box-match = "cdd6f4 313244";
+ search-box-no-match = "11111b f38ba8";
+ selection-background = "414356";
+ selection-foreground = "cdd6f4";
+ urls = "89b4fa";
};
main = {