Compare commits

..

7 Commits

Author SHA1 Message Date
280b1f01af UPdate Tea 2025-12-19 10:54:13 +01:00
7a9d13df7c Kleinere Anpassungen 2025-12-08 23:57:08 +01:00
325a01b89e Fastfetch 2025-12-03 23:13:52 +01:00
609c8b69fe Update tea 2025-12-03 18:43:27 +01:00
895dc17d27 X1Nano 2025-12-01 21:26:35 +01:00
61965c972a updates 2025-12-01 18:35:53 +01:00
808c4efd16 fastfetch 2025-12-01 17:53:05 +01:00
9 changed files with 112 additions and 110 deletions

View File

@@ -5,15 +5,14 @@
"type": "builtin", "type": "builtin",
"source": "linux", "source": "linux",
"padding": { "padding": {
"top": 2 "left": 1,
"top": 1
} }
}, },
"display": { "display": {
"separator": " ➜ " "separator": " ➜ "
}, },
"modules": [ "modules": [
"break",
"break",
"break", "break",
{ {
"type": "os", "type": "os",

View File

@@ -43,8 +43,8 @@
@define-color dark_3 #2b3339; @define-color dark_3 #2b3339;
@define-color dark_4 #1e2326; @define-color dark_4 #1e2326;
@define-color dark_5 #343f44; @define-color dark_5 #343f44;
@define-color accent_bg_color #dbbc7f; @define-color accent_bg_color #83c092;
@define-color accent_color #dbbc7f; @define-color accent_color #83c092;
@define-color accent_fg_color #2b3339; @define-color accent_fg_color #2b3339;
@define-color destructive_bg_color #e67e80; @define-color destructive_bg_color #e67e80;
@define-color destructive_color #e67e80; @define-color destructive_color #e67e80;
@@ -304,8 +304,8 @@ XfdesktopIconView.view .rubberband,
.content-view .rubberband, .content-view .rubberband,
treeview.view rubberband, treeview.view rubberband,
flowbox rubberband { flowbox rubberband {
border: 1px solid #dbbc7f; border: 1px solid #83c092;
background-color: alpha(#dbbc7f,0.2); background-color: alpha(#83c092,0.2);
} }
flowbox flowboxchild { flowbox flowboxchild {
@@ -468,7 +468,7 @@ button {
font-weight: bold; font-weight: bold;
-gtk-outline-radius: 7px; -gtk-outline-radius: 7px;
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
notebook > header > tabs > arrow, notebook > header > tabs > arrow,
@@ -479,7 +479,7 @@ button {
} }
notebook > header > tabs > arrow:focus, notebook > header > tabs > arrow:focus,
button:focus { button:focus {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
outline-width: 2px; outline-width: 2px;
outline-offset: -2px; outline-offset: -2px;
} }
@@ -534,7 +534,7 @@ button:checked {
notebook > header > tabs > arrow:active:focus, notebook > header > tabs > arrow:checked:focus, notebook > header > tabs > arrow:active:focus, notebook > header > tabs > arrow:checked:focus,
button:active:focus, button:active:focus,
button:checked:focus { button:checked:focus {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
outline-width: 2px; outline-width: 2px;
outline-offset: -2px; outline-offset: -2px;
} }
@@ -761,7 +761,7 @@ button.osd:backdrop {
button.suggested-action { button.suggested-action {
color: white; color: white;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(white,@accent_bg_color,0.9); background-color: mix(white,@accent_bg_color,0.9);
} }
button.suggested-action.flat { button.suggested-action.flat {
@@ -856,7 +856,7 @@ button.suggested-action:disabled:checked {
} }
button.destructive-action { button.destructive-action {
color: @destructive_color; color: @destructive_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@destructive_color,alpha(currentColor,0.15),0.9); background-color: mix(@destructive_color,alpha(currentColor,0.15),0.9);
} }
button.destructive-action.flat { button.destructive-action.flat {
@@ -870,7 +870,7 @@ button.destructive-action.flat {
} }
button.destructive-action:hover { button.destructive-action:hover {
color: @destructive_color; color: @destructive_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@destructive_color,alpha(currentColor,0.2),0.9); background-color: mix(@destructive_color,alpha(currentColor,0.2),0.9);
} }
button.destructive-action:focus { button.destructive-action:focus {
@@ -879,13 +879,13 @@ button.destructive-action:focus {
button.destructive-action:active, button.destructive-action:active,
button.destructive-action:checked { button.destructive-action:checked {
color: @destructive_color; color: @destructive_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@destructive_color,alpha(currentColor,0.35),0.9); background-color: mix(@destructive_color,alpha(currentColor,0.35),0.9);
} }
button.destructive-action:active:hover, button.destructive-action:active:hover,
button.destructive-action:checked:hover { button.destructive-action:checked:hover {
color: @destructive_color; color: @destructive_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@destructive_color,alpha(currentColor,0.4),0.9); background-color: mix(@destructive_color,alpha(currentColor,0.4),0.9);
} }
button.destructive-action.flat:disabled { button.destructive-action.flat:disabled {
@@ -1002,7 +1002,7 @@ button.circular label {
} }
button.circular:not(.flat):not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) { button.circular:not(.flat):not(.osd):not(:checked):not(:active):not(:disabled):not(:backdrop) {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
border-color: transparent; border-color: transparent;
} }
@@ -1017,7 +1017,7 @@ stacksidebar row.needs-attention > label,
.stack-switcher > button.needs-attention > label, .stack-switcher > button.needs-attention > label,
.stack-switcher > button.needs-attention > image { .stack-switcher > button.needs-attention > image {
animation: needs_attention 150ms ease-in; animation: needs_attention 150ms ease-in;
background-image: radial-gradient(farthest-side, #dbbc7f 96%, transparent); background-image: radial-gradient(farthest-side, #83c092 96%, transparent);
background-size: 6px 6px; background-size: 6px 6px;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 3px; background-position: right 3px;
@@ -1030,7 +1030,7 @@ stacksidebar row.needs-attention > label:dir(rtl),
.inline-toolbar toolbutton > button { .inline-toolbar toolbutton > button {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
.inline-toolbar toolbutton > button:hover { .inline-toolbar toolbutton > button:hover {
@@ -1177,7 +1177,7 @@ headerbar .linked button:not(button):focus:first-child:not(:only-child),
.linked:not(.vertical) > entry:not(button):focus:first-child, .linked:not(.vertical) > spinbutton:not(button):focus:first-child:not(.vertical), .linked:not(.vertical) > entry:not(button):focus:first-child, .linked:not(.vertical) > spinbutton:not(button):focus:first-child:not(.vertical),
.inline-toolbar button:not(button):focus:first-child, .inline-toolbar button:not(button):focus:first-child,
.linked > button:not(button):focus:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat:not(button):focus { .linked > button:not(button):focus:first-child, toolbar.inline-toolbar toolbutton:first-child > button.flat:not(button):focus {
border-left-color: alpha(#dbbc7f,0.5); border-left-color: alpha(#83c092,0.5);
} }
combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, filechooser .path-bar.linked > button:dir(rtl):first-child, filechooser .path-bar.linked > button:dir(ltr):last-child, .xfce4-panel.background button menu .linked button:last-child, combobox.linked button:nth-child(2):dir(ltr), .linked:not(.vertical) > combobox:last-child > box > button.combo, filechooser .path-bar.linked > button:dir(rtl):first-child, filechooser .path-bar.linked > button:dir(ltr):last-child, .xfce4-panel.background button menu .linked button:last-child,
@@ -1199,7 +1199,7 @@ headerbar .linked button:not(button):focus:last-child:not(:only-child),
.linked:not(.vertical) > entry:not(button):focus:last-child, .linked:not(.vertical) > spinbutton:not(button):focus:last-child:not(.vertical), .linked:not(.vertical) > entry:not(button):focus:last-child, .linked:not(.vertical) > spinbutton:not(button):focus:last-child:not(.vertical),
.inline-toolbar button:not(button):focus:last-child, .inline-toolbar button:not(button):focus:last-child,
.linked > button:not(button):focus:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat:not(button):focus { .linked > button:not(button):focus:last-child, toolbar.inline-toolbar toolbutton:last-child > button.flat:not(button):focus {
border-right-color: alpha(#dbbc7f,0.5); border-right-color: alpha(#83c092,0.5);
} }
.linked:not(.vertical) > combobox:only-child > box > button.combo, filechooser .path-bar.linked > button:only-child, .xfce4-panel.background button menu .linked button:only-child, .linked:not(.vertical) > combobox:only-child > box > button.combo, filechooser .path-bar.linked > button:only-child, .xfce4-panel.background button menu .linked button:only-child,
@@ -1288,7 +1288,7 @@ list.view.frame > row:not(:selected):hover button.suggested-action, popover.back
headerbar .linked button.suggested-action:not(:only-child), headerbar > .stack-switcher.linked > button.suggested-action, .titlebar .linked.raised button.suggested-action, headerbar .linked button.suggested-action:not(:only-child), headerbar > .stack-switcher.linked > button.suggested-action, .titlebar .linked.raised button.suggested-action,
.titlebar .linked button.suggested-action:not(:only-child), .titlebar > .stack-switcher.linked > button.suggested-action, headerbar .linked entry ~ .suggested-action.image-button, .titlebar .linked entry ~ .suggested-action.image-button, headerbar button.suggested-action:not(.titlebutton), .titlebar button.suggested-action:not(.titlebutton), headerbar viewswitcher button.suggested-action.radio:checked, .titlebar viewswitcher button.suggested-action.radio:checked { .titlebar .linked button.suggested-action:not(:only-child), .titlebar > .stack-switcher.linked > button.suggested-action, headerbar .linked entry ~ .suggested-action.image-button, .titlebar .linked entry ~ .suggested-action.image-button, headerbar button.suggested-action:not(.titlebutton), .titlebar button.suggested-action:not(.titlebutton), headerbar viewswitcher button.suggested-action.radio:checked, .titlebar viewswitcher button.suggested-action.radio:checked {
color: @accent_fg_color; color: @accent_fg_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@accent_fg_color,@accent_bg_color,0.9); background-color: mix(@accent_fg_color,@accent_bg_color,0.9);
} }
messagedialog.csd.background button.text-button.suggested-action:hover, .content list button.suggested-action:hover, .content list > row:not(:selected):hover button.suggested-action:hover, messagedialog.csd.background button.text-button.suggested-action:hover, .content list button.suggested-action:hover, .content list > row:not(:selected):hover button.suggested-action:hover,
@@ -1379,7 +1379,7 @@ list.view.frame > row:not(:selected):hover button.destructive-action, popover.ba
headerbar .linked button.destructive-action:not(:only-child), headerbar > .stack-switcher.linked > button.destructive-action, .titlebar .linked.raised button.destructive-action, headerbar .linked button.destructive-action:not(:only-child), headerbar > .stack-switcher.linked > button.destructive-action, .titlebar .linked.raised button.destructive-action,
.titlebar .linked button.destructive-action:not(:only-child), .titlebar > .stack-switcher.linked > button.destructive-action, headerbar .linked entry ~ .destructive-action.image-button, .titlebar .linked entry ~ .destructive-action.image-button, headerbar button.destructive-action:not(.titlebutton), .titlebar button.destructive-action:not(.titlebutton), headerbar viewswitcher button.destructive-action.radio:checked, .titlebar viewswitcher button.destructive-action.radio:checked { .titlebar .linked button.destructive-action:not(:only-child), .titlebar > .stack-switcher.linked > button.destructive-action, headerbar .linked entry ~ .destructive-action.image-button, .titlebar .linked entry ~ .destructive-action.image-button, headerbar button.destructive-action:not(.titlebutton), .titlebar button.destructive-action:not(.titlebutton), headerbar viewswitcher button.destructive-action.radio:checked, .titlebar viewswitcher button.destructive-action.radio:checked {
color: @destructive_color; color: @destructive_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@destructive_color,alpha(currentColor,0.15),0.9); background-color: mix(@destructive_color,alpha(currentColor,0.15),0.9);
} }
messagedialog.csd.background button.text-button.destructive-action:hover, .content list button.destructive-action:hover, .content list > row:not(:selected):hover button.destructive-action:hover, messagedialog.csd.background button.text-button.destructive-action:hover, .content list button.destructive-action:hover, .content list > row:not(:selected):hover button.destructive-action:hover,
@@ -1482,7 +1482,7 @@ entry {
color: #d5c9a1; color: #d5c9a1;
border-color: transparent; border-color: transparent;
background-color: alpha(currentColor,0.1); background-color: alpha(currentColor,0.1);
box-shadow: inset 0 0 0 1px alpha(alpha(#dbbc7f,0.5),0); box-shadow: inset 0 0 0 1px alpha(alpha(#83c092,0.5),0);
} }
spinbutton:not(.vertical) image.left, spinbutton:not(.vertical) image.left,
entry image.left { entry image.left {
@@ -1506,8 +1506,8 @@ entry.flat {
} }
spinbutton:focus:not(.vertical), spinbutton:focus:not(.vertical),
entry:focus { entry:focus {
box-shadow: inset 0 0 0 1px alpha(#dbbc7f,0.5); box-shadow: inset 0 0 0 1px alpha(#83c092,0.5);
border-color: alpha(#dbbc7f,0.5); border-color: alpha(#83c092,0.5);
transition: 300ms ease-in-out; transition: 300ms ease-in-out;
transition-property: border, box-shadow; transition-property: border, box-shadow;
} }
@@ -1583,7 +1583,7 @@ entry:drop(active) {
border-color: @accent_bg_color; border-color: @accent_bg_color;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
background-clip: padding-box; background-clip: padding-box;
box-shadow: inset 0 0 0 1px alpha(#dbbc7f,0.5); box-shadow: inset 0 0 0 1px alpha(#83c092,0.5);
text-shadow: 0 1px black; text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; -gtk-icon-shadow: 0 1px black;
} }
@@ -1624,7 +1624,7 @@ entry progress {
.linked:not(.vertical) > entry:focus + combobox > box > button.combo, .linked:not(.vertical) > entry:focus + combobox > box > button.combo,
.linked:not(.vertical) > entry:focus + spinbutton:not(.vertical), .linked:not(.vertical) > entry:focus + spinbutton:not(.vertical),
.linked:not(.vertical) > entry:focus + entry { .linked:not(.vertical) > entry:focus + entry {
border-left-color: alpha(#dbbc7f,0.5); border-left-color: alpha(#83c092,0.5);
} }
.linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + spinbutton:not(.vertical), .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + button, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + combobox > box > button.combo,
.linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry, .linked:not(.vertical) > spinbutton:focus.error:not(.vertical) + entry,
@@ -1661,7 +1661,7 @@ entry progress {
.linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:focus:not(:only-child),
.linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical), .linked.vertical > entry + spinbutton:focus:not(:only-child):not(.vertical),
.linked.vertical > entry + entry:focus:not(:only-child) { .linked.vertical > entry + entry:focus:not(:only-child) {
border-top-color: alpha(#dbbc7f,0.5); border-top-color: alpha(#83c092,0.5);
} }
.linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical), .linked.vertical > spinbutton:not(.vertical) + spinbutton:focus.error:not(:only-child):not(.vertical),
.linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child), .linked.vertical > spinbutton:not(.vertical) + entry:focus.error:not(:only-child),
@@ -1683,7 +1683,7 @@ entry progress {
.linked.vertical > entry:focus:not(:only-child) + entry, .linked.vertical > entry:focus:not(:only-child) + entry,
.linked.vertical > entry:focus:not(:only-child) + button, .linked.vertical > entry:focus:not(:only-child) + button,
.linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo { .linked.vertical > entry:focus:not(:only-child) + combobox > box > button.combo {
border-top-color: alpha(#dbbc7f,0.5); border-top-color: alpha(#83c092,0.5);
} }
.linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical), .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + spinbutton:not(.vertical),
.linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry, .linked.vertical > spinbutton:focus.error:not(:only-child):not(.vertical) + entry,
@@ -1763,43 +1763,43 @@ button:link > label,
button:visited > label, button:link, button:visited > label, button:link,
button:visited, button:visited,
*:link { *:link {
color: #dbbc7f; color: #83c092;
} }
button:link > label:visited, button:link > label:visited,
button:visited > label:visited, button:visited > label:visited,
button:visited, button:visited,
*:link:visited { *:link:visited {
color: mix(#dbbc7f,#d5c9a1,0.2); color: mix(#83c092,#d5c9a1,0.2);
} }
*:selected button:link > label:visited, *:selected button:link > label:visited,
*:selected button:visited > label:visited, *:selected button:visited > label:visited,
*:selected button:visited, *:selected button:visited,
*:selected *:link:visited { *:selected *:link:visited {
color: mix(@accent_fg_color,mix(#dbbc7f,#d5c9a1,0.2),0.4); color: mix(@accent_fg_color,mix(#83c092,#d5c9a1,0.2),0.4);
} }
button:link > label:hover, button:link > label:hover,
button:visited > label:hover, button:visited > label:hover,
button:hover:visited, button:hover:visited,
*:link:hover { *:link:hover {
color: mix(white,#dbbc7f,0.9); color: mix(white,#83c092,0.9);
} }
*:selected button:link > label:hover, *:selected button:link > label:hover,
*:selected button:visited > label:hover, *:selected button:visited > label:hover,
*:selected button:hover:visited, *:selected button:hover:visited,
*:selected *:link:hover { *:selected *:link:hover {
color: mix(@accent_fg_color,mix(white,#dbbc7f,0.9),0.1); color: mix(@accent_fg_color,mix(white,#83c092,0.9),0.1);
} }
button:link > label:active, button:link > label:active,
button:visited > label:active, button:visited > label:active,
button:active:visited, button:active:visited,
*:link:active { *:link:active {
color: #dbbc7f; color: #83c092;
} }
*:selected button:link > label:active, *:selected button:link > label:active,
*:selected button:visited > label:active, *:selected button:visited > label:active,
*:selected button:active:visited, *:selected button:active:visited,
*:selected *:link:active { *:selected *:link:active {
color: mix(@accent_fg_color,#dbbc7f,0.2); color: mix(@accent_fg_color,#83c092,0.2);
} }
button:link > label:backdrop, button:link > label:backdrop,
button:visited > label:backdrop, button:visited > label:backdrop,
@@ -1807,7 +1807,7 @@ button:backdrop:visited,
*:link:backdrop:backdrop:hover, *:link:backdrop:backdrop:hover,
*:link:backdrop:backdrop:hover:selected, *:link:backdrop:backdrop:hover:selected,
*:link:backdrop { *:link:backdrop {
color: alpha(#dbbc7f,0.9); color: alpha(#83c092,0.9);
} }
button:link > label:disabled, button:link > label:disabled,
button:visited > label:disabled, button:visited > label:disabled,
@@ -1823,7 +1823,7 @@ button:selected:visited, *:selected button:link > label,
*:selected button:visited, *:selected button:visited,
*:link:selected, *:link:selected,
*:selected *:link { *:selected *:link {
color: mix(@accent_fg_color,#dbbc7f,0.2); color: mix(@accent_fg_color,#83c092,0.2);
} }
button:link, button:link,
@@ -1845,7 +1845,7 @@ button:visited {
} }
button:link:focus, button:link:focus,
button:visited:focus { button:visited:focus {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
outline-width: 2px; outline-width: 2px;
outline-offset: -2px; outline-offset: -2px;
} }
@@ -2192,13 +2192,13 @@ headerbar.selection-mode:backdrop label {
.selection-mode .titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link, .selection-mode .titlebar:not(headerbar) .subtitle:link, .selection-mode.titlebar:not(headerbar) .subtitle:link,
.selection-mode headerbar .subtitle:link, .selection-mode headerbar .subtitle:link,
headerbar.selection-mode .subtitle:link { headerbar.selection-mode .subtitle:link {
color: mix(@accent_fg_color,#dbbc7f,0.2); color: mix(@accent_fg_color,#83c092,0.2);
} }
.selection-mode .titlebar:not(headerbar) button, .selection-mode.titlebar:not(headerbar) button, .selection-mode .titlebar:not(headerbar) button, .selection-mode.titlebar:not(headerbar) button,
.selection-mode headerbar button, .selection-mode headerbar button,
headerbar.selection-mode button { headerbar.selection-mode button {
color: @accent_fg_color; color: @accent_fg_color;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(@accent_fg_color,@accent_bg_color,0.9); background-color: mix(@accent_fg_color,@accent_bg_color,0.9);
} }
.selection-mode .titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.flat, .selection-mode .titlebar:not(headerbar) button.flat, .selection-mode.titlebar:not(headerbar) button.flat,
@@ -2339,7 +2339,7 @@ headerbar.selection-mode button:disabled:checked {
.selection-mode headerbar button.suggested-action, .selection-mode headerbar button.suggested-action,
headerbar.selection-mode button.suggested-action { headerbar.selection-mode button.suggested-action {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
border-color: mix(black,@accent_bg_color,0.7); border-color: mix(black,@accent_bg_color,0.7);
} }
@@ -2620,12 +2620,12 @@ headerbar.selection-mode button:hover:backdrop, .titlebar.selection-mode button:
headerbar entry, .titlebar entry { headerbar entry, .titlebar entry {
min-height: 32px; min-height: 32px;
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
headerbar entry:backdrop, .titlebar entry:backdrop { headerbar entry:backdrop, .titlebar entry:backdrop {
color: mix(#d5c9a1,#232a2e,0.5); color: mix(#d5c9a1,#232a2e,0.5);
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(mix(#d5c9a1,#232a2e,0.5),#232a2e,0.9); background-color: mix(mix(#d5c9a1,#232a2e,0.5),#232a2e,0.9);
} }
headerbar entry:disabled, .titlebar entry:disabled { headerbar entry:disabled, .titlebar entry:disabled {
@@ -2811,7 +2811,7 @@ headerbar button.text-button:not(.suggested-action):not(.destructive-action):not
headerbar .linked button:not(:only-child), headerbar > .stack-switcher.linked > button, .titlebar .linked.raised button, headerbar .linked button:not(:only-child), headerbar > .stack-switcher.linked > button, .titlebar .linked.raised button,
.titlebar .linked button:not(:only-child), .titlebar > .stack-switcher.linked > button, headerbar .linked entry ~ .image-button, .titlebar .linked entry ~ .image-button { .titlebar .linked button:not(:only-child), .titlebar > .stack-switcher.linked > button, headerbar .linked entry ~ .image-button, .titlebar .linked entry ~ .image-button {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
headerbar button.text-button:backdrop:not(.suggested-action):not(.destructive-action):not(:disabled), .titlebar button.text-button:backdrop:not(.suggested-action):not(.destructive-action):not(:disabled), headerbar .linked.raised button:backdrop, headerbar button.text-button:backdrop:not(.suggested-action):not(.destructive-action):not(:disabled), .titlebar button.text-button:backdrop:not(.suggested-action):not(.destructive-action):not(:disabled), headerbar .linked.raised button:backdrop,
@@ -2923,7 +2923,7 @@ headerbar button.default.text-button:not(:backdrop):not(.suggested-action):not(.
headerbar .linked button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(:only-child), headerbar > .stack-switcher.linked > button.default:not(:backdrop):not(.suggested-action):not(.destructive-action), .titlebar .linked.raised button.default:not(:backdrop):not(.suggested-action):not(.destructive-action), headerbar .linked button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(:only-child), headerbar > .stack-switcher.linked > button.default:not(:backdrop):not(.suggested-action):not(.destructive-action), .titlebar .linked.raised button.default:not(:backdrop):not(.suggested-action):not(.destructive-action),
.titlebar .linked button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(:only-child), .titlebar > .stack-switcher.linked > button.default:not(:backdrop):not(.suggested-action):not(.destructive-action), headerbar .linked entry ~ .default.image-button:not(:backdrop):not(.suggested-action):not(.destructive-action), .titlebar .linked entry ~ .default.image-button:not(:backdrop):not(.suggested-action):not(.destructive-action) { .titlebar .linked button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(:only-child), .titlebar > .stack-switcher.linked > button.default:not(:backdrop):not(.suggested-action):not(.destructive-action), headerbar .linked entry ~ .default.image-button:not(:backdrop):not(.suggested-action):not(.destructive-action), .titlebar .linked entry ~ .default.image-button:not(:backdrop):not(.suggested-action):not(.destructive-action) {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
headerbar button.flat.text-button:not(:hover):not(:active):not(.suggested-action):not(.destructive-action):not(:disabled), .titlebar button.flat.text-button:not(:hover):not(:active):not(.suggested-action):not(.destructive-action):not(:disabled), headerbar .linked.raised button.flat:not(:hover):not(:active), headerbar button.flat.text-button:not(:hover):not(:active):not(.suggested-action):not(.destructive-action):not(:disabled), .titlebar button.flat.text-button:not(:hover):not(:active):not(.suggested-action):not(.destructive-action):not(:disabled), headerbar .linked.raised button.flat:not(:hover):not(:active),
@@ -2938,7 +2938,7 @@ headerbar .linked button.flat:not(:hover):not(:active):not(:only-child), headerb
} }
headerbar button:hover:not(.titlebutton), .titlebar button:hover:not(.titlebutton), headerbar viewswitcher button.radio:hover:checked, .titlebar viewswitcher button.radio:hover:checked { headerbar button:hover:not(.titlebutton), .titlebar button:hover:not(.titlebutton), headerbar viewswitcher button.radio:hover:checked, .titlebar viewswitcher button.radio:hover:checked {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
headerbar button:hover:backdrop:not(.titlebutton), .titlebar button:hover:backdrop:not(.titlebutton), headerbar viewswitcher button.radio:hover:backdrop:checked, .titlebar viewswitcher button.radio:hover:backdrop:checked { headerbar button:hover:backdrop:not(.titlebutton), .titlebar button:hover:backdrop:not(.titlebutton), headerbar viewswitcher button.radio:hover:backdrop:checked, .titlebar viewswitcher button.radio:hover:backdrop:checked {
@@ -2983,7 +2983,7 @@ headerbar button:active:backdrop:hover:hover:not(.titlebutton), .titlebar button
} }
headerbar button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(.titlebutton), .titlebar button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(.titlebutton), headerbar viewswitcher button.default.radio:not(:backdrop):not(.suggested-action):not(.destructive-action):checked, .titlebar viewswitcher button.default.radio:not(:backdrop):not(.suggested-action):not(.destructive-action):checked { headerbar button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(.titlebutton), .titlebar button.default:not(:backdrop):not(.suggested-action):not(.destructive-action):not(.titlebutton), headerbar viewswitcher button.default.radio:not(:backdrop):not(.suggested-action):not(.destructive-action):checked, .titlebar viewswitcher button.default.radio:not(:backdrop):not(.suggested-action):not(.destructive-action):checked {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
headerbar button.flat:not(:hover):not(:active):not(.titlebutton), .titlebar button.flat:not(:hover):not(:active):not(.titlebutton), headerbar viewswitcher button.flat.radio:not(:hover):not(:active):checked, .titlebar viewswitcher button.flat.radio:not(:hover):not(:active):checked { headerbar button.flat:not(:hover):not(:active):not(.titlebutton), .titlebar button.flat:not(:hover):not(:active):not(.titlebutton), headerbar viewswitcher button.flat.radio:not(:hover):not(:active):checked, .titlebar viewswitcher button.flat.radio:not(:hover):not(:active):checked {
@@ -3355,7 +3355,7 @@ popover.background list separator {
popover.background button { popover.background button {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
popover.background button.flat:not(:hover):not(:active) { popover.background button.flat:not(:hover):not(:active) {
@@ -3390,12 +3390,12 @@ popover.background button:disabled {
} }
popover.background entry { popover.background entry {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
popover.background entry:disabled { popover.background entry:disabled {
color: mix(#d5c9a1,#2b3339,0.5); color: mix(#d5c9a1,#2b3339,0.5);
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(mix(#d5c9a1,#2b3339,0.5),#2b3339,0.9); background-color: mix(mix(#d5c9a1,#2b3339,0.5),#2b3339,0.9);
} }
@@ -3555,7 +3555,7 @@ notebook > header tab.reorderable-page {
transition: outline-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-offset 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: outline-color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-width 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), outline-offset 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), background 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
} }
notebook > header tab.reorderable-page:focus { notebook > header tab.reorderable-page:focus {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
outline-width: 2px; outline-width: 2px;
outline-offset: -2px; outline-offset: -2px;
} }
@@ -3683,7 +3683,7 @@ scrollbar slider:disabled {
background-color: transparent; background-color: transparent;
} }
scrollbar.fine-tune slider, scrollbar.fine-tune slider:hover, scrollbar.fine-tune slider:active { scrollbar.fine-tune slider, scrollbar.fine-tune slider:hover, scrollbar.fine-tune slider:active {
background-color: alpha(#dbbc7f,0.6); background-color: alpha(#83c092,0.6);
} }
scrollbar.overlay-indicator:not(.dragging):not(.hovering) { scrollbar.overlay-indicator:not(.dragging):not(.hovering) {
border-color: transparent; border-color: transparent;
@@ -5143,7 +5143,7 @@ list {
} }
list row { list row {
padding: 2px; padding: 2px;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
outline-style: solid; outline-style: solid;
outline-offset: -3px; outline-offset: -3px;
outline-width: 2px; outline-width: 2px;
@@ -5192,7 +5192,7 @@ list.content > row:not(:selected):hover button,
list.view.frame button, list.view.frame button,
list.view.frame > row:not(:selected):hover button { list.view.frame > row:not(:selected):hover button {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#3c4243,0.9); background-color: mix(#d5c9a1,#3c4243,0.9);
} }
.content list button.flat:not(:hover):not(:active), .content list > row:not(:selected):hover button.flat:not(:hover):not(:active), .content list button.flat:not(:hover):not(:active), .content list > row:not(:selected):hover button.flat:not(:hover):not(:active),
@@ -5257,7 +5257,7 @@ list.view.frame > row:not(:selected):hover button:disabled {
list.content entry, list.content entry,
list.view.frame entry { list.view.frame entry {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#3c4243,0.9); background-color: mix(#d5c9a1,#3c4243,0.9);
} }
.content list entry:disabled, .content list entry:disabled,
@@ -5373,17 +5373,17 @@ calendar:indeterminate {
} }
messagedialog.csd.background button { messagedialog.csd.background button {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
color: white; color: white;
background-color: alpha(currentColor,0.1); background-color: alpha(currentColor,0.1);
} }
messagedialog.csd.background button:hover { messagedialog.csd.background button:hover {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
color: white; color: white;
background-color: alpha(currentColor,0.15); background-color: alpha(currentColor,0.15);
} }
messagedialog.csd.background button:checked, messagedialog.csd.background button:active { messagedialog.csd.background button:checked, messagedialog.csd.background button:active {
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
color: white; color: white;
background-color: alpha(currentColor,0.3); background-color: alpha(currentColor,0.3);
} }
@@ -5787,7 +5787,7 @@ infobar selection {
background-color: shade(#2b3339,0.9); background-color: shade(#2b3339,0.9);
} }
infobar *:link { infobar *:link {
color: #dbbc7f; color: #83c092;
} }
tooltip { tooltip {
@@ -5888,7 +5888,7 @@ colorswatch#add-color-button:only-child {
} }
colorswatch#add-color-button overlay { colorswatch#add-color-button overlay {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
colorswatch#add-color-button overlay:hover { colorswatch#add-color-button overlay:hover {
@@ -6437,7 +6437,7 @@ list.content + .inline-toolbar {
button.list-button:not(:active):not(:checked):not(:hover) { button.list-button:not(:active):not(:checked):not(:hover) {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#3c4243,0.9); background-color: mix(#d5c9a1,#3c4243,0.9);
} }
@@ -6909,7 +6909,7 @@ window.csd.unified list.content spinbutton {
border: none; border: none;
} }
window.csd.unified list.content spinbutton:focus { window.csd.unified list.content spinbutton:focus {
box-shadow: inset 0 0 0 2px alpha(#dbbc7f,0.5); box-shadow: inset 0 0 0 2px alpha(#83c092,0.5);
} }
window.csd.unified .titlebar { window.csd.unified .titlebar {
@@ -7312,7 +7312,7 @@ button.back-button.text-button {
background-size: 21px; background-size: 21px;
padding-left: 36px; padding-left: 36px;
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#232a2e,0.9); background-color: mix(#d5c9a1,#232a2e,0.9);
} }
.titlebar button.back-button:hover, .titlebar button.back-button:hover,
@@ -7506,7 +7506,7 @@ XfdesktopIconView.view .rubberband {
} }
.xfce4-panel.background button menu .linked button { .xfce4-panel.background button menu .linked button {
color: #d5c9a1; color: #d5c9a1;
outline-color: alpha(#dbbc7f,0.5); outline-color: alpha(#83c092,0.5);
background-color: mix(#d5c9a1,#2b3339,0.9); background-color: mix(#d5c9a1,#2b3339,0.9);
} }
.xfce4-panel.background button menu .linked button:disabled { .xfce4-panel.background button menu .linked button:disabled {
@@ -7906,6 +7906,3 @@ window, decoration, decoration-overlay, headerbar, .titlebar {
border-top-left-radius: 5px; border-top-left-radius: 5px;
border-top-right-radius: 5px; border-top-right-radius: 5px;
} }
decoratio, window, window.backgroud, window.titlebar, * {
border-radius:5px;
}

View File

@@ -0,0 +1,2 @@
[Settings]
gtk-application-prefer-dark-theme=1

View File

@@ -121,7 +121,7 @@ windowcontrols.end:not(.colored):not(.macos):not(.default) > button.close > imag
} }
@define-color accent_bg_color @yellow_1; @define-color accent_bg_color @green_1;
@define-color accent_fg_color @window_bg_color; @define-color accent_fg_color @window_bg_color;
window, decoration, decoration-overlay, headerbar, .titlebar { window, decoration, decoration-overlay, headerbar, .titlebar {
border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;

View File

@@ -0,0 +1,2 @@
[Settings]
gtk-application-prefer-dark-theme=1

View File

@@ -35,6 +35,8 @@ cursor_trail 3
#include colors-wallust.conf #include colors-wallust.conf
#include colors-matugen.conf #include colors-matugen.conf
map f11 toggle_fullscreen
# Include Custom Configuration # Include Custom Configuration
# Create the file custom.conf in ~/.config/kitty to overwrite the default configuration # Create the file custom.conf in ~/.config/kitty to overwrite the default configuration
include ./${HOSTNAME}.conf include ./${HOSTNAME}.conf

View File

@@ -1 +1 @@
font_size 13 font_size 12

View File

@@ -1,53 +1,53 @@
{ {
"AstroNvim": { "branch": "main", "commit": "ced71e326fd5a314eca237abe8a357eb4e9f40ae" }, "AstroNvim": { "branch": "main", "commit": "f8f67b007407c06065e535874dd8dc32d241b0c1" },
"LuaSnip": { "branch": "master", "commit": "458560534a73f7f8d7a11a146c801db00b081df0" }, "LuaSnip": { "branch": "master", "commit": "03c8e67eb7293c404845b3982db895d59c0d1538" },
"aerial.nvim": { "branch": "master", "commit": "6ab1a0ce4874d21610fc5a67a6c82c7b943c635b" }, "aerial.nvim": { "branch": "master", "commit": "3284a2cb858ba009c79da87d5e010ccee3c99c4d" },
"astrocommunity": { "branch": "main", "commit": "8d028f4ff6173240c85765698d7672b7aa0ce30b" }, "astrocommunity": { "branch": "main", "commit": "6f3e4a5606e51e174f51a63e3b8f4a8f12f1f19b" },
"astrocore": { "branch": "main", "commit": "c797dd5a592e2bd154f2503e231b8a4083659534" }, "astrocore": { "branch": "main", "commit": "5388242729136c5c64d3317e099dfc7b412d9652" },
"astrolsp": { "branch": "main", "commit": "0befe28a4ea96e46b7f7c01e4a634c04225ba55a" }, "astrolsp": { "branch": "main", "commit": "bb0051597474971b93e1cde2fd960dda978c2378" },
"astrotheme": { "branch": "main", "commit": "4a2af93815e4e6adfe69c836e46047a9451de858" }, "astrotheme": { "branch": "main", "commit": "f12dcf64b1f9a05839c3ac2146f550f43bae9dab" },
"astroui": { "branch": "main", "commit": "4943abbd42674b43249313afe83b91065a40e4be" }, "astroui": { "branch": "main", "commit": "fded232ee0001c6bed9b654188e3dd4b0c58317c" },
"better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" }, "better-escape.nvim": { "branch": "master", "commit": "199dcc2643dec5d8dbdab4ec672cf405224dcb3b" },
"blink.cmp": { "branch": "main", "commit": "b19413d214068f316c78978b08264ed1c41830ec" }, "blink.cmp": { "branch": "main", "commit": "cb5e346d9e0efa7a3eee7fd4da0b690c48d2a98e" },
"blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" }, "blink.compat": { "branch": "main", "commit": "2ed6d9a28b07fa6f3bface818470605f8896408c" },
"claudecode.nvim": { "branch": "main", "commit": "1552086ebcce9f4a2ea3b9793018a884d6b60169" }, "claudecode.nvim": { "branch": "main", "commit": "91357d810ccf92f6169f3754436901c6ff5237ec" },
"cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" }, "cmp-dap": { "branch": "master", "commit": "ea92773e84c0ad3288c3bc5e452ac91559669087" },
"everforest": { "branch": "master", "commit": "484dd560dccb2d2842685c441ad2b54a54ffef1b" }, "everforest": { "branch": "master", "commit": "484dd560dccb2d2842685c441ad2b54a54ffef1b" },
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" }, "friendly-snippets": { "branch": "main", "commit": "31f2a2657b6261724313281fe0d8ba6f43f4a4fa" },
"gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" }, "gitsigns.nvim": { "branch": "main", "commit": "7010000889bfb6c26065e0b0f7f1e6aa9163edd9" },
"guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" }, "guess-indent.nvim": { "branch": "main", "commit": "84a4987ff36798c2fc1169cbaff67960aed9776f" },
"heirline.nvim": { "branch": "master", "commit": "fae936abb5e0345b85c3a03ecf38525b0828b992" }, "heirline.nvim": { "branch": "master", "commit": "cc359b628266cb9a84b2d71c883f2b99e16473a0" },
"lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, "lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lazydev.nvim": { "branch": "main", "commit": "01bc2aacd51cf9021eb19d048e70ce3dd09f7f93" }, "lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" }, "mason-lspconfig.nvim": { "branch": "main", "commit": "1a31f824b9cd5bc6f342fc29e9a53b60d74af245" },
"mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" }, "mason-null-ls.nvim": { "branch": "main", "commit": "2b8433f76598397fcc97318d410e0c4f7a4bea6a" },
"mason-nvim-dap.nvim": { "branch": "main", "commit": "e51f9b259f066c4347f9a79ffde54c29a0619384" }, "mason-nvim-dap.nvim": { "branch": "main", "commit": "4c2cdc69d69fe00c15ae8648f7e954d99e5de3ea" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "517ef5994ef9d6b738322664d5fdd948f0fdeb46" }, "mason-tool-installer.nvim": { "branch": "main", "commit": "1255518cb067e038a4755f5cb3e980f79b6ab89c" },
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" }, "mason.nvim": { "branch": "main", "commit": "fc98833b6da5de5a9c5b1446ac541577059555be" },
"mini.icons": { "branch": "main", "commit": "397ed3807e96b59709ef3292f0a3e253d5c1dc0a" }, "mini.icons": { "branch": "main", "commit": "910db5df9724d65371182948f921fce23c2c881e" },
"neo-tree.nvim": { "branch": "main", "commit": "f3df514fff2bdd4318127c40470984137f87b62e" }, "neo-tree.nvim": { "branch": "main", "commit": "9b5d67119c46e3262ffe1508fe6d8540b79ad75d" },
"neoconf.nvim": { "branch": "main", "commit": "757a4cc7e12cdd4e2fe5f4abe97769742f50bf98" }, "neoconf.nvim": { "branch": "main", "commit": "ffbaf342f363aee33ed82575ee320306d72dac63" },
"nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" }, "nightfox.nvim": { "branch": "main", "commit": "ba47d4b4c5ec308718641ba7402c143836f35aa9" },
"none-ls.nvim": { "branch": "main", "commit": "550197530c12b4838d685cf4e0d5eb4cca8d52c7" }, "none-ls.nvim": { "branch": "main", "commit": "fb50cf17e926a037c9f8d96d8db29ddbd04965d4" },
"nui.nvim": { "branch": "main", "commit": "f535005e6ad1016383f24e39559833759453564e" }, "nui.nvim": { "branch": "main", "commit": "8d3bce9764e627b62b07424e0df77f680d47ffdb" },
"nvim-autopairs": { "branch": "master", "commit": "7a2c97cccd60abc559344042fefb1d5a85b3e33b" }, "nvim-autopairs": { "branch": "master", "commit": "4d74e75913832866aa7de35e4202463ddf6efd1b" },
"nvim-dap": { "branch": "master", "commit": "b38f7d30366d9169d0a623c4c85fbcf99d8d58bb" }, "nvim-dap": { "branch": "master", "commit": "7aade9e99bef5f0735cf966e715b3ce45515d786" },
"nvim-dap-ui": { "branch": "master", "commit": "cf91d5e2d07c72903d052f5207511bf7ecdb7122" }, "nvim-dap-ui": { "branch": "master", "commit": "881a69e25bd6658864fab47450025490b74be878" },
"nvim-highlight-colors": { "branch": "main", "commit": "e0c4a58ec8c3ca7c92d3ee4eb3bc1dd0f7be317e" }, "nvim-highlight-colors": { "branch": "main", "commit": "b42a5ccec7457b44e89f7ed3b3afb1b375bb2093" },
"nvim-lspconfig": { "branch": "master", "commit": "fa2662510d30b06168b6e2e6915518decde6bbac" }, "nvim-lspconfig": { "branch": "master", "commit": "4692f3a14f05bbc1f75e887c838c81c07f1ba91f" },
"nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" }, "nvim-nio": { "branch": "master", "commit": "21f5324bfac14e22ba26553caf69ec76ae8a7662" },
"nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter": { "branch": "master", "commit": "684eeac91ed8e297685a97ef70031d19ac1de25a" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "5ca4aaa6efdcc59be46b95a3e876300cfead05ef" }, "nvim-treesitter-textobjects": { "branch": "master", "commit": "205e3369bc83d8cb83f7409c36120e24611f8c5c" },
"nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" }, "nvim-ts-autotag": { "branch": "main", "commit": "a1d526af391f6aebb25a8795cbc05351ed3620b5" },
"nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" }, "nvim-window-picker": { "branch": "main", "commit": "6382540b2ae5de6c793d4aa2e3fe6dbb518505ec" },
"onedarkpro.nvim": { "branch": "main", "commit": "eeac8847a46a02c4de4e887c4c6d34b282060b5d" }, "onedarkpro.nvim": { "branch": "main", "commit": "5ffd45b3602bc1ed75f0b2be6c5c1f6ba5c6b796" },
"plenary.nvim": { "branch": "master", "commit": "b9fd5226c2f76c951fc8ed5923d85e4de065e509" }, "plenary.nvim": { "branch": "master", "commit": "857c5ac632080dba10aae49dba902ce3abf91b35" },
"resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" }, "resession.nvim": { "branch": "master", "commit": "cc819b0489938d03e4f3532a583354f0287c015b" },
"rose-pine": { "branch": "main", "commit": "cf2a288696b03d0934da713d66c6d71557b5c997" }, "rose-pine": { "branch": "main", "commit": "f93360149e9ed4df8677fbb07c7231ea0fd03b97" },
"smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" }, "smart-splits.nvim": { "branch": "master", "commit": "ddb23c1a1cf1507bda487cda7f6e4690965ef9f5" },
"snacks.nvim": { "branch": "main", "commit": "a4e46becca45eb65c73a388634b1ce8aad629ae0" }, "snacks.nvim": { "branch": "main", "commit": "5eac729fa290248acfe10916d92a5ed5e5c0f9ed" },
"todo-comments.nvim": { "branch": "main", "commit": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668" }, "todo-comments.nvim": { "branch": "main", "commit": "304a8d204ee787d2544d8bc23cd38d2f929e7cc5" },
"toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" }, "toggleterm.nvim": { "branch": "main", "commit": "50ea089fc548917cc3cc16b46a8211833b9e3c7c" },
"vim-illuminate": { "branch": "master", "commit": "0d1e93684da00ab7c057410fecfc24f434698898" }, "vim-illuminate": { "branch": "master", "commit": "1fa4b23409e22a03823648e344c77f260e2572cb" },
"which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" } "which-key.nvim": { "branch": "main", "commit": "fcbf4eea17cb299c02557d576f0d568878e354a4" }
} }

View File

@@ -1,13 +1,13 @@
logins: logins:
- name: git.fraley.de - name: git.fraley.de
url: https://git.fraley.de url: https://git.fraley.de
token: 385b65454cecc73d390e01d4d9486472b2c13c4a token: ff05269178bb82e756479f5c0ccd4f032fae98e5
default: false default: true
ssh_host: git.fraley.de ssh_host: git.fraley.de
ssh_key: /home/frpa/.ssh/id_rsa ssh_key: /home/frpa/.ssh/id_rsa
insecure: false insecure: false
user: patrick user: frpa
created: 1745660002 created: 1764783623
preferences: preferences:
editor: false editor: false
flag_defaults: flag_defaults: