New backup 2025-10-22 21:45:02
This commit is contained in:
parent
e79d8abbdc
commit
23a6bb5124
5 changed files with 94 additions and 96 deletions
|
|
@ -3,5 +3,5 @@
|
||||||
"export-gtkrc-20": true,
|
"export-gtkrc-20": true,
|
||||||
"export-index-theme": true,
|
"export-index-theme": true,
|
||||||
"export-xsettingsd": true,
|
"export-xsettingsd": true,
|
||||||
"export-gtk4-symlinks": false
|
"export-gtk4-symlinks": true
|
||||||
}
|
}
|
||||||
|
|
@ -56,7 +56,7 @@ window {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
#entry:selected {
|
#entry:selected {
|
||||||
background-color: var(--button-background-active-color);
|
background-color: var(--button-background-active-color) !important;
|
||||||
outline: none;
|
outline: none;
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,13 +17,18 @@ Name=Penelope
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=penelope
|
Path=penelope
|
||||||
Default=1
|
Default=1
|
||||||
StoreID=0585997e
|
StoreID=a61d59be
|
||||||
ShowSelector=0
|
ShowSelector=0
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
Version=2
|
Version=2
|
||||||
|
|
||||||
|
[Profile4]
|
||||||
|
Name=testing
|
||||||
|
IsRelative=1
|
||||||
|
Path=4z689ygf.testing
|
||||||
|
|
||||||
[Install6C4726F70D182CF7]
|
[Install6C4726F70D182CF7]
|
||||||
Default=penelope
|
Default=penelope
|
||||||
Locked=1
|
Locked=1
|
||||||
|
|
@ -33,8 +38,3 @@ Name=School
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Path=school
|
Path=school
|
||||||
|
|
||||||
[Profile4]
|
|
||||||
Name=testing
|
|
||||||
IsRelative=1
|
|
||||||
Path=4z689ygf.testing
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3124,10 +3124,6 @@ scrolledwindow overshoot,
|
||||||
scrolledwindow undershoot {
|
scrolledwindow undershoot {
|
||||||
background: none; }
|
background: none; }
|
||||||
|
|
||||||
window popupset {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
/************
|
/************
|
||||||
* Pathbars *
|
* Pathbars *
|
||||||
************/
|
************/
|
||||||
|
|
|
||||||
|
|
@ -3,164 +3,166 @@
|
||||||
use responsibly! */
|
use responsibly! */
|
||||||
/*
|
/*
|
||||||
widget text/foreground color */
|
widget text/foreground color */
|
||||||
@define-color theme_fg_color_breeze #fcfcfc;
|
/*@define-color theme_fg_color_breeze alpha(@color15, 1);*/
|
||||||
|
@define-color theme_fg_color_breeze alpha(@color15, 1);
|
||||||
/*
|
/*
|
||||||
text color for entries, views and content in general */
|
text color for entries, views and content in general */
|
||||||
@define-color theme_text_color_breeze #fcfcfc;
|
@define-color theme_text_color_breeze alpha(@color15, 1);
|
||||||
/*
|
/*
|
||||||
widget base background color */
|
widget base background color */
|
||||||
@define-color theme_bg_color_breeze #20232633;
|
/*@define-color theme_bg_color_breeze #202326;*/
|
||||||
|
@define-color theme_bg_color_breeze alpha(@color0, 0);
|
||||||
/*
|
/*
|
||||||
text widgets and the like base background color */
|
text widgets and the like base background color */
|
||||||
@define-color theme_base_color_breeze #141618;
|
@define-color theme_base_color_breeze alpha(mix(@color0,@color5,0.2),0.65);
|
||||||
/*
|
/*
|
||||||
view hover decoration color*/
|
view hover decoration color*/
|
||||||
@define-color theme_view_hover_decoration_color_breeze #3daee9;
|
@define-color theme_view_hover_decoration_color_breeze alpha(@color5, 0.7);
|
||||||
/*
|
/*
|
||||||
background color of hovering selected widgets*/
|
background color of hovering selected widgets*/
|
||||||
@define-color theme_hovering_selected_bg_color_breeze #3daee9;
|
@define-color theme_hovering_selected_bg_color_breeze alpha(@color5, 0.7);
|
||||||
/*
|
/*
|
||||||
base background color of selections */
|
base background color of selections */
|
||||||
@define-color theme_selected_bg_color_breeze #3daee9;
|
@define-color theme_selected_bg_color_breeze alpha(@color5, 0.7);
|
||||||
/*
|
/*
|
||||||
text/foreground color of selections */
|
text/foreground color of selections */
|
||||||
@define-color theme_selected_fg_color_breeze #fcfcfc;
|
@define-color theme_selected_fg_color_breeze alpha(@color15, 1);
|
||||||
/*
|
/*
|
||||||
decoration color of views */
|
decoration color of views */
|
||||||
@define-color theme_view_active_decoration_color_breeze #3daee9;
|
@define-color theme_view_active_decoration_color_breeze alpha(@color5, 0.7);
|
||||||
/*
|
/*
|
||||||
base background color of insensitive selections */
|
base background color of insensitive selections */
|
||||||
@define-color insensitive_selected_bg_color_breeze rgba(37, 164, 230, 0.35);
|
@define-color insensitive_selected_bg_color_breeze alpha(@color5, 0.35);
|
||||||
/*
|
/*
|
||||||
base background color of insensitive widgets */
|
base background color of insensitive widgets */
|
||||||
@define-color insensitive_bg_color_breeze #1d2023;
|
@define-color insensitive_bg_color_breeze alpha(@color0, 0.1);
|
||||||
/*
|
/*
|
||||||
text foreground color of insensitive widgets */
|
text foreground color of insensitive widgets */
|
||||||
@define-color insensitive_fg_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color insensitive_fg_color_breeze alpha(@color15, 0.4);
|
||||||
/*
|
/*
|
||||||
insensitive text widgets and the like base background color */
|
insensitive text widgets and the like base background color */
|
||||||
@define-color insensitive_base_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color insensitive_base_color_breeze alpha(@color0, 0);
|
||||||
/*
|
/*
|
||||||
insensitive text widgets and the like base foreground color */
|
insensitive text widgets and the like base foreground color */
|
||||||
@define-color insensitive_base_fg_color_breeze #121416;
|
@define-color insensitive_base_fg_color_breeze alpha(@color15, 0.5);
|
||||||
/*
|
/*
|
||||||
insensitive selected text widgets and the like base background color */
|
insensitive selected text widgets and the like base background color */
|
||||||
@define-color insensitive_selected_fg_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color insensitive_selected_fg_color_breeze alpha(@color15, 0.35);
|
||||||
/*
|
/*
|
||||||
widget text/foreground color on backdrop windows */
|
widget text/foreground color on backdrop windows */
|
||||||
@define-color theme_unfocused_fg_color_breeze #fcfcfc;
|
@define-color theme_unfocused_fg_color_breeze alpha(@color15, 1);
|
||||||
/*
|
/*
|
||||||
text color for entries, views and content in general on backdrop windows */
|
text color for entries, views and content in general on backdrop windows */
|
||||||
@define-color theme_unfocused_text_color_breeze #fcfcfc;
|
@define-color theme_unfocused_text_color_breeze alpha(@color15, 1);
|
||||||
/*
|
/*
|
||||||
widget base background color on backdrop windows */
|
widget base background color on backdrop windows */
|
||||||
@define-color theme_unfocused_bg_color_breeze #202326;
|
@define-color theme_unfocused_bg_color_breeze alpha(@color0, 0.1);
|
||||||
/*
|
/*
|
||||||
text widgets and the like base background color on backdrop windows */
|
text widgets and the like base background color on backdrop windows */
|
||||||
@define-color theme_unfocused_base_color_breeze #141618;
|
@define-color theme_unfocused_base_color_breeze alpha(@color0, 0);
|
||||||
/*
|
/*
|
||||||
base background color of selections on backdrop windows, alt */
|
base background color of selections on backdrop windows, alt */
|
||||||
@define-color theme_unfocused_selected_bg_color_alt_breeze #3daee9;
|
@define-color theme_unfocused_selected_bg_color_alt_breeze alpha(@color5, 0.7);
|
||||||
/*
|
/*
|
||||||
base background color of selections on backdrop windows */
|
base background color of selections on backdrop windows */
|
||||||
@define-color theme_unfocused_selected_bg_color_breeze rgba(61, 174, 233, 0.5);
|
@define-color theme_unfocused_selected_bg_color_breeze alpha(@color5, 1);
|
||||||
/*
|
/*
|
||||||
text/foreground color of selections on backdrop windows */
|
text/foreground color of selections on backdrop windows */
|
||||||
@define-color theme_unfocused_selected_fg_color_breeze #fcfcfc;
|
@define-color theme_unfocused_selected_fg_color_breeze alpha(@color15, 0.8);
|
||||||
/*
|
/*
|
||||||
base background color of insensitive selections on backdrop windows */
|
base background color of insensitive selections on backdrop windows */
|
||||||
@define-color insensitive_unfocused_selected_bg_color_breeze rgba(37, 164, 230, 0.35);
|
@define-color insensitive_unfocused_selected_bg_color_breeze alpha(@color0, 0.4);
|
||||||
/*
|
/*
|
||||||
text foreground color of insensitive widgets on backdrop windows*/
|
text foreground color of insensitive widgets on backdrop windows*/
|
||||||
@define-color insensitive_unfocused_fg_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color insensitive_unfocused_fg_color_breeze alpha(@color15, 0.35);
|
||||||
/*
|
/*
|
||||||
backdground color of insensitive widgets on backdrop windows*/
|
backdground color of insensitive widgets on backdrop windows*/
|
||||||
@define-color insensitive_unfocused_bg_color_breeze #1d2023;
|
@define-color insensitive_unfocused_bg_color_breeze alpha(@color0, 0);
|
||||||
/*
|
/*
|
||||||
text foreground color of insensitive selected widgets on backdrop windows*/
|
text foreground color of insensitive selected widgets on backdrop windows*/
|
||||||
@define-color insensitive_unfocused_selected_fg_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color insensitive_unfocused_selected_fg_color_breeze alpha(@color15, 0.35);
|
||||||
/*
|
/*
|
||||||
view text foreground color of insensitive widgets on backdrop windows */
|
view text foreground color of insensitive widgets on backdrop windows */
|
||||||
@define-color theme_unfocused_view_text_color_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_unfocused_view_text_color_breeze alpha(@color15, 0.35);
|
||||||
/*
|
/*
|
||||||
insensitive view background color on backdrop windows */
|
insensitive view background color on backdrop windows */
|
||||||
@define-color theme_unfocused_view_bg_color_breeze #121416;
|
@define-color theme_unfocused_view_bg_color_breeze alpha(@color0, 0);
|
||||||
/*
|
/*
|
||||||
widgets main borders color */
|
widgets main borders color */
|
||||||
@define-color borders_breeze #4c4e51;
|
@define-color borders_breeze alpha(@color5,1);
|
||||||
/*
|
/*
|
||||||
widgets main borders color on backdrop windows */
|
widgets main borders color on backdrop windows */
|
||||||
@define-color unfocused_borders_breeze #4c4e51;
|
@define-color unfocused_borders_breeze alpha(@color5,0.7);
|
||||||
/*
|
/*
|
||||||
widgets main borders color insensitive */
|
widgets main borders color insensitive */
|
||||||
@define-color insensitive_borders_breeze rgba(69, 71, 74, 0.35);
|
@define-color insensitive_borders_breeze alpha(@color5, 0.35);
|
||||||
/*
|
/*
|
||||||
widgets main borders color insensitive backdrop */
|
widgets main borders color insensitive backdrop */
|
||||||
@define-color unfocused_insensitive_borders_breeze rgba(69, 71, 74, 0.35);
|
@define-color unfocused_insensitive_borders_breeze alpha(@color5, 0.35);
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Button Colors
|
* Button Colors
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@define-color theme_button_background_normal_breeze #292c30;
|
@define-color theme_button_background_normal_breeze alpha(@color0, 0);
|
||||||
@define-color theme_button_decoration_hover_breeze #3daee9;
|
@define-color theme_button_decoration_hover_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_decoration_focus_breeze #3daee9;
|
@define-color theme_button_decoration_focus_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_foreground_normal_breeze #fcfcfc;
|
@define-color theme_button_foreground_normal_breeze alpha(@color15, 1);
|
||||||
@define-color theme_button_foreground_active_breeze #fcfcfc;
|
@define-color theme_button_foreground_active_breeze alpha(@color15, 1);
|
||||||
@define-color theme_button_background_insensitive_breeze rgba(37, 40, 44, 0.35);
|
@define-color theme_button_background_insensitive_breeze alpha(@color0, 0);
|
||||||
@define-color theme_button_decoration_hover_insensitive_breeze rgba(37, 164, 230, 0.35);
|
@define-color theme_button_decoration_hover_insensitive_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_decoration_focus_insensitive_breeze rgba(37, 164, 230, 0.35);
|
@define-color theme_button_decoration_focus_insensitive_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_foreground_insensitive_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_button_foreground_insensitive_breeze alpha(@color13, 1);
|
||||||
@define-color theme_button_foreground_active_insensitive_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_button_foreground_active_insensitive_breeze alpha(@color13, 1);
|
||||||
@define-color theme_button_background_backdrop_breeze #292c30;
|
@define-color theme_button_background_backdrop_breeze alpha(@color0, 0);
|
||||||
@define-color theme_button_decoration_hover_backdrop_breeze #3daee9;
|
@define-color theme_button_decoration_hover_backdrop_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_decoration_focus_backdrop_breeze #3daee9;
|
@define-color theme_button_decoration_focus_backdrop_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_foreground_backdrop_breeze #fcfcfc;
|
@define-color theme_button_foreground_backdrop_breeze alpha(@color15, 1);
|
||||||
@define-color theme_button_foreground_active_backdrop_breeze #fcfcfc;
|
@define-color theme_button_foreground_active_backdrop_breeze alpha(@color15, 1);
|
||||||
@define-color theme_button_background_backdrop_insensitive_breeze rgba(37, 40, 44, 0.35);
|
@define-color theme_button_background_backdrop_insensitive_breeze alpha(@color0, 0);
|
||||||
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze rgba(37, 164, 230, 0.35);
|
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze rgba(37, 164, 230, 0.35);
|
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze alpha(@color5, 0.7);
|
||||||
@define-color theme_button_foreground_backdrop_insensitive_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_button_foreground_backdrop_insensitive_breeze alpha(@color13, 1);
|
||||||
@define-color theme_button_foreground_active_backdrop_insensitive_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_button_foreground_active_backdrop_insensitive_breeze alpha(@color13, 1);
|
||||||
/*
|
/*
|
||||||
these are pretty self explicative */
|
these are pretty self explicative */
|
||||||
@define-color warning_color_breeze #f67400;
|
@define-color warning_color_breeze alpha(@color3,1);
|
||||||
@define-color error_color_breeze #da4453;
|
@define-color error_color_breeze alpha(@color9,1);
|
||||||
@define-color success_color_breeze #27ae60;
|
@define-color success_color_breeze alpha(@color2,1);
|
||||||
@define-color warning_color_backdrop_breeze #f67400;
|
@define-color warning_color_backdrop_breeze alpha(@color3,1);
|
||||||
@define-color error_color_backdrop_breeze #da4453;
|
@define-color error_color_backdrop_breeze alpha(@color9,1);
|
||||||
@define-color success_color_backdrop_breeze #27ae60;
|
@define-color success_color_backdrop_breeze alpha(@color2,1);
|
||||||
@define-color warning_color_insensitive_breeze rgba(224, 105, 0, 0.35);
|
@define-color warning_color_insensitive_breeze alpha(@color3, 0.35);
|
||||||
@define-color error_color_insensitive_breeze rgba(214, 46, 63, 0.35);
|
@define-color error_color_insensitive_breeze alpha(@color9, 0.35);
|
||||||
@define-color success_color_insensitive_breeze rgba(35, 158, 87, 0.35);
|
@define-color success_color_insensitive_breeze alpha(@color2, 0.35);
|
||||||
@define-color warning_color_insensitive_backdrop_breeze rgba(224, 105, 0, 0.35);
|
@define-color warning_color_insensitive_backdrop_breeze alpha(@color3, 0.35);
|
||||||
@define-color error_color_insensitive_backdrop_breeze rgba(214, 46, 63, 0.35);
|
@define-color error_color_insensitive_backdrop_breeze alpha(@color9, 0.35);
|
||||||
@define-color success_color_insensitive_backdrop_breeze rgba(35, 158, 87, 0.35);
|
@define-color success_color_insensitive_backdrop_breeze alpha(@color2, 0.35);
|
||||||
@define-color link_color_breeze #1d99f3;
|
@define-color link_color_breeze alpha(@color5, 1);
|
||||||
@define-color link_visited_color_breeze #9b59b6;
|
@define-color link_visited_color_breeze alpha(@color1, 1);
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Titlebar Colors
|
* Titlebar Colors
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@define-color theme_titlebar_background_breeze #272c31;
|
@define-color theme_titlebar_background_breeze alpha(@color0,0);
|
||||||
@define-color theme_titlebar_foreground_breeze #fcfcfc;
|
@define-color theme_titlebar_foreground_breeze alpha(@color15, 1);
|
||||||
@define-color theme_titlebar_background_light_breeze #202326;
|
@define-color theme_titlebar_background_light_breeze alpha(@color0,0);
|
||||||
@define-color theme_titlebar_foreground_backdrop_breeze #a1a9b1;
|
@define-color theme_titlebar_foreground_backdrop_breeze alpha(@color15,1);
|
||||||
@define-color theme_titlebar_background_backdrop_breeze #202428;
|
@define-color theme_titlebar_background_backdrop_breeze alpha(@color0,0);
|
||||||
@define-color theme_titlebar_foreground_insensitive_breeze rgba(229, 229, 229, 0.35);
|
@define-color theme_titlebar_foreground_insensitive_breeze alpha(@color15, 0.35);
|
||||||
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze rgba(144, 154, 163, 0.35);
|
@define-color theme_titlebar_foreground_insensitive_backdrop_breeze alpha(@color7, 0.35);
|
||||||
/*
|
/*
|
||||||
* Tooltips
|
* Tooltips
|
||||||
*/
|
*/
|
||||||
@define-color tooltip_text_breeze #fcfcfc;
|
@define-color tooltip_text_breeze alpha(@color15, 1);
|
||||||
@define-color tooltip_background_breeze #292c30;
|
@define-color tooltip_background_breeze alpha(@color0,1);
|
||||||
@define-color tooltip_border_breeze #535659;
|
@define-color tooltip_border_breeze alpha(@color7,1);
|
||||||
/*
|
/*
|
||||||
* Misc
|
* Misc
|
||||||
*/
|
*/
|
||||||
@define-color print_paper_backdrop_breeze white;
|
@define-color print_paper_backdrop_breeze alpha(@color15,1);
|
||||||
@define-color content_view_bg_breeze #141618;
|
@define-color content_view_bg_breeze alpha(@color0,1);
|
||||||
/*
|
/*
|
||||||
* GTK API color re-defs
|
* GTK API color re-defs
|
||||||
*/
|
*/
|
||||||
|
|
@ -578,9 +580,9 @@ picture:disabled {
|
||||||
***********/
|
***********/
|
||||||
@keyframes needs_attention {
|
@keyframes needs_attention {
|
||||||
from {
|
from {
|
||||||
background-image: radial-gradient(circle, @theme_button_decoration_focus_breeze 0%, transparent 5px); }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.01, to(@theme_button_decoration_focus_breeze), to(transparent)); }
|
||||||
to {
|
to {
|
||||||
background-image: radial-gradient(circle, @theme_selected_bg_color_breeze 0%, transparent 6px); } }
|
background-image: -gtk-gradient(radial, center center, 0, center center, 0.5, to(@theme_selected_bg_color_breeze), to(transparent)); } }
|
||||||
|
|
||||||
|
|
||||||
button.osd,
|
button.osd,
|
||||||
|
|
@ -2385,7 +2387,7 @@ popover, popover.background {
|
||||||
background-color: transparent; }
|
background-color: transparent; }
|
||||||
popover contents, popover > arrow, popover.background contents, popover.background > arrow {
|
popover contents, popover > arrow, popover.background contents, popover.background > arrow {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: mix(@theme_bg_color_breeze,@theme_base_color_breeze,0.3);
|
background-color: alpha(mix(@color0,@color5,0.2),0.8);
|
||||||
border: 1px solid @borders_breeze;
|
border: 1px solid @borders_breeze;
|
||||||
border-radius: 1.25mm; }
|
border-radius: 1.25mm; }
|
||||||
popover separator, popover.background separator {
|
popover separator, popover.background separator {
|
||||||
|
|
@ -3343,13 +3345,13 @@ scrollbar {
|
||||||
border-style: none;
|
border-style: none;
|
||||||
background-color: @theme_base_color_breeze; }
|
background-color: @theme_base_color_breeze; }
|
||||||
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) {
|
.sidebar:not(separator):dir(ltr), .sidebar:not(separator).left, .sidebar:not(separator).left:dir(rtl) {
|
||||||
border-right: 1px solid mix(#fcfcfc,#202326,0.1);
|
border-right: 1px solid mix(alpha(@color15, 1),#202326,0.1);
|
||||||
border-left: none; }
|
border-left: none; }
|
||||||
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right {
|
.sidebar:not(separator):dir(rtl), .sidebar:not(separator).right {
|
||||||
border-left: 1px solid mix(#fcfcfc,#202326,0.1);
|
border-left: 1px solid mix(alpha(@color15, 1),#202326,0.1);
|
||||||
border-right: none; }
|
border-right: none; }
|
||||||
.sidebar .sidebar-header > separator {
|
.sidebar .sidebar-header > separator {
|
||||||
background-color: mix(#fcfcfc,#202326,0.1); }
|
background-color: mix(alpha(@color15, 1),#202326,0.1); }
|
||||||
.sidebar row.activatable {
|
.sidebar row.activatable {
|
||||||
border: 0; }
|
border: 0; }
|
||||||
.sidebar row.activatable:dir(ltr) {
|
.sidebar row.activatable:dir(ltr) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue