From b8ce2aef5cefd4a2840bfe234e9420e26f8f02da Mon Sep 17 00:00:00 2001 From: gibbyb Date: Mon, 29 Dec 2025 15:41:28 -0600 Subject: [PATCH] Add gtk files --- config/dot/gtk-3.0/bookmarks | 11 + config/dot/gtk-3.0/gtk.css | 78 +++ config/dot/gtk-3.0/settings.ini | 17 + config/dot/gtk-4.0/gtk-dark.css | 598 ++++++++++++++++ config/dot/gtk-4.0/gtk.css | 1042 ++++++++++++++++++++++++++++ config/dot/gtk-4.0/servers | 36 + config/dot/gtk-4.0/settings.ini | 2 + config/dot/gtk-4.0/theme-info.json | 1 + config/dot/nvim/lazy-lock.json | 4 +- 9 files changed, 1787 insertions(+), 2 deletions(-) create mode 100644 config/dot/gtk-3.0/bookmarks create mode 100644 config/dot/gtk-3.0/gtk.css create mode 100644 config/dot/gtk-3.0/settings.ini create mode 100755 config/dot/gtk-4.0/gtk-dark.css create mode 100755 config/dot/gtk-4.0/gtk.css create mode 100644 config/dot/gtk-4.0/servers create mode 100644 config/dot/gtk-4.0/settings.ini create mode 100644 config/dot/gtk-4.0/theme-info.json diff --git a/config/dot/gtk-3.0/bookmarks b/config/dot/gtk-3.0/bookmarks new file mode 100644 index 0000000..0cb1946 --- /dev/null +++ b/config/dot/gtk-3.0/bookmarks @@ -0,0 +1,11 @@ +file:///home/gib/Documents Documents +file:///home/gib/Downloads Downloads +file:///home/gib/Music Music +file:///home/gib/Pictures Pictures +file:///home/gib/Videos Videos +file:///home/gib/Documents/Code Code +file:///home/gib/Documents/Notes Notes +file:///home/gib/.local/share/sunhat Sunhat +smb://server.gib/ Gib's Server +smb://cogsccm.gulfport-ms.gov/ Gulfport +smb://cogsccm.gulfport-ms.gov/Software/gb Gulfport - GB diff --git a/config/dot/gtk-3.0/gtk.css b/config/dot/gtk-3.0/gtk.css new file mode 100644 index 0000000..2ca5ff9 --- /dev/null +++ b/config/dot/gtk-3.0/gtk.css @@ -0,0 +1,78 @@ +@define-color accent_color rgba(192,153,255,0.8); +@define-color accent_bg_color rgba(130,170,255,0.8); +@define-color accent_fg_color #ffffff; +@define-color destructive_color #ff7b63; +@define-color destructive_bg_color #c01c28; +@define-color destructive_fg_color #ffffff; +@define-color success_color #8ff0a4; +@define-color success_bg_color #26a269; +@define-color success_fg_color #ffffff; +@define-color warning_color #f8e45c; +@define-color warning_bg_color #cd9309; +@define-color warning_fg_color rgba(0, 0, 0, 0.8); +@define-color error_color #ff7b63; +@define-color error_bg_color #c01c28; +@define-color error_fg_color #ffffff; +@define-color window_bg_color rgba(46,47,61,0.98); +@define-color window_fg_color #ffffff; +@define-color view_bg_color rgba(46,47,61,0.98); +@define-color view_fg_color #ffffff; +@define-color headerbar_bg_color rgba(46,47,61,0.98); +@define-color headerbar_fg_color #ffffff; +@define-color headerbar_border_color #ffffff; +@define-color headerbar_backdrop_color @window_bg_color; +@define-color headerbar_shade_color rgba(46,47,61,0.05); +@define-color card_bg_color rgba(180, 200, 255, 0.15); +@define-color card_fg_color #ffffff; +@define-color card_shade_color rgba(0, 0, 0, 0.36); +@define-color dialog_bg_color rgba(46,47,61,0.98); +@define-color dialog_fg_color #ffffff; +@define-color popover_bg_color rgba(46,47,61,0.98); +@define-color popover_fg_color #ffffff; +@define-color shade_color rgba(0, 0, 0, 0); +@define-color scrollbar_outline_color rgba(0, 0, 0, 0.5); +@define-color blue_1 #99c1f1; +@define-color blue_2 #62a0ea; +@define-color blue_3 #3584e4; +@define-color blue_4 #1c71d8; +@define-color blue_5 #1a5fb4; +@define-color green_1 #8ff0a4; +@define-color green_2 #57e389; +@define-color green_3 #33d17a; +@define-color green_4 #2ec27e; +@define-color green_5 #26a269; +@define-color yellow_1 #f9f06b; +@define-color yellow_2 #f8e45c; +@define-color yellow_3 #f6d32d; +@define-color yellow_4 #f5c211; +@define-color yellow_5 #e5a50a; +@define-color orange_1 #ffbe6f; +@define-color orange_2 #ffa348; +@define-color orange_3 #ff7800; +@define-color orange_4 #e66100; +@define-color orange_5 #c64600; +@define-color red_1 #f66151; +@define-color red_2 #ed333b; +@define-color red_3 #e01b24; +@define-color red_4 #c01c28; +@define-color red_5 #a51d2d; +@define-color purple_1 #dc8add; +@define-color purple_2 #c061cb; +@define-color purple_3 #9141ac; +@define-color purple_4 #813d9c; +@define-color purple_5 #613583; +@define-color brown_1 #cdab8f; +@define-color brown_2 #b5835a; +@define-color brown_3 #986a44; +@define-color brown_4 #865e3c; +@define-color brown_5 #63452c; +@define-color light_1 #ffffff; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 #77767b; +@define-color dark_2 #5e5c64; +@define-color dark_3 #3d3846; +@define-color dark_4 #241f31; +@define-color dark_5 #000000; diff --git a/config/dot/gtk-3.0/settings.ini b/config/dot/gtk-3.0/settings.ini new file mode 100644 index 0000000..b8f5d10 --- /dev/null +++ b/config/dot/gtk-3.0/settings.ini @@ -0,0 +1,17 @@ +[Settings] +gtk-theme-name=Tahoe-Dark +gtk-icon-theme-name=Adwaita +gtk-font-name=Cantarell 11 +gtk-cursor-theme-name=WhiteSur-cursors +gtk-cursor-theme-size=24 +gtk-toolbar-style=GTK_TOOLBAR_ICONS +gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR +gtk-button-images=0 +gtk-menu-images=0 +gtk-enable-event-sounds=1 +gtk-enable-input-feedback-sounds=0 +gtk-xft-antialias=1 +gtk-xft-hinting=1 +gtk-xft-hintstyle=hintslight +gtk-xft-rgba=rgb +gtk-application-prefer-dark-theme=0 diff --git a/config/dot/gtk-4.0/gtk-dark.css b/config/dot/gtk-4.0/gtk-dark.css new file mode 100755 index 0000000..e534575 --- /dev/null +++ b/config/dot/gtk-4.0/gtk-dark.css @@ -0,0 +1,598 @@ +/* GTK NAMED COLORS ---------------- use responsibly! */ +@define-color accent_bg_color RGB(130 170 255 / 80%); + +@define-color destructive_bg_color #c01c28; +@define-color destructive_fg_color white; +@define-color success_bg_color #26a269; +@define-color success_fg_color white; +@define-color warning_bg_color #cd9309; +@define-color warning_fg_color RGB(0 0 0 / 80%); +@define-color error_bg_color #c01c28; +@define-color error_fg_color white; +@define-color accent_color oklab(from @accent_bg_color max(l, 0.85) a b); +@define-color destructive_color oklab(from @destructive_bg_color max(l, 0.85) a b); +@define-color success_color oklab(from @success_bg_color max(l, 0.85) a b); +@define-color warning_color oklab(from @warning_bg_color max(l, 0.85) a b); +@define-color error_color oklab(from @error_bg_color max(l, 0.85) a b); + +@define-color window_bg_color #2e2f3d; +@define-color window_fg_color white; +@define-color view_bg_color @window_bg_color +@define-color view_fg_color white; +@define-color headerbar_bg_color @window_bg_color +@define-color headerbar_fg_color white; +@define-color headerbar_border_color white; +@define-color headerbar_backdrop_color @window_bg_color; +@define-color headerbar_shade_color RGB(46 47 61 / 8%); +@define-color headerbar_darker_shade_color RGB(0, 0, 6, 0.9); + +@define-color sidebar_bg_color #3c3c4b; +@define-color sidebar_fg_color white; +@define-color sidebar_backdrop_color #3c3c4b; +@define-color sidebar_shade_color RGB(60 60 75/8%); +@define-color sidebar_border_color RGB(75 75 90/36%); +@define-color secondary_sidebar_bg_color #3c3c4b; +@define-color secondary_sidebar_fg_color white; +@define-color secondary_sidebar_backdrop_color #3c3c4b; +@define-color secondary_sidebar_shade_color RGB(0 0 6/25%); +@define-color secondary_sidebar_border_color RGB(0 0 6/36%); +@define-color card_bg_color RGB(180 200 255/15%); +@define-color card_fg_color white; +@define-color card_shade_color RGB(46 47 61/8%); +@define-color dialog_bg_color @window_bg_color; +@define-color dialog_fg_color white; +@define-color popover_bg_color @window_bg_color; +@define-color popover_fg_color white; +@define-color popover_shade_color RGB(0 0 6/25%); +@define-color thumbnail_bg_color @window_bg_color; +@define-color thumbnail_fg_color white; +@define-color shade_color RGB(0 0 6/25%); +@define-color scrollbar_outline_color RGB(0 0 12/95%); +@define-color blue_1 #99c1f1; +@define-color blue_2 #62a0ea; +@define-color blue_3 #3584e4; +@define-color blue_4 #1c71d8; +@define-color blue_5 #1a5fb4; +@define-color green_1 #8ff0a4; +@define-color green_2 #57e389; +@define-color green_3 #33d17a; +@define-color green_4 #2ec27e; +@define-color green_5 #26a269; +@define-color yellow_1 #f9f06b; +@define-color yellow_2 #f8e45c; +@define-color yellow_3 #f6d32d; +@define-color yellow_4 #f5c211; +@define-color yellow_5 #e5a50a; +@define-color orange_1 #ffbe6f; +@define-color orange_2 #ffa348; +@define-color orange_3 #ff7800; +@define-color orange_4 #e66100; +@define-color orange_5 #c64600; +@define-color red_1 #f66151; +@define-color red_2 #ed333b; +@define-color red_3 #e01b24; +@define-color red_4 #c01c28; +@define-color red_5 #a51d2d; +@define-color purple_1 #dc8add; +@define-color purple_2 #c061cb; +@define-color purple_3 #9141ac; +@define-color purple_4 #813d9c; +@define-color purple_5 #613583; +@define-color brown_1 #cdab8f; +@define-color brown_2 #b5835a; +@define-color brown_3 #986a44; +@define-color brown_4 #865e3c; +@define-color brown_5 #63452c; +@define-color light_1 #ffffff; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 #77767b; +@define-color dark_2 #5e5c64; +@define-color dark_3 #3d3846; +@define-color dark_4 #241f31; +@define-color dark_5 #000000; + +:root { + --standalone-color-oklab: max(l, 0.85) a b; + --accent-color: oklab( + from var(--accent-bg-color) var(--standalone-color-oklab) + ); + --destructive-color: oklab( + from var(--destructive-bg-color) var(--standalone-color-oklab) + ); + --success-color: oklab( + from var(--success-bg-color) var(--standalone-color-oklab) + ); + --warning-color: oklab( + from var(--warning-bg-color) var(--standalone-color-oklab) + ); + --error-color: oklab( + from var(--error-bg-color) var(--standalone-color-oklab) + ); + --active-toggle-bg-color: rgb(255 255 255 / 20%); + --active-toggle-fg-color: #ffffff; + --overview-bg-color: #2e2f3d; + --overview-fg-color: #ffffff; +} + +@import '../gtk-3.0/libadwaita.css'; +@import '../gtk-3.0/libadwaita-tweaks.css'; + +* { + border-radius: 20px; +} + +window { + border-radius: 20px; + padding: 10px; +} + +.maximize window { + border-radius: 0px; + padding: 0px; +} + +window.maximize { + border-radius: 0px; + padding: 0px; +} +/* More customizations */ +/* GTK3 */ +button.titlebutton { + color: transparent; + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +button.titlebutton:backdrop { + opacity: 0.5; +} + +/***************** + * Title buttons * + *****************/ +.raven .expander-button, +.raven .raven-header:not(.top) button.image-button, +widget > box.terminal-titlebar > button.image-button, +widget > box.terminal-titlebar > button.image-button.toggle, +.terminix-session-sidebar button.tilix-sidebar-close-button, +.tilix-session-sidebar button.tilix-sidebar-close-button, +.nemo-window toolbar.primary-toolbar > toolitem > box.raised > button, +.nemo-window toolbar.primary-toolbar > toolitem > box.linked.raised > button, +.nautilus-window headerbar > revealer > button, +.solid-csd headerbar:not(.default-decoration) button.titlebutton, +headerbar button.titlebutton, +.csd headerbar button.titlebutton, +.csd headerbar.default-decoration button.titlebutton, +.titlebar button.titlebutton, +.csd .titlebar button.titlebutton, +.titlebar.default-decoration button.titlebutton, +.csd .titlebar.default-decoration button.titlebutton, +row button.image-button, +check, +radio, +headerbar.default-decoration button.titlebutton, +headerbar button.suggested-action, +headerbar button.destructive-action, +headerbar button:not(.suggested-action):not(.destructive-action), +button.close, +button.circular { + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +headerbar, +.titlebar { + padding: 0 14px; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close, +headerbar button.titlebutton.close, +.titlebar button.titlebutton.close { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: #f25056; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize, +headerbar button.titlebutton.maximize, +.titlebar button.titlebutton.maximize { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: #39ea49; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize, +headerbar button.titlebutton.minimize, +.titlebar button.titlebutton.minimize { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: #fac536; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.close:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, +headerbar button.titlebutton.close:hover, +.csd headerbar button.titlebutton.close:hover, +headerbar.default-decoration button.titlebutton.close:hover, +.csd headerbar.default-decoration button.titlebutton.close:hover, +.titlebar button.titlebutton.close:hover, +.csd .titlebar button.titlebutton.close:hover, +.titlebar.default-decoration button.titlebutton.close:hover, +.csd .titlebar.default-decoration button.titlebutton.close:hover { + padding: 2px; + margin: -2px 0; + background-color: #f25056; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.maximize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, +headerbar button.titlebutton.maximize:hover, +.csd headerbar button.titlebutton.maximize:hover, +headerbar.default-decoration button.titlebutton.maximize:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:hover, +.csd .titlebar button.titlebutton.maximize:hover, +.titlebar.default-decoration button.titlebutton.maximize:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:hover { + padding: 2px; + margin: -2px 0; + background-color: #39ea49; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.minimize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, +headerbar button.titlebutton.minimize:hover, +.csd headerbar button.titlebutton.minimize:hover, +headerbar.default-decoration button.titlebutton.minimize:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:hover, +.csd .titlebar button.titlebutton.minimize:hover, +.titlebar.default-decoration button.titlebutton.minimize:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:hover { + padding: 2px; + margin: -2px 0; + background-color: #fac536; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, +headerbar button.titlebutton.close:hover, +headerbar button.titlebutton.close:backdrop:hover, +headerbar button.titlebutton.maximize:hover, +headerbar button.titlebutton.maximize:backdrop:hover, +headerbar button.titlebutton.minimize:hover, +headerbar button.titlebutton.minimize:backdrop:hover, +.csd headerbar button.titlebutton.close:hover, +.csd headerbar button.titlebutton.close:backdrop:hover, +.csd headerbar button.titlebutton.maximize:hover, +.csd headerbar button.titlebutton.maximize:backdrop:hover, +.csd headerbar button.titlebutton.minimize:hover, +.csd headerbar button.titlebutton.minimize:backdrop:hover, +headerbar.default-decoration button.titlebutton.close:hover, +headerbar.default-decoration button.titlebutton.close:backdrop:hover, +headerbar.default-decoration button.titlebutton.maximize:hover, +headerbar.default-decoration button.titlebutton.maximize:backdrop:hover, +headerbar.default-decoration button.titlebutton.minimize:hover, +headerbar.default-decoration button.titlebutton.minimize:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.close:hover, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:hover, +.titlebar button.titlebutton.close:hover, +.titlebar button.titlebutton.close:backdrop:hover, +.titlebar button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:backdrop:hover, +.titlebar button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:backdrop:hover, +.csd .titlebar button.titlebutton.close:hover, +.csd .titlebar button.titlebutton.close:backdrop:hover, +.csd .titlebar button.titlebutton.maximize:hover, +.csd .titlebar button.titlebutton.maximize:backdrop:hover, +.csd .titlebar button.titlebutton.minimize:hover, +.csd .titlebar button.titlebutton.minimize:backdrop:hover, +.titlebar.default-decoration button.titlebutton.close:hover, +.titlebar.default-decoration button.titlebutton.close:backdrop:hover, +.titlebar.default-decoration button.titlebutton.maximize:hover, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:hover, +.titlebar.default-decoration button.titlebutton.minimize:hover, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.close:hover, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:hover { + color: transparent; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:active, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.close:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.close:backdrop:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop:checked, +headerbar button.titlebutton.close:active, +headerbar button.titlebutton.close:checked, +headerbar button.titlebutton.close:backdrop:active, +headerbar button.titlebutton.close:backdrop:checked, +headerbar button.titlebutton.maximize:active, +headerbar button.titlebutton.maximize:checked, +headerbar button.titlebutton.maximize:backdrop:active, +headerbar button.titlebutton.maximize:backdrop:checked, +headerbar button.titlebutton.minimize:active, +headerbar button.titlebutton.minimize:checked, +headerbar button.titlebutton.minimize:backdrop:active, +headerbar button.titlebutton.minimize:backdrop:checked, +.csd headerbar button.titlebutton.close:active, +.csd headerbar button.titlebutton.close:checked, +.csd headerbar button.titlebutton.close:backdrop:active, +.csd headerbar button.titlebutton.close:backdrop:checked, +.csd headerbar button.titlebutton.maximize:active, +.csd headerbar button.titlebutton.maximize:checked, +.csd headerbar button.titlebutton.maximize:backdrop:active, +.csd headerbar button.titlebutton.maximize:backdrop:checked, +.csd headerbar button.titlebutton.minimize:active, +.csd headerbar button.titlebutton.minimize:checked, +.csd headerbar button.titlebutton.minimize:backdrop:active, +.csd headerbar button.titlebutton.minimize:backdrop:checked, +headerbar.default-decoration button.titlebutton.close:active, +headerbar.default-decoration button.titlebutton.close:checked, +headerbar.default-decoration button.titlebutton.close:backdrop:active, +headerbar.default-decoration button.titlebutton.close:backdrop:checked, +headerbar.default-decoration button.titlebutton.maximize:active, +headerbar.default-decoration button.titlebutton.maximize:checked, +headerbar.default-decoration button.titlebutton.maximize:backdrop:active, +headerbar.default-decoration button.titlebutton.maximize:backdrop:checked, +headerbar.default-decoration button.titlebutton.minimize:active, +headerbar.default-decoration button.titlebutton.minimize:checked, +headerbar.default-decoration button.titlebutton.minimize:backdrop:active, +headerbar.default-decoration button.titlebutton.minimize:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.close:active, +.csd headerbar.default-decoration button.titlebutton.close:checked, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.maximize:active, +.csd headerbar.default-decoration button.titlebutton.maximize:checked, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.minimize:active, +.csd headerbar.default-decoration button.titlebutton.minimize:checked, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:checked, +.titlebar button.titlebutton.close:active, +.titlebar button.titlebutton.close:checked, +.titlebar button.titlebutton.close:backdrop:active, +.titlebar button.titlebutton.close:backdrop:checked, +.titlebar button.titlebutton.maximize:active, +.titlebar button.titlebutton.maximize:checked, +.titlebar button.titlebutton.maximize:backdrop:active, +.titlebar button.titlebutton.maximize:backdrop:checked, +.titlebar button.titlebutton.minimize:active, +.titlebar button.titlebutton.minimize:checked, +.titlebar button.titlebutton.minimize:backdrop:active, +.titlebar button.titlebutton.minimize:backdrop:checked, +.csd .titlebar button.titlebutton.close:active, +.csd .titlebar button.titlebutton.close:checked, +.csd .titlebar button.titlebutton.close:backdrop:active, +.csd .titlebar button.titlebutton.close:backdrop:checked, +.csd .titlebar button.titlebutton.maximize:active, +.csd .titlebar button.titlebutton.maximize:checked, +.csd .titlebar button.titlebutton.maximize:backdrop:active, +.csd .titlebar button.titlebutton.maximize:backdrop:checked, +.csd .titlebar button.titlebutton.minimize:active, +.csd .titlebar button.titlebutton.minimize:checked, +.csd .titlebar button.titlebutton.minimize:backdrop:active, +.csd .titlebar button.titlebutton.minimize:backdrop:checked, +.titlebar.default-decoration button.titlebutton.close:active, +.titlebar.default-decoration button.titlebutton.close:checked, +.titlebar.default-decoration button.titlebutton.close:backdrop:active, +.titlebar.default-decoration button.titlebutton.close:backdrop:checked, +.titlebar.default-decoration button.titlebutton.maximize:active, +.titlebar.default-decoration button.titlebutton.maximize:checked, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:active, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:checked, +.titlebar.default-decoration button.titlebutton.minimize:active, +.titlebar.default-decoration button.titlebutton.minimize:checked, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:active, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.close:active, +.csd .titlebar.default-decoration button.titlebutton.close:checked, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.maximize:active, +.csd .titlebar.default-decoration button.titlebutton.maximize:checked, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.minimize:active, +.csd .titlebar.default-decoration button.titlebutton.minimize:checked, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:checked { + color: transparent; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop, +headerbar button.titlebutton.close:backdrop, +headerbar button.titlebutton.maximize:backdrop, +headerbar button.titlebutton.minimize:backdrop, +.csd headerbar button.titlebutton.close:backdrop, +.csd headerbar button.titlebutton.maximize:backdrop, +.csd headerbar button.titlebutton.minimize:backdrop, +headerbar.default-decoration button.titlebutton.close:backdrop, +headerbar.default-decoration button.titlebutton.maximize:backdrop, +headerbar.default-decoration button.titlebutton.minimize:backdrop, +.csd headerbar.default-decoration button.titlebutton.close:backdrop, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop, +.titlebar button.titlebutton.close:backdrop, +.titlebar button.titlebutton.maximize:backdrop, +.titlebar button.titlebutton.minimize:backdrop, +.csd .titlebar button.titlebutton.close:backdrop, +.csd .titlebar button.titlebutton.maximize:backdrop, +.csd .titlebar button.titlebutton.minimize:backdrop, +.titlebar.default-decoration button.titlebutton.close:backdrop, +.titlebar.default-decoration button.titlebutton.maximize:backdrop, +.titlebar.default-decoration button.titlebutton.minimize:backdrop, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop { + color: transparent; + background-color: rgba(0, 0, 0, 0.12); +} + +button.titlebutton image { + margin: -1px; +} + +/* gtk4 */ + +/********************* + * GtkWindowControls * + *********************/ +windowcontrols > button { + min-height: 12px; + min-width: 12px; + padding: 0px; + margin-left: 2px; + margin-right: 2px; +} + +windowcontrols > button.minimize, +windowcontrols > button.maximize, +windowcontrols > button.close { + color: transparent; + background: none; +} + +windowcontrols > button.minimize > image { + background-color: #fdbe04; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.minimize:hover > image { + padding: 3px; + margin-right: -1px; + margin-left: -1px; +} + +windowcontrols > button.maximize > image { + background-color: #38c76a; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.maximize:hover > image { + padding: 3px; + margin-right: -1px; + margin-left: -1px; +} + +windowcontrols > button.close > image { + background-color: #fd5f51; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.close:hover > image { + padding: 3px; + margin-right: -1px; + margin-left: -1px; +} +windowcontrols > button > image { + padding: 2px; +} diff --git a/config/dot/gtk-4.0/gtk.css b/config/dot/gtk-4.0/gtk.css new file mode 100755 index 0000000..339135a --- /dev/null +++ b/config/dot/gtk-4.0/gtk.css @@ -0,0 +1,1042 @@ +/* GTK NAMED COLORS ---------------- use responsibly! */ +@define-color accent_bg_color RGB(130 170 255 / 80%); + +@define-color destructive_bg_color #c01c28; +@define-color destructive_fg_color white; +@define-color success_bg_color #26a269; +@define-color success_fg_color white; +@define-color warning_bg_color #cd9309; +@define-color warning_fg_color RGB(0 0 0 / 80%); +@define-color error_bg_color #c01c28; +@define-color error_fg_color white; +@define-color accent_color oklab(from @accent_bg_color max(l, 0.85) a b); +@define-color destructive_color oklab(from @destructive_bg_color max(l, 0.85) a b); +@define-color success_color oklab(from @success_bg_color max(l, 0.85) a b); +@define-color warning_color oklab(from @warning_bg_color max(l, 0.85) a b); +@define-color error_color oklab(from @error_bg_color max(l, 0.85) a b); + +@define-color window_bg_color #2e2f3d; +@define-color window_fg_color white; +@define-color view_bg_color @window_bg_color +@define-color view_fg_color white; +@define-color headerbar_bg_color @window_bg_color +@define-color headerbar_fg_color white; +@define-color headerbar_border_color white; +@define-color headerbar_backdrop_color @window_bg_color; +@define-color headerbar_shade_color RGB(46 47 61 / 8%); +@define-color headerbar_darker_shade_color RGB(0, 0, 6, 0.9); + +@define-color sidebar_bg_color #3c3c4b; +@define-color sidebar_fg_color white; +@define-color sidebar_backdrop_color #3c3c4b; +@define-color sidebar_shade_color RGB(60 60 75/8%); +@define-color sidebar_border_color RGB(75 75 90/36%); +@define-color secondary_sidebar_bg_color #3c3c4b; +@define-color secondary_sidebar_fg_color white; +@define-color secondary_sidebar_backdrop_color #3c3c4b; +@define-color secondary_sidebar_shade_color RGB(0 0 6/25%); +@define-color secondary_sidebar_border_color RGB(0 0 6/36%); +@define-color card_bg_color RGB(180 200 255/15%); +@define-color card_fg_color white; +@define-color card_shade_color RGB(46 47 61/8%); +@define-color dialog_bg_color @window_bg_color; +@define-color dialog_fg_color white; +@define-color popover_bg_color @window_bg_color; +@define-color popover_fg_color white; +@define-color popover_shade_color RGB(0 0 6/25%); +@define-color thumbnail_bg_color @window_bg_color; +@define-color thumbnail_fg_color white; +@define-color shade_color RGB(0 0 6/25%); +@define-color scrollbar_outline_color RGB(0 0 12/95%); +@define-color blue_1 #99c1f1; +@define-color blue_2 #62a0ea; +@define-color blue_3 #3584e4; +@define-color blue_4 #1c71d8; +@define-color blue_5 #1a5fb4; +@define-color green_1 #8ff0a4; +@define-color green_2 #57e389; +@define-color green_3 #33d17a; +@define-color green_4 #2ec27e; +@define-color green_5 #26a269; +@define-color yellow_1 #f9f06b; +@define-color yellow_2 #f8e45c; +@define-color yellow_3 #f6d32d; +@define-color yellow_4 #f5c211; +@define-color yellow_5 #e5a50a; +@define-color orange_1 #ffbe6f; +@define-color orange_2 #ffa348; +@define-color orange_3 #ff7800; +@define-color orange_4 #e66100; +@define-color orange_5 #c64600; +@define-color red_1 #f66151; +@define-color red_2 #ed333b; +@define-color red_3 #e01b24; +@define-color red_4 #c01c28; +@define-color red_5 #a51d2d; +@define-color purple_1 #dc8add; +@define-color purple_2 #c061cb; +@define-color purple_3 #9141ac; +@define-color purple_4 #813d9c; +@define-color purple_5 #613583; +@define-color brown_1 #cdab8f; +@define-color brown_2 #b5835a; +@define-color brown_3 #986a44; +@define-color brown_4 #865e3c; +@define-color brown_5 #63452c; +@define-color light_1 #ffffff; +@define-color light_2 #f6f5f4; +@define-color light_3 #deddda; +@define-color light_4 #c0bfbc; +@define-color light_5 #9a9996; +@define-color dark_1 #77767b; +@define-color dark_2 #5e5c64; +@define-color dark_3 #3d3846; +@define-color dark_4 #241f31; +@define-color dark_5 #000000; + +:root { + --standalone-color-oklab: max(l, 0.85) a b; + --accent-color: oklab( + from var(--accent-bg-color) var(--standalone-color-oklab) + ); + --destructive-color: oklab( + from var(--destructive-bg-color) var(--standalone-color-oklab) + ); + --success-color: oklab( + from var(--success-bg-color) var(--standalone-color-oklab) + ); + --warning-color: oklab( + from var(--warning-bg-color) var(--standalone-color-oklab) + ); + --error-color: oklab( + from var(--error-bg-color) var(--standalone-color-oklab) + ); + --active-toggle-bg-color: rgb(255 255 255 / 20%); + --active-toggle-fg-color: #ffffff; + --overview-bg-color: #2e2f3d; + --overview-fg-color: #ffffff; +} + +@import '../gtk-3.0/libadwaita.css'; +@import '../gtk-3.0/libadwaita-tweaks.css'; + +* { + border-radius: 20px; +} + +window { + border-radius: 20px; + padding: 10px; +} + +.maximized window { + border-radius: 0px; + padding: 10px; +} + +window.maximized { + border-radius: 0px; + padding: 10px; +} + +button { + border-radius: 9999px; +} + +/* More customizations */ +/* GTK3 */ +button.titlebutton { + color: transparent; + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +button.titlebutton:backdrop { + opacity: 0.5; +} + +/***************** + * Title buttons * + *****************/ +.raven .expander-button, +.raven .raven-header:not(.top) button.image-button, +widget > box.terminal-titlebar > button.image-button, +widget > box.terminal-titlebar > button.image-button.toggle, +.terminix-session-sidebar button.tilix-sidebar-close-button, +.tilix-session-sidebar button.tilix-sidebar-close-button, +.nemo-window toolbar.primary-toolbar > toolitem > box.raised > button, +.nemo-window toolbar.primary-toolbar > toolitem > box.linked.raised > button, +.nautilus-window headerbar > revealer > button, +.solid-csd headerbar:not(.default-decoration) button.titlebutton, +headerbar button.titlebutton, +.csd headerbar button.titlebutton, +.csd headerbar.default-decoration button.titlebutton, +.titlebar button.titlebutton, +.csd .titlebar button.titlebutton, +.titlebar.default-decoration button.titlebutton, +.csd .titlebar.default-decoration button.titlebutton, +row button.image-button, +check, +radio, +headerbar.default-decoration button.titlebutton, +headerbar button.suggested-action, +headerbar button.destructive-action, +headerbar button:not(.suggested-action):not(.destructive-action), +button.close, +button.circular { + border-radius: 9999px; + -gtk-outline-radius: 9999px; +} + +button.image-button.toggle { + margin-right: -12px; +} + +menubutton > button.image-button.toggle { + margin-right: -10px; +} + +headerbar, +.titlebar { + margin-top: -1px; + padding: 0 12px 0 0; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close, +headerbar button.titlebutton.close, +.titlebar button.titlebutton.close { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: rgb(255, 66, 69); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize, +headerbar button.titlebutton.maximize, +.titlebar button.titlebutton.maximize { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: rgb(48, 209, 88); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize, +headerbar button.titlebutton.minimize, +.titlebar button.titlebutton.minimize { + min-width: 12px; + min-height: 12px; + padding: 0; + margin: 0 2px; + color: transparent; + background-color: rgba(0, 0, 0, 0.3); + background-color: rgb(255, 214, 0); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.close:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, +headerbar button.titlebutton.close:hover, +.csd headerbar button.titlebutton.close:hover, +headerbar.default-decoration button.titlebutton.close:hover, +.csd headerbar.default-decoration button.titlebutton.close:hover, +.titlebar button.titlebutton.close:hover, +.csd .titlebar button.titlebutton.close:hover, +.titlebar.default-decoration button.titlebutton.close:hover, +.csd .titlebar.default-decoration button.titlebutton.close:hover { + padding: 2px; + margin: -2px 0; + background-color: #f25056; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.maximize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, +headerbar button.titlebutton.maximize:hover, +.csd headerbar button.titlebutton.maximize:hover, +headerbar.default-decoration button.titlebutton.maximize:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:hover, +.csd .titlebar button.titlebutton.maximize:hover, +.titlebar.default-decoration button.titlebutton.maximize:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:hover { + padding: 2px; + margin: -2px 0; + background-color: #39ea49; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +#MozillaGtkWidget.background + headerbar.titlebar.default-decoration + button.titlebutton.minimize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, +headerbar button.titlebutton.minimize:hover, +.csd headerbar button.titlebutton.minimize:hover, +headerbar.default-decoration button.titlebutton.minimize:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:hover, +.csd .titlebar button.titlebutton.minimize:hover, +.titlebar.default-decoration button.titlebutton.minimize:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:hover { + padding: 2px; + margin: -2px 0; + background-color: #fac536; + color: rgba(255, 255, 255, 0.7); + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.maximize:hover, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.minimize:hover, +headerbar button.titlebutton.close:hover, +headerbar button.titlebutton.close:backdrop:hover, +headerbar button.titlebutton.maximize:hover, +headerbar button.titlebutton.maximize:backdrop:hover, +headerbar button.titlebutton.minimize:hover, +headerbar button.titlebutton.minimize:backdrop:hover, +.csd headerbar button.titlebutton.close:hover, +.csd headerbar button.titlebutton.close:backdrop:hover, +.csd headerbar button.titlebutton.maximize:hover, +.csd headerbar button.titlebutton.maximize:backdrop:hover, +.csd headerbar button.titlebutton.minimize:hover, +.csd headerbar button.titlebutton.minimize:backdrop:hover, +headerbar.default-decoration button.titlebutton.close:hover, +headerbar.default-decoration button.titlebutton.close:backdrop:hover, +headerbar.default-decoration button.titlebutton.maximize:hover, +headerbar.default-decoration button.titlebutton.maximize:backdrop:hover, +headerbar.default-decoration button.titlebutton.minimize:hover, +headerbar.default-decoration button.titlebutton.minimize:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.close:hover, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:hover, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:hover, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:hover, +.titlebar button.titlebutton.close:hover, +.titlebar button.titlebutton.close:backdrop:hover, +.titlebar button.titlebutton.maximize:hover, +.titlebar button.titlebutton.maximize:backdrop:hover, +.titlebar button.titlebutton.minimize:hover, +.titlebar button.titlebutton.minimize:backdrop:hover, +.csd .titlebar button.titlebutton.close:hover, +.csd .titlebar button.titlebutton.close:backdrop:hover, +.csd .titlebar button.titlebutton.maximize:hover, +.csd .titlebar button.titlebutton.maximize:backdrop:hover, +.csd .titlebar button.titlebutton.minimize:hover, +.csd .titlebar button.titlebutton.minimize:backdrop:hover, +.titlebar.default-decoration button.titlebutton.close:hover, +.titlebar.default-decoration button.titlebutton.close:backdrop:hover, +.titlebar.default-decoration button.titlebutton.maximize:hover, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:hover, +.titlebar.default-decoration button.titlebutton.minimize:hover, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.close:hover, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:hover, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:hover, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:hover { + color: transparent; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:active, +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.close:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop:active, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.close:backdrop:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop:checked, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop:checked, +headerbar button.titlebutton.close:active, +headerbar button.titlebutton.close:checked, +headerbar button.titlebutton.close:backdrop:active, +headerbar button.titlebutton.close:backdrop:checked, +headerbar button.titlebutton.maximize:active, +headerbar button.titlebutton.maximize:checked, +headerbar button.titlebutton.maximize:backdrop:active, +headerbar button.titlebutton.maximize:backdrop:checked, +headerbar button.titlebutton.minimize:active, +headerbar button.titlebutton.minimize:checked, +headerbar button.titlebutton.minimize:backdrop:active, +headerbar button.titlebutton.minimize:backdrop:checked, +.csd headerbar button.titlebutton.close:active, +.csd headerbar button.titlebutton.close:checked, +.csd headerbar button.titlebutton.close:backdrop:active, +.csd headerbar button.titlebutton.close:backdrop:checked, +.csd headerbar button.titlebutton.maximize:active, +.csd headerbar button.titlebutton.maximize:checked, +.csd headerbar button.titlebutton.maximize:backdrop:active, +.csd headerbar button.titlebutton.maximize:backdrop:checked, +.csd headerbar button.titlebutton.minimize:active, +.csd headerbar button.titlebutton.minimize:checked, +.csd headerbar button.titlebutton.minimize:backdrop:active, +.csd headerbar button.titlebutton.minimize:backdrop:checked, +headerbar.default-decoration button.titlebutton.close:active, +headerbar.default-decoration button.titlebutton.close:checked, +headerbar.default-decoration button.titlebutton.close:backdrop:active, +headerbar.default-decoration button.titlebutton.close:backdrop:checked, +headerbar.default-decoration button.titlebutton.maximize:active, +headerbar.default-decoration button.titlebutton.maximize:checked, +headerbar.default-decoration button.titlebutton.maximize:backdrop:active, +headerbar.default-decoration button.titlebutton.maximize:backdrop:checked, +headerbar.default-decoration button.titlebutton.minimize:active, +headerbar.default-decoration button.titlebutton.minimize:checked, +headerbar.default-decoration button.titlebutton.minimize:backdrop:active, +headerbar.default-decoration button.titlebutton.minimize:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.close:active, +.csd headerbar.default-decoration button.titlebutton.close:checked, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.close:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.maximize:active, +.csd headerbar.default-decoration button.titlebutton.maximize:checked, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop:checked, +.csd headerbar.default-decoration button.titlebutton.minimize:active, +.csd headerbar.default-decoration button.titlebutton.minimize:checked, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:active, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop:checked, +.titlebar button.titlebutton.close:active, +.titlebar button.titlebutton.close:checked, +.titlebar button.titlebutton.close:backdrop:active, +.titlebar button.titlebutton.close:backdrop:checked, +.titlebar button.titlebutton.maximize:active, +.titlebar button.titlebutton.maximize:checked, +.titlebar button.titlebutton.maximize:backdrop:active, +.titlebar button.titlebutton.maximize:backdrop:checked, +.titlebar button.titlebutton.minimize:active, +.titlebar button.titlebutton.minimize:checked, +.titlebar button.titlebutton.minimize:backdrop:active, +.titlebar button.titlebutton.minimize:backdrop:checked, +.csd .titlebar button.titlebutton.close:active, +.csd .titlebar button.titlebutton.close:checked, +.csd .titlebar button.titlebutton.close:backdrop:active, +.csd .titlebar button.titlebutton.close:backdrop:checked, +.csd .titlebar button.titlebutton.maximize:active, +.csd .titlebar button.titlebutton.maximize:checked, +.csd .titlebar button.titlebutton.maximize:backdrop:active, +.csd .titlebar button.titlebutton.maximize:backdrop:checked, +.csd .titlebar button.titlebutton.minimize:active, +.csd .titlebar button.titlebutton.minimize:checked, +.csd .titlebar button.titlebutton.minimize:backdrop:active, +.csd .titlebar button.titlebutton.minimize:backdrop:checked, +.titlebar.default-decoration button.titlebutton.close:active, +.titlebar.default-decoration button.titlebutton.close:checked, +.titlebar.default-decoration button.titlebutton.close:backdrop:active, +.titlebar.default-decoration button.titlebutton.close:backdrop:checked, +.titlebar.default-decoration button.titlebutton.maximize:active, +.titlebar.default-decoration button.titlebutton.maximize:checked, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:active, +.titlebar.default-decoration button.titlebutton.maximize:backdrop:checked, +.titlebar.default-decoration button.titlebutton.minimize:active, +.titlebar.default-decoration button.titlebutton.minimize:checked, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:active, +.titlebar.default-decoration button.titlebutton.minimize:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.close:active, +.csd .titlebar.default-decoration button.titlebutton.close:checked, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.maximize:active, +.csd .titlebar.default-decoration button.titlebutton.maximize:checked, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop:checked, +.csd .titlebar.default-decoration button.titlebutton.minimize:active, +.csd .titlebar.default-decoration button.titlebutton.minimize:checked, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:active, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop:checked { + color: transparent; +} + +.solid-csd headerbar:not(.default-decoration) button.titlebutton.close:backdrop, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.maximize:backdrop, +.solid-csd + headerbar:not(.default-decoration) + button.titlebutton.minimize:backdrop, +headerbar button.titlebutton.close:backdrop, +headerbar button.titlebutton.maximize:backdrop, +headerbar button.titlebutton.minimize:backdrop, +.csd headerbar button.titlebutton.close:backdrop, +.csd headerbar button.titlebutton.maximize:backdrop, +.csd headerbar button.titlebutton.minimize:backdrop, +headerbar.default-decoration button.titlebutton.close:backdrop, +headerbar.default-decoration button.titlebutton.maximize:backdrop, +headerbar.default-decoration button.titlebutton.minimize:backdrop, +.csd headerbar.default-decoration button.titlebutton.close:backdrop, +.csd headerbar.default-decoration button.titlebutton.maximize:backdrop, +.csd headerbar.default-decoration button.titlebutton.minimize:backdrop, +.titlebar button.titlebutton.close:backdrop, +.titlebar button.titlebutton.maximize:backdrop, +.titlebar button.titlebutton.minimize:backdrop, +.csd .titlebar button.titlebutton.close:backdrop, +.csd .titlebar button.titlebutton.maximize:backdrop, +.csd .titlebar button.titlebutton.minimize:backdrop, +.titlebar.default-decoration button.titlebutton.close:backdrop, +.titlebar.default-decoration button.titlebutton.maximize:backdrop, +.titlebar.default-decoration button.titlebutton.minimize:backdrop, +.csd .titlebar.default-decoration button.titlebutton.close:backdrop, +.csd .titlebar.default-decoration button.titlebutton.maximize:backdrop, +.csd .titlebar.default-decoration button.titlebutton.minimize:backdrop { + color: transparent; + background-color: rgba(0, 0, 0, 0.12); +} + +button.titlebutton image { + margin: -1px; +} + +/* gtk4 */ + +/********************* + * GtkWindowControls * + *********************/ +windowcontrols > button { + min-height: 12px; + min-width: 12px; + padding: 0px; + margin-left: 2px; + margin-right: 2px; +} + +windowcontrols > button.minimize, +windowcontrols > button.maximize, +windowcontrols > button.close { + color: transparent; + background: none; +} + +windowcontrols > button.minimize > image { + background-color: #38c76a; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.minimize > image:hover { + background-color: rgba(56, 199, 106, 0.85); +} + +windowcontrols > button.maximize > image { + background-color: #fdbe04; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.maximize > image:hover { + background-color: rgba(253, 190, 4, 0.85); +} + +windowcontrols > button.close > image { + background-color: #fd5f51; + box-shadow: inset 0 -1px 0 0 alpha(white, 0.2), + inset 0 1px 0 0 alpha(white, 0.3), inset 1px 0 0 0 alpha(white, 0.07), + inset -1px 0 0 0 alpha(white, 0.07), 0 1px 3px rgba(0, 0, 0, 0.12), + 0 1px 2px rgba(0, 0, 0, 0.24); +} + +windowcontrols > button.close > image:hover { + background-color: rgba(253, 95, 81, 0.85); +} + +windowcontrols > button > image { + padding: 1px; +} + +windowcontrols { + margin-right: -6px; + max-width: 12px; + max-height: 12px; +} + +/********************* + * Text Editor * + *********************/ +tabbox { + background-color: rgba(255, 255, 255, 0.05); + border-radius: 24px; + margin: 2px 4px 2px 0px; + box-shadow: none; +} + +textview.editor { + border-radius: 30px; + margin-top: 10px; + background-color: rgba(0, 0, 0, 0.2); + box-shadow: inset 2px 2px 4px -2.8px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -2.8px rgba(255, 255, 255, 0.6); +} + +textview.editor > border.left > gutter, +textview.editor > border.left, +revealer.bottom-bar.raised, +positionlabel.bottom.numeric.right { + background-color: rgba(0, 0, 0, 0); +} + +revealer.bottom-bar.raised, +revealer.top-bar.raised { + border: none; + box-shadow: none; +} + +separator.vertical { + opacity: 0; +} + +list.boxed-list > row.property, +list.boxed-list > row.activatable.combo, +list.boxed-list > row.activatable { + border-bottom-color: rgba(0, 0, 0, 0.2); + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; +} + +widget.end.sidebar-pane, +widget.end.sidebar-pane > widget, +widget.end.sidebar-pane > widget > preferencespage { + border-radius: 30px; +} + +widget.end.sidebar-pane > widget, +widget.end.sidebar-pane > widget > preferencespage { + margin-top: -14px; + margin-bottom: -14px; +} + +widget.end.sidebar-pane { + margin-top: 10px; + margin-left: 10px; +} + +/* +.collapse-spacing.vertical { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3px rgba(255, 255, 255, 0.6); +} + +*/ +/********************* + * Nautilus * + *********************/ + +window.filechooser > gridview.view, +window.filechooser > list.navigation-sidebar { + background-color: transparent; +} + +gridview > child > picture.large.thumbnail { + border-radius: 2px; +} +.nautilus-window headerbar > revealer.top-bar, +overlay-split-view.view, +statuspage.view, +window#NautilusAppChooser > headerbar.titlebar, +box.vertical > banner > revealer > widget { + background-color: rgba(0, 0, 0, 0); +} + +.sidebar-pane { + background-color: transparent; + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3px rgba(255, 255, 255, 0.6); +} + +window { + background-color: rgba(46, 47, 61, 0.6); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), + inset 0 -1px 0 rgba(255, 255, 255, 0.05); +} + +#NautilusFileChooser.background { + background-color: rgba(46, 47, 61, 0.6); + box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), + inset 0 -1px 0 rgba(255, 255, 255, 0.05); +} + +window#NautilusFileChooser > button.default.pill { + margin-right: 10px; +} + +window#NautilusFileChooser > revealer.bottom-bar { + margin-left: 10px; +} + +#NautilusPathBar { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -2.8px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -2.8px rgba(255, 255, 255, 0.6); +} + +entry { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3px rgba(255, 255, 255, 0.6); +} + +window#NautilusAppChooser > separator.horizontal { + opacity: 0; +} + +window#NautilusAppChooser + > box.dialog-vbox + > box.vertical + > scrolledwindow.background { + background-color: rgba(0, 0, 0, 0); +} + +window#NautilusAppChooser > scrolledwindow.background { + border: none; +} + +list.background { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3.2px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3.2px rgba(255, 255, 255, 0.6); + margin-top: 10px; +} + +/* This removes selection color of sidebar +row.activatable { + background-color: rgba(0, 0, 0, 0); + } + */ + +sheet.background { + background-color: rgba(46, 47, 61, 0.92); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); +} + +button.suggested-action.text-button { + margin-right: -10px; +} + +box.bottom.floating-bar { + background-color: rgba(46, 47, 61, 0.6); + box-shadow: inset 2px 2px 2px -2.8px rgba(255, 255, 255, 0.8), + inset -2px -2px 2px -2.8px rgba(255, 255, 255, 0.8); +} + +/* + row.activatable.entry { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3.2px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3.2px rgba(255, 255, 255, 0.6); + } + + toolbarview.undershoot-top { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3.2px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3.2px rgba(255, 255, 255, 0.6); + } +*/ + +/********************* + * General * + *********************/ + +switch > slider, +scale.horizontal > trough > slider { + min-width: 25px; +} + +window > tooltip.background { + box-shadow: inset 2px 2px 2px -2.8px rgba(255, 255, 255, 0.8), + inset -2px -2px 2px -2.8px rgba(255, 255, 255, 0.8); +} + +popover > contents { + background-color: rgba(46, 47, 61, 0.92); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); +} + +popover > arrow { + background-color: rgba(46, 47, 61, 0.92); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); +} + +.raised.top-bar, +window > windowhandle, +window > headerbar.titlebar { + background-color: rgba(0, 0, 0, 0); + border: none; +} + +widget.content-pane { + background-color: rgba(0, 0, 0, 0); + border-radius: 30px; +} + +box.vertical, +stack.view, +calendar-view, +navigation-view-page > toolbarview.undershoot-top.view { + background-color: rgba(0, 0, 0, 0); +} + +stack.drop-widget, +stack.drop-widget > revealer, +widget.background, +widget.content-pane > lpdragoverlay > revealer, +widget.content-pane > lpdragoverlay { + border-radius: 30px; +} + +/********************* + * Tweaks * + *********************/ +.tweak-titlebar-left, +.tweak-titlebar-right { + background-color: rgba(0, 0, 0, 0); + border: none; + border-top-color: rgba(0, 0, 0, 0); + border-right-color: rgba(0, 0, 0, 0); + border-bottom-color: rgba(0, 0, 0, 0); + border-left-color: rgba(0, 0, 0, 0); + box-shadow: none; +} + +.tweak-titlebar-left > box, +.tweak-titlebar-right > box { + background-color: rgba(0, 0, 0, 0); + border: none; + border-top-color: rgba(0, 0, 0, 0); + border-right-color: rgba(0, 0, 0, 0); + border-bottom-color: rgba(0, 0, 0, 0); + border-left-color: rgba(0, 0, 0, 0); + box-shadow: none; +} + +box { + border: none; + border-top-color: rgba(0, 0, 0, 0); + border-right-color: rgba(0, 0, 0, 0); + border-bottom-color: rgba(0, 0, 0, 0); + border-left-color: rgba(0, 0, 0, 0); + box-shadow: none; +} + +stack.background { + background-color: rgba(0, 0, 0, 0); +} + +box.split-row.vertical { + border-radius: 0; + border-bottom-color: rgba(0, 0, 0, 0, 0.2); +} + +/********************* + * weather * + *********************/ + +scrolledwindow.card.forecast-card { + margin-left: 12px; + margin-right: 12px; +} + +monthcell:hover { + background-color: rgba(255, 255, 255, 0.1); +} + +/********************* + * Mission Center * + *********************/ + +columnview.rich-list.view { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -2.8px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -2.8px rgba(255, 255, 255, 0.6); +} + +/* + toolbarview.undershoot-top { + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3.2px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3.2px rgba(255, 255, 255, 0.6); + } + */ + +/********************* + * Photos APP * + *********************/ + +/* + revealer.bottom-bar { + border-radius: 9999px; + background-color: rgba(0, 0, 0, 0); + background-image: linear-gradient( + to bottom, + rgba(255, 255, 255, 0.1), + rgba(255, 255, 255, 0.03) + ); + box-shadow: inset 2px 2px 4px -3.2px rgba(255, 255, 255, 0.6), + inset -2px -2px 4px -3.2px rgba(255, 255, 255, 0.6); + + } + */ + +/********************* + * Photos APP * + *********************/ + +row.expander, +row.expander > row.activatable.header { + border-radius: 0; + border-bottom-color: rgba(255, 255, 255, 0.2); +} + +/********************* + * Settings * + *********************/ + +button.background-preview-button.toggle:checked { + border-radius: 30px; +} + +button.background-preview-button.toggle > background-preview > picture { + border-radius: 28px; +} + +/********************* + * Extensions * + *********************/ + +header.horizontal.top > tabs > tab:checked, +header.horizontal.top > tabs > tab:hover { + box-shadow: none; + background-color: rgba(255, 255, 255, 0.15); +} + +header.horizontal.top > tabs > tab { + margin-left: -4px; + margin-right: 8px; +} + +notebook.frame > stack { + background-color: transparent; +} + +notebook.frame > stack > list { + background-color: rgba(255, 255, 255, 0.6); +} diff --git a/config/dot/gtk-4.0/servers b/config/dot/gtk-4.0/servers new file mode 100644 index 0000000..74e1de5 --- /dev/null +++ b/config/dot/gtk-4.0/servers @@ -0,0 +1,36 @@ + + + + gb + + + + + + + + + + Windows shares on server.gib + + + + + + + + + + Windows shares on jdrms.gulfport-ms.gov + + + + + + + + + \ No newline at end of file diff --git a/config/dot/gtk-4.0/settings.ini b/config/dot/gtk-4.0/settings.ini new file mode 100644 index 0000000..7c6461a --- /dev/null +++ b/config/dot/gtk-4.0/settings.ini @@ -0,0 +1,2 @@ +[Settings] +gtk-application-prefer-dark-theme=0 diff --git a/config/dot/gtk-4.0/theme-info.json b/config/dot/gtk-4.0/theme-info.json new file mode 100644 index 0000000..f9a9cd5 --- /dev/null +++ b/config/dot/gtk-4.0/theme-info.json @@ -0,0 +1 @@ +{"THEME_NAME":"Tahoe-Dark"} \ No newline at end of file diff --git a/config/dot/nvim/lazy-lock.json b/config/dot/nvim/lazy-lock.json index 5c71764..8b095c3 100644 --- a/config/dot/nvim/lazy-lock.json +++ b/config/dot/nvim/lazy-lock.json @@ -32,7 +32,7 @@ "leetcode.nvim": { "branch": "master", "commit": "fdd3f91800b3983e27bc9fcfb99cfa7293d7f11a" }, "lspkind.nvim": { "branch": "master", "commit": "3ddd1b4edefa425fda5a9f95a4f25578727c0bb3" }, "lualine.nvim": { "branch": "master", "commit": "47f91c416daef12db467145e16bed5bbfe00add8" }, - "mason-lspconfig.nvim": { "branch": "main", "commit": "8f1a3e6eecb638817e8999aaa16ada27cd54d867" }, + "mason-lspconfig.nvim": { "branch": "main", "commit": "9f9c67795d0795a6e8612f5a899ca64a074a1076" }, "mason.nvim": { "branch": "main", "commit": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800" }, "mcphub.nvim": { "branch": "main", "commit": "5193329d510a68f1f5bf189960642c925c177a3a" }, "mini.icons": { "branch": "main", "commit": "ff2e4f1d29f659cc2bad0f9256f2f6195c6b2428" }, @@ -42,7 +42,7 @@ "nvim-autopairs": { "branch": "master", "commit": "c2a0dd0d931d0fb07665e1fedb1ea688da3b80b4" }, "nvim-cmp": { "branch": "main", "commit": "d97d85e01339f01b842e6ec1502f639b080cb0fc" }, "nvim-lsp-file-operations": { "branch": "master", "commit": "9744b738183a5adca0f916527922078a965515ed" }, - "nvim-lspconfig": { "branch": "master", "commit": "d20d83b3f24f5884da73a9fc92fdc47e778b8d0d" }, + "nvim-lspconfig": { "branch": "master", "commit": "d696e36d5792daf828f8c8e8d4b9aa90c1a10c2a" }, "nvim-treesitter": { "branch": "master", "commit": "42fc28ba918343ebfd5565147a42a26580579482" }, "nvim-treesitter-context": { "branch": "master", "commit": "64dd4cf3f6fd0ab17622c5ce15c91fc539c3f24a" }, "nvim-ts-autotag": { "branch": "main", "commit": "c4ca798ab95b316a768d51eaaaee48f64a4a46bc" },