Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add page for Orion's Dynamic Window Color feature #473

Merged
merged 5 commits into from
Jul 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ function sidebarOrion() {
{ text: 'Programmable Buttons', link: '/orion/features/programmable-buttons' },
{ text: 'Custom Blocklists', link: '/orion/features/custom-blocklists' },
{ text: 'Page Tweaks', link: '/orion/features/page-tweaks' },
{ text: 'Dynamic Window Color', link: '/orion/features/dynamic-window-color' },
]
},
{
Expand Down
16 changes: 16 additions & 0 deletions docs/orion/features/dynamic-window-color.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Dynamic Window Color

<br />

<video src="./media/macos_dynamic_window_color.mp4" width="720" type="video/mp4" autoplay muted loop playsinline disablepictureinpicture />

When using the Compact tab layout, Orion for Mac automatically adapts the window color to match the current website's color scheme, providing a more immersive and visually seamless browsing experience.

This feature enhances the continuity between your tabs and the active website, making your browsing more aesthetically pleasing and intuitive.

To enable or disable this feature:

1. Go to **Orion** > **Settings** > **Appearance**.
2. Toggle the **Show website color in compact tabs** checkbox.

Please note that this option is only available when using the Compact tab layout.
Binary file not shown.
Loading