Add theme: TitleBarButton UI Tweaks (#374)

Co-authored-by: DaitiDay <DaitiDay@users.noreply.github.com>
This commit is contained in:
mauro 🤙 2024-09-18 12:41:37 +02:00 committed by GitHub
parent c9c11a4cd1
commit 3f6ac9aae9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,32 @@
.titlebar-buttonbox {
padding: 9px !important;
}
.titlebar-button:hover {
background-color: var(--button-hover-bgcolor) !important;
}
.titlebar-min {
padding-left: 10px !important;
padding-right: 10px !important;
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
}
.titlebar-max {
padding-left: 10px !important;
padding-right: 10px !important;
margin-left: 5px !important;
margin-right: 5px !important;
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
}
.titlebar-close {
padding-left: 10px !important;
padding-right: 10px !important;
border-radius: var(--uc-contextmenu-menuitem-border-radius) !important;
}
.titlebar-close:hover {
background-color: var(--buttons-destructive-hover-bgcolor) !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -0,0 +1,4 @@
# TitleBarButton UI Tweaks
Thank to this theme, the titlebar buttons (minimize, maximize and close) are more coherent with the Zen Browser design philosophy, with smaller buttons, rounded borders and accent colors that fit the browser's appearance.

View file

@ -0,0 +1 @@
{"id": "180d9426-a020-4bd7-98ec-63f957291119", "name": "TitleBarButton UI Tweaks", "description": "Small UI tweaks to the titlebar buttons to make them more coherent with the Zen Browser design philosophy.", "homepage": "", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/180d9426-a020-4bd7-98ec-63f957291119/image.png", "author": "DaitiDay", "version": "1.0.0"}