me like nix
0

Configure Feed

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

1themes { 2 noctalia { 3 fg "{{colors.terminal_foreground.default.hex}}" 4 bg "{{colors.terminal_background.default.hex}}" 5 6 black "{{colors.terminal_normal_black.default.hex}}" 7 red "{{colors.terminal_normal_red.default.hex}}" 8 green "{{colors.terminal_normal_green.default.hex}}" 9 yellow "{{colors.terminal_normal_yellow.default.hex}}" 10 blue "{{colors.terminal_normal_blue.default.hex}}" 11 magenta "{{colors.terminal_normal_magenta.default.hex}}" 12 cyan "{{colors.terminal_normal_cyan.default.hex}}" 13 white "{{colors.terminal_normal_white.default.hex}}" 14 15 orange "{{colors.tertiary.default.hex}}" 16 } 17}