feat: sync

This commit is contained in:
2025-08-02 08:56:47 +02:00
parent 3d2430c2a3
commit c0ae98646a
20 changed files with 4062 additions and 965 deletions

View File

@@ -238,7 +238,7 @@ assistant .sidebar {
}
assistant .sidebar label {
min-height: 36px;
min-height: 34px;
padding: 0 12px;
color: rgba(250, 244, 237, 0.5);
font-weight: 500;
@@ -328,7 +328,7 @@ window.background.csd > box.horizontal > box.vertical > scrolledwindow.view > vi
spinbutton.vertical, spinbutton:not(.vertical),
entry {
min-height: 36px;
min-height: 34px;
padding: 0 8px;
border-radius: 12px;
caret-color: currentColor;
@@ -383,14 +383,14 @@ entry image:disabled {
spinbutton.vertical image.left, spinbutton:not(.vertical) image.left,
entry image.left {
margin-left: 2px;
margin-left: 1px;
margin-right: 6px;
}
spinbutton.vertical image.right, spinbutton:not(.vertical) image.right,
entry image.right {
margin-left: 6px;
margin-right: 2px;
margin-right: 1px;
}
spinbutton.vertical undershoot.left, spinbutton:not(.vertical) undershoot.left,
@@ -642,7 +642,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem >
button {
min-height: 24px;
min-width: 16px;
padding: 6px 10px;
padding: 5px 9px;
border-radius: 12px;
font-weight: 500;
}
@@ -741,29 +741,29 @@ button.text-button {
button.image-button {
min-width: 24px;
padding: 6px;
padding: 5px;
}
button.text-button.image-button {
min-width: 24px;
padding: 6px;
padding: 5px;
border-radius: 12px;
}
button.text-button.image-button label:first-child {
margin-left: 10px;
margin-left: 11px;
}
button.text-button.image-button label:last-child {
margin-right: 10px;
margin-right: 11px;
}
button.text-button.image-button.flat label:first-child {
margin-left: 6px;
margin-left: 7px;
}
button.text-button.image-button.flat label:last-child {
margin-right: 6px;
margin-right: 7px;
}
button.text-button.image-button image:not(:only-child) {
@@ -777,7 +777,7 @@ button.text-button.image-button image:not(:only-child) {
button.osd {
min-width: 24px;
min-width: 24px;
padding: 6px;
padding: 5px;
background-color: #191724;
color: #faf4ed;
}
@@ -801,7 +801,7 @@ button.osd:disabled {
}
button.osd.image-button, button.osd.circular {
padding: 12px;
padding: 11px;
}
button.osd.image-button > image, button.osd.circular > image {
@@ -915,8 +915,8 @@ button.destructive-action.flat:checked {
}
button.close, button.circular {
min-width: 36px;
min-height: 36px;
min-width: 34px;
min-height: 34px;
padding: 0;
}
@@ -970,7 +970,7 @@ spinbutton:not(.vertical) {
}
spinbutton:not(.vertical) entry {
min-width: 32px;
min-width: 30px;
margin: 0;
border-image: none;
border-radius: 0;
@@ -1009,8 +1009,8 @@ spinbutton.vertical entry {
border-radius: 0;
box-shadow: none;
background-color: transparent;
min-height: 36px;
min-width: 42px;
min-height: 34px;
min-width: 40px;
padding: 0;
}
@@ -1057,11 +1057,11 @@ combobox decoration {
}
combobox button.combo cellview:dir(ltr) {
margin-left: -2px;
margin-left: -1px;
}
combobox button.combo cellview:dir(rtl) {
margin-right: -2px;
margin-right: -1px;
}
combobox.linked button:nth-child(2):dir(ltr) {
@@ -1079,25 +1079,25 @@ combobox > .linked:not(.vertical) > entry:not(:only-child) {
}
combobox > .linked:not(.vertical) > entry:not(:only-child):first-child {
margin-right: -36px;
padding-right: 36px;
margin-right: -34px;
padding-right: 34px;
}
combobox > .linked:not(.vertical) > entry:not(:only-child):last-child {
margin-left: -36px;
padding-left: 36px;
margin-left: -34px;
padding-left: 34px;
}
combobox > .linked:not(.vertical) > button:not(:only-child) {
min-height: 16px;
min-width: 16px;
margin: 6px;
margin: 5px;
padding: 4px;
border-radius: 12px;
}
combobox > .linked > button.combo {
padding: 6px 10px;
padding: 5px 9px;
}
.linked:not(.vertical) > combobox:not(:first-child) > box > button.combo {
@@ -1288,7 +1288,7 @@ searchbar > revealer > box {
.nemo-window .primary-toolbar button:not(.text-button), .titlebar button:not(.suggested-action):not(.destructive-action) {
color: rgba(250, 244, 237, 0.7);
background-color: rgba(250, 244, 237, 0.04);
border-radius: 9999px;
border-radius: 12px;
}
.nemo-window .primary-toolbar .linked > button:not(.text-button), .titlebar .linked > button:not(.suggested-action):not(.destructive-action) {
@@ -1483,8 +1483,8 @@ searchbar > revealer > box {
.titlebar .path-bar
button:not(.suggested-action):not(.destructive-action).text-button {
min-width: 0;
padding-left: 6px;
padding-right: 6px;
padding-left: 5px;
padding-right: 5px;
}
.titlebar.selection-mode {
@@ -1597,7 +1597,7 @@ button:not(.suggested-action):not(.destructive-action).text-button {
}
headerbar {
min-height: 48px;
min-height: 46px;
padding: 0 6px;
}
@@ -1620,14 +1620,14 @@ headerbar > box.right {
headerbar separator.titlebutton,
headerbar separator.sidebar {
margin-top: 12px;
margin-bottom: 12px;
margin-top: 11.5px;
margin-bottom: 11.5px;
background-color: transparent;
}
headerbar switch {
margin-top: 12px;
margin-bottom: 12px;
margin-top: 11px;
margin-bottom: 11px;
}
headerbar spinbutton button {
@@ -1699,8 +1699,8 @@ headerbar.windowhandle viewswitchertitle > squeezer > viewswitcher > box.horizon
************/
.caja-pathbar button,
.path-bar.linked:not(.vertical) > button {
padding-left: 6px;
padding-right: 6px;
padding-left: 5px;
padding-right: 5px;
border-radius: 6px;
margin-left: 1px;
margin-right: 1px;
@@ -1970,7 +1970,7 @@ menu {
background-color: #232032;
background-clip: border-box;
border-radius: 12px;
border: 1px solid #9ccfd8;
/* border: 1px solid $primary; */
}
.csd menu {
@@ -2823,23 +2823,23 @@ scale {
}
scale.horizontal {
padding: 17px 12px;
padding: 16px 12px;
}
scale.vertical {
padding: 12px 17px;
padding: 12px 16px;
}
scale.fine-tune.horizontal {
min-height: 4px;
padding-top: 16px;
padding-bottom: 16px;
padding-top: 15px;
padding-bottom: 15px;
}
scale.fine-tune.vertical {
min-width: 4px;
padding-left: 16px;
padding-right: 16px;
padding-left: 15px;
padding-right: 15px;
}
scale.fine-tune slider {
@@ -3043,7 +3043,7 @@ levelbar.horizontal block {
}
levelbar.horizontal.discrete block {
min-width: 36px;
min-width: 34px;
}
levelbar.horizontal.discrete block:not(:last-child) {
@@ -3055,7 +3055,7 @@ levelbar.vertical block {
}
levelbar.vertical.discrete block {
min-height: 36px;
min-height: 34px;
}
levelbar.vertical.discrete block:not(:last-child) {
@@ -3631,27 +3631,32 @@ messagedialog .dialog-action-box .linked:not(.vertical) > button.destructive-act
}
.csd filechooser {
background-color: #34304b;
background-color: #191724;
border-radius: 0 0 12px 12px;
}
filechooser .dialog-action-box {
border-top: 1px solid rgba(250, 244, 237, 0.12);
border-top: 1px solid transparent;
}
filechooser treeview.view header > button {
background-color: #111019;
}
filechooser #pathbarbox {
border-bottom: 1px solid rgba(250, 244, 237, 0.12);
background-color: #34304b;
background-color: #111019;
border-radius: 12px 12px 0 0;
margin: 0 4px;
}
filechooser stack.view {
background-color: transparent;
padding: 4px;
padding: 0 4px;
}
filechooser stack.view scrolledwindow {
background-color: transparent;
border-radius: 0 0 12px 0;
background-color: #111019;
border-radius: 0 0 12px 12px;
}
filechooser stack.view scrolledwindow list {
@@ -3676,6 +3681,12 @@ filechooser paned > separator {
background: none;
}
filechooser paned box.vertical {
background-color: #111019;
border-radius: 12px;
margin: 0 6px 0 1px;
}
/***********
* Sidebar *
***********/
@@ -3739,7 +3750,7 @@ stacksidebar.sidebar row > label {
* File chooser *
****************/
placessidebar.sidebar {
margin: 6px;
margin: 0 0 0 4px;
padding: 0;
}
@@ -3761,7 +3772,8 @@ placessidebar.sidebar row {
}
placessidebar.sidebar row:hover, placessidebar.sidebar row:active {
background-color: rgba(250, 244, 237, 0.04);
/* background-color: if($variant == 'light', rgba($base, 0.4), $fill); */
background-color: alpha(currentColor, 0.08);
color: #9ccfd8;
}
@@ -3770,8 +3782,9 @@ placessidebar.sidebar row > revealer {
}
placessidebar.sidebar row:selected {
/* background-color: if($variant == 'light', rgba($base, 0.4), $fill); */
background-color: alpha(currentColor, 0.08);
color: #9ccfd8;
background-color: rgba(250, 244, 237, 0.04);
font-weight: 500;
}
@@ -4216,7 +4229,7 @@ button.titlebutton:not(.suggested-action):not(.destructive-action) {
min-height: 22px;
min-width: 22px;
padding: 0;
margin: 0 2px;
margin: 0 0px;
border-radius: 9999px;
}
@@ -4326,8 +4339,8 @@ stackswitcher button.text-button {
stackswitcher button.circular,
stackswitcher button.text-button.circular {
min-width: 36px;
min-height: 36px;
min-width: 34px;
min-height: 34px;
padding: 0;
}
@@ -4533,8 +4546,8 @@ popover.emoji-completion .emoji:hover {
.path-bar-box .linked.nautilus-path-bar
button:not(.suggested-action):not(.destructive-action) {
padding-left: 12px;
padding-right: 12px;
padding-left: 11px;
padding-right: 11px;
margin-left: 1px;
margin-right: 1px;
}
@@ -5198,7 +5211,7 @@ window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem >
window.solid-csd > box.vertical > box.vertical > toolbar.horizontal > toolitem > box.horizontal > button {
min-height: 24px;
min-width: 24px;
padding: 6px;
padding: 5px;
margin: 0;
}
@@ -5375,7 +5388,7 @@ layouttabbar {
}
layouttabbar > box > button {
margin: 2px 0;
margin: 3px 0;
}
layouttab {
@@ -5604,16 +5617,16 @@ window.workbench preferences preferencesgroup list entry {
}
button.run-arrow-button {
padding-left: 10px;
padding-right: 10px;
padding-left: 9px;
padding-right: 9px;
}
button.dzlmenubutton image {
min-width: 30px;
min-width: 28px;
}
button.dzlmenubutton image.arrow {
min-width: 27px;
min-width: 25px;
}
button.dzlmenubuttonitem {
@@ -5878,14 +5891,24 @@ window.background > box.vertical > box.horizontal > frame > border {
}
window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list {
border-radius: 12px;
/* border-radius: $corner-radius; */
margin: 0 6px 6px;
background-color: #f2e9e1;
color: rgba(25, 23, 36, 0.87);
background-color: #191724;
color: #faf4ed;
}
window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:hover, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:active, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:selected {
color: rgba(25, 23, 36, 0.87);
window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row {
padding: 0 2px;
margin: 2px 0;
border-radius: 12px;
}
window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:selected, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:hover {
color: #9ccfd8;
}
window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row, window.background > box.vertical > box.horizontal > frame > scrolledwindow > viewport.frame list > row:active {
color: #faf4ed;
}
window.background > box.vertical > box.horizontal > stack > widget > notebook.frame {
@@ -5925,7 +5948,7 @@ task-list-view taskrow image.dim-label {
}
task-list-view > box > revealer > box > button {
margin: -6px;
margin: -5px;
}
task-list-view > box > revealer > box > button .dim-label {
@@ -5945,7 +5968,7 @@ tasklistview taskrow image.dim-label {
}
tasklistview > box > revealer > box > button {
margin: -6px;
margin: -5px;
}
tasklistview > box > revealer > box > button .dim-label {
@@ -6010,7 +6033,7 @@ list.categories {
* Calculator *
**************/
button.title label {
min-height: 36px;
min-height: 34px;
}
/*********
@@ -6272,7 +6295,7 @@ overlay > revealer.right > scrolledwindow.frame {
}
button.image-button.session-new-button {
min-width: 32px;
min-width: 30px;
}
notebook.tilix-background tab > box > stack {
@@ -6389,11 +6412,13 @@ window.background.chromium treeview.view button {
}
window.background.chromium menu {
background-color: #232032;
border-color: #3c3756;
}
window.background.chromium menu menuitem {
border-radius: 0;
background-color: rgba(250, 244, 237, 0.04);
}
tooltip.background.chromium {
@@ -6635,6 +6660,27 @@ window.background.csd > box.vertical > overlay > stack > box.vertical > box.hori
border-radius: 12px;
}
dialog-host > floating-sheet > sheet > widget.response-area {
padding: 6px !important;
}
window.background:not(.csd):not(.solid-csd) > button:not(:hover):not(:active):not(:checked):not(:disabled):not(.flat) {
/* background-color: if($variant == 'light', $grey-100, $grey-900); */
background-color: #191724;
}
window.background:not(.csd) > box
> widget
> widget
> widget
> widget
> widget
> widget
> widget
> scrolledwindow entry:focus {
background-color: #25232f;
}
/*********
* Unity *
*********/
@@ -6946,7 +6992,7 @@ na-tray-applet {
#mate-menu entry + button {
margin: 0 4px 4px;
padding: 6px;
padding: 5px;
}
.brisk-menu {
@@ -6985,7 +7031,7 @@ na-tray-applet {
}
.brisk-menu .session-button {
padding: 12px;
padding: 11px;
}
.brisk-menu .frame {
@@ -7737,7 +7783,7 @@ frame.raven-frame > border {
}
.raven .raven-header {
min-height: 36px;
min-height: 34px;
padding: 3px;
}
@@ -7781,7 +7827,7 @@ frame.raven-frame > border {
.raven .powerstrip button {
margin: 2px 0 1px;
padding: 12px;
padding: 11px;
border-radius: 9999px;
}
@@ -7843,7 +7889,7 @@ calendar.raven-calendar:selected {
}
.raven-mpris button.image-button {
padding: 12px;
padding: 11px;
}
image.raven-mpris {