Make the app darker in the base colors #137
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now backgrounds are far too light and should be much darker to look better for dark mode.
Implemented in
7c2a5bf. Centralized a deeper seven-level desktop base palette and applied it across the application shell, sidebars, tabs, cards, fields, menus, popovers, modals, editor surfaces, status bar, and shared task UI while preserving bDS2 semantic accent and status colors. Added a palette regression test and updated the UI style guide and README. Verified with cargo fmt --all -- --check, cargo clippy --workspace --all-targets -- -D warnings, cargo test --workspace, cargo build --workspace, allium check specs, allium analyse specs, cargo bundle-macos, codesign verification, and visual checks of the exact repository app bundle across dashboard, settings/style, tag management, post editor, selected states, and collapsed-sidebar layout.