(T)im's N(ix) Flake, Multi-Host Configurations for all of my machines! 74k1.sh/
nixos nix
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(colors): update colors again

74k1 d2c743ae d73b50b8

+23 -23
+9 -9
modules/home-manager/shell/neovim/default.nix
··· 133 133 base02 = '#323246', 134 134 base03 = '#4C4B69', 135 135 base04 = '#72708E', 136 - base05 = '#EBE9F1', 137 - base06 = '#FFFFFF', 138 - base07 = '#BFBDCA', 136 + base05 = '#BFBDCA', 137 + base06 = '#EBE9F1', 138 + base07 = '#FFFFFF', 139 139 base08 = '#FF5487', 140 - base09 = '#FFD772', 141 - base0A = '#54FF80', 142 - base0B = '#59F1DA', 143 - base0C = '#5DB8FA', 140 + base09 = '#FF9265', 141 + base0A = '#FFD772', 142 + base0B = '#54FF80', 143 + base0C = '#5BD5EA', 144 144 base0D = '#7089FF', 145 - base0E = '#A871F5', 146 - base0F = '#EF64D1', 145 + base0E = '#A878F1', 146 + base0F = '#CB65E2', 147 147 }) 148 148 149 149 -- transparent background?
+9 -9
modules/home-manager/stylix/default.nix
··· 59 59 base02 = "#323246"; 60 60 base03 = "#4C4B69"; 61 61 base04 = "#72708E"; 62 - base05 = "#EBE9F1"; 63 - base06 = "#FFFFFF"; 64 - base07 = "#BFBDCA"; 62 + base05 = "#BFBDCA"; 63 + base06 = "#EBE9F1"; 64 + base07 = "#FFFFFF"; 65 65 base08 = "#FF5487"; 66 - base09 = "#FFD772"; 67 - base0A = "#54FF80"; 68 - base0B = "#59F1DA"; 69 - base0C = "#5DB8FA"; 66 + base09 = "#FF9265"; 67 + base0A = "#FFD772"; 68 + base0B = "#54FF80"; 69 + base0C = "#5BD5EA"; 70 70 base0D = "#7089FF"; 71 - base0E = "#A871F5"; 72 - base0F = "#EF64D1"; 71 + base0E = "#A878F1"; 72 + base0F = "#CB65E2"; 73 73 }; 74 74 fonts = { 75 75 # serif = {
+5 -5
modules/home-manager/wayland/niri/default.nix
··· 353 353 ]; 354 354 355 355 border = { 356 - active.color = "#f38ba8"; 357 - inactive.color = "#7d0d2d"; 356 + active.color = "#FF5487"; 357 + inactive.color = "#8F002B"; 358 358 }; 359 359 360 360 shadow = { 361 - color = "#7d0d2d70"; 361 + color = "#8F002B70"; 362 362 }; 363 363 364 364 tab-indicator = { 365 - active.color = "#f38ba8"; 366 - inactive.color = "#7d0d2d"; 365 + active.color = "#FF5487"; 366 + inactive.color = "#8F002B"; 367 367 }; 368 368 } 369 369 {