mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
9bb35dd7c1b60a13f7cd5e7c5b5eeca05863fb20
Two related fixes from user feedback on the keyboard nav: 1. Focused and selected controls were drawing the same 2px accent border so it was impossible to tell where the keyboard cursor was on a row that happened to also be the current value. Focused now uses a 3px accent border plus a translucent accent fill; selected keeps its 2px border with no fill. Centralized into focusBorderColor / focusBorderWidth / focusFillColor so all components share the look. 2. Backing out of the body to the sidebar (h/Left/Esc) left the focus ring lingering on the body item. FocusScope was restoring activeFocus to its remembered descendant when navRoot reclaimed focus. exitBodyZone (and onActiveCategoryChanged when not in body mode) now clears focus from the previously active descendant before forcing focus back onto navRoot.
Omarchy
Omarchy is a beautiful, modern & opinionated Linux distribution by DHH.
Read more at omarchy.org.
License
Omarchy is released under the MIT License.
Languages
Shell
87.8%
CSS
4.6%
Go Template
3.8%
Lua
2.1%
Python
0.9%
Other
0.8%