🌿 Collaborative wiki on ATProto lichen.wiki
atproto
14
fork

Configure Feed

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

Add dark theme colors

juprodh bc8b6770 31b34ca4

+22
+22
src/views/theme/themes.ts
··· 44 44 dangerAction: "#b91c1c", 45 45 dangerActionHover: "#991b1b", 46 46 }, 47 + dark: { 48 + text: "#fafaf9", 49 + textSecondary: "#d6d3d1", 50 + textMuted: "#a8a29e", 51 + bg: "#1c1917", 52 + surface: "#292524", 53 + placeholder: "#44403c", 54 + border: "#44403c", 55 + borderSubtle: "#292524", 56 + borderInput: "#57534e", 57 + accent: "#5eead4", 58 + accentHover: "#2dd4bf", 59 + accentSoft: "#134e4a", 60 + accentSoftBorder: "#115e59", 61 + accentFocus: "#2dd4bf", 62 + accentFocusInput: "#5eead4", 63 + dangerBg: "#450a0a", 64 + dangerBorder: "#7f1d1d", 65 + dangerText: "#fca5a5", 66 + dangerAction: "#b91c1c", 67 + dangerActionHover: "#dc2626", 68 + }, 47 69 } as const satisfies Record<string, Theme>;