Personal Nix setup
0
fork

Configure Feed

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

Update element colour

+1 -1
+1 -1
lib/colors.nix
··· 19 19 # for selection / cursors 20 20 cursor = "242738"; 21 21 # for overlays / large popups / hint / codelens UIs 22 - element = "0F0E17"; 22 + element = "050B12"; 23 23 # for borders and thin lines, e.g. to separate panes 24 24 split = "2A2D46"; 25 25