clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

add satty cofigs (screen shot)

sspaeti 6214d071 b718c0b6

+30
+30
satty/.config/satty/config.toml
··· 1 + [general] 2 + initial-tool = "rectangle" 3 + 4 + # Custom colours for the colour palette 5 + [color-palette] 6 + # These will be shown in the toolbar for quick selection 7 + palette = [ 8 + "#FF5D62", # Brand Red - your primary color 9 + "#3150AA", # Link (Light) - bright blue for highlights 10 + "#98BB6C", # Success - green for positive actions 11 + "#FFA066", # Warning - orange for attention 12 + "#D27E99", # Link Hover (Dark) - pink for secondary actions 13 + "#DCD7BA" # White/Text (Light) - beige for text/outlines 14 + ] 15 + 16 + # These will be available in the color picker as presets 17 + custom = [ 18 + "#FF5D62", # Brand Red 19 + "#1F1F28", # Dark 2 (Inner BG) 20 + "#181820", # Dark 1 (Outer BG) 21 + "#3150AA", # Link (Light) 22 + "#658594", # Link (Dark) 23 + "#D27E99", # Link Hover (Dark) 24 + "#938AA9", # Visited Link (Dark) 25 + "#98BB6C", # Success 26 + "#FFA066", # Warning 27 + "#DCD7BA", # White/Text (Light) 28 + "#717C7C", # Breadcrumb 29 + "#363646" # Accent BG 30 + ]