diff --git a/home/config/ghostty/themes/dankcolors b/home/config/ghostty/themes/dankcolors index 09ef06e..cf463c8 100644 --- a/home/config/ghostty/themes/dankcolors +++ b/home/config/ghostty/themes/dankcolors @@ -1,22 +1,22 @@ background = #131313 foreground = #e2e2e2 -cursor-color = #dac84e -selection-background = #504700 +cursor-color = #67d3ff +selection-background = #004d64 selection-foreground = #e2e2e2 palette = 0=#131313 -palette = 1=#fa5c49 -palette = 2=#60da4e -palette = 3=#ffe24a -palette = 4=#cfba2f -palette = 5=#645700 -palette = 6=#dac84e -palette = 7=#e4e2d3 -palette = 8=#8d8b80 -palette = 9=#ff9184 -palette = 10=#9bff8c -palette = 11=#ffec8c -palette = 12=#efde6c -palette = 13=#fff08c -palette = 14=#fff5b5 -palette = 15=#fffdf6 +palette = 1=#ff578e +palette = 2=#67ff77 +palette = 3=#fff457 +palette = 4=#44c0f2 +palette = 5=#005376 +palette = 6=#67d3ff +palette = 7=#ecf9ff +palette = 8=#96a1a5 +palette = 9=#ff8db2 +palette = 10=#94ffa0 +palette = 11=#fff894 +palette = 12=#7dd9ff +palette = 13=#94e0ff +palette = 14=#baebff +palette = 15=#f7fcff diff --git a/home/config/niri/dms/colors.kdl b/home/config/niri/dms/colors.kdl index 9883915..91fbf81 100644 --- a/home/config/niri/dms/colors.kdl +++ b/home/config/niri/dms/colors.kdl @@ -5,13 +5,13 @@ layout { background-color "transparent" focus-ring { - active-color "#dac84e" + active-color "#67d3ff" inactive-color "#919191" urgent-color "#ffb4ab" } border { - active-color "#dac84e" + active-color "#67d3ff" inactive-color "#919191" urgent-color "#ffb4ab" } @@ -21,19 +21,19 @@ layout { } tab-indicator { - active-color "#dac84e" + active-color "#67d3ff" inactive-color "#919191" urgent-color "#ffb4ab" } insert-hint { - color "#dac84e80" + color "#67d3ff80" } } recent-windows { highlight { - active-color "#504700" + active-color "#004d64" urgent-color "#ffb4ab" } } diff --git a/home/home.nix b/home/home.nix index 5c3f8d4..6e7621b 100644 --- a/home/home.nix +++ b/home/home.nix @@ -12,6 +12,7 @@ home.packages = [ + (builtins.getFlake "github:srinivasr/nirimod").packages.${pkgs.system}.default ]; home.file = { diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 390d823..c1a5ba5 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -201,6 +201,7 @@ adw-gtk3 libnotify nautilus + featherpad ]; virtualisation.podman = { enable = true;