Personal Nix setup
0
fork

Configure Feed

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

Update background and aqua colours

+2 -2
+2 -2
lib/colors.nix
··· 24 24 split = "2A2D46"; 25 25 26 26 # (ANSI: 0 Black) background colour 27 - black = "0F1018"; 27 + black = "070D14"; 28 28 # (ANSI: 7 White) foreground colour, identifiers, variables 29 29 white = "EDF0F2"; 30 30 # (ANSI: 1 Bright Black) ghost text / suggestion text ··· 53 53 # (ANSI: 13 Bright Purple) operators, tags, properties 54 54 pink = "F2B0C0"; 55 55 # (ANSI: 6 Cyan) types 56 - aqua = "15C0CB"; 56 + aqua = "14B6C8"; 57 57 # (ANSI: 14 Bright Cyan) delimiters & labels 58 58 cyan = "02B394"; 59 59 };