This commit is contained in:
2026-08-22 13:56:13 +02:00
parent c53c27c5e3
commit e4805e5027
15 changed files with 175 additions and 231 deletions
+17 -17
View File
@@ -15,7 +15,7 @@
@define-color insensitive_unfocused_fg_color_breeze #999fb9;
@define-color insensitive_unfocused_selected_bg_color_breeze #1a1a28;
@define-color insensitive_unfocused_selected_fg_color_breeze #999fb9;
@define-color link_color_breeze #f5c2e7;
@define-color link_color_breeze #89b4fa;
@define-color link_visited_color_breeze #cba6f7;
@define-color success_color_backdrop_breeze #728396;
@define-color success_color_breeze #a6e3a1;
@@ -27,17 +27,17 @@
@define-color theme_button_background_backdrop_insensitive_breeze #2b2c3d;
@define-color theme_button_background_insensitive_breeze #2b2c3d;
@define-color theme_button_background_normal_breeze #313244;
@define-color theme_button_decoration_focus_backdrop_breeze #847d96;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #b591b0;
@define-color theme_button_decoration_focus_breeze #f5c2e7;
@define-color theme_button_decoration_focus_insensitive_breeze #b591b0;
@define-color theme_button_decoration_hover_backdrop_breeze #33344c;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #393b4d;
@define-color theme_button_decoration_hover_breeze #45475a;
@define-color theme_button_decoration_hover_insensitive_breeze #393b4d;
@define-color theme_button_decoration_focus_backdrop_breeze #6773a7;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #6987bd;
@define-color theme_button_decoration_focus_breeze #89b4fa;
@define-color theme_button_decoration_focus_insensitive_breeze #6987bd;
@define-color theme_button_decoration_hover_backdrop_breeze #6773a7;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #6987bd;
@define-color theme_button_decoration_hover_breeze #89b4fa;
@define-color theme_button_decoration_hover_insensitive_breeze #6987bd;
@define-color theme_button_foreground_active_backdrop_breeze #1e1e2e;
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #999fb9;
@define-color theme_button_foreground_active_breeze #11111b;
@define-color theme_button_foreground_active_breeze #000000;
@define-color theme_button_foreground_active_insensitive_breeze #999fb9;
@define-color theme_button_foreground_backdrop_breeze #808194;
@define-color theme_button_foreground_backdrop_insensitive_breeze #999fb9;
@@ -51,9 +51,9 @@
@define-color theme_header_foreground_breeze #cdd6f4;
@define-color theme_header_foreground_insensitive_backdrop_breeze #808194;
@define-color theme_header_foreground_insensitive_breeze #808194;
@define-color theme_hovering_selected_bg_color_breeze #45475a;
@define-color theme_selected_bg_color_breeze #f5c2e7;
@define-color theme_selected_fg_color_breeze #11111b;
@define-color theme_hovering_selected_bg_color_breeze #89b4fa;
@define-color theme_selected_bg_color_breeze #6887bc;
@define-color theme_selected_fg_color_breeze #000000;
@define-color theme_text_color_breeze #cdd6f4;
@define-color theme_titlebar_background_backdrop_breeze #1e1e2e;
@define-color theme_titlebar_background_breeze #181825;
@@ -65,14 +65,14 @@
@define-color theme_unfocused_base_color_breeze #1e1e2e;
@define-color theme_unfocused_bg_color_breeze #1e1e2e;
@define-color theme_unfocused_fg_color_breeze #808194;
@define-color theme_unfocused_selected_bg_color_alt_breeze #847d96;
@define-color theme_unfocused_selected_bg_color_breeze #847d96;
@define-color theme_unfocused_selected_bg_color_alt_breeze #555f8b;
@define-color theme_unfocused_selected_bg_color_breeze #555f8b;
@define-color theme_unfocused_selected_fg_color_breeze #1e1e2e;
@define-color theme_unfocused_text_color_breeze #808194;
@define-color theme_unfocused_view_bg_color_breeze #1e1e2e;
@define-color theme_unfocused_view_text_color_breeze #999fb9;
@define-color theme_view_active_decoration_color_breeze #45475a;
@define-color theme_view_hover_decoration_color_breeze #45475a;
@define-color theme_view_active_decoration_color_breeze #89b4fa;
@define-color theme_view_hover_decoration_color_breeze #89b4fa;
@define-color tooltip_background_breeze #1e1e2e;
@define-color tooltip_border_breeze #414356;
@define-color tooltip_text_breeze #cdd6f4;
+17 -8
View File
@@ -1,17 +1,26 @@
[Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Papirus
gtk-font-name=Sarasa UI SC 10
gtk-application-prefer-dark-theme=true
gtk-button-images=true
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-cursor-theme-name=Bibata-Modern-Ice
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-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus
gtk-menu-images=true
gtk-modules=colorreload-gtk-module:appmenu-gtk-module
gtk-primary-button-warps-slider=true
gtk-shell-shows-menubar=1
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-toolbar-style=3
gtk-xft-antialias=1
gtk-xft-dpi=122880
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
+17 -17
View File
@@ -15,7 +15,7 @@
@define-color insensitive_unfocused_fg_color_breeze #999fb9;
@define-color insensitive_unfocused_selected_bg_color_breeze #1a1a28;
@define-color insensitive_unfocused_selected_fg_color_breeze #999fb9;
@define-color link_color_breeze #f5c2e7;
@define-color link_color_breeze #89b4fa;
@define-color link_visited_color_breeze #cba6f7;
@define-color success_color_backdrop_breeze #728396;
@define-color success_color_breeze #a6e3a1;
@@ -27,17 +27,17 @@
@define-color theme_button_background_backdrop_insensitive_breeze #2b2c3d;
@define-color theme_button_background_insensitive_breeze #2b2c3d;
@define-color theme_button_background_normal_breeze #313244;
@define-color theme_button_decoration_focus_backdrop_breeze #847d96;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #b591b0;
@define-color theme_button_decoration_focus_breeze #f5c2e7;
@define-color theme_button_decoration_focus_insensitive_breeze #b591b0;
@define-color theme_button_decoration_hover_backdrop_breeze #33344c;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #393b4d;
@define-color theme_button_decoration_hover_breeze #45475a;
@define-color theme_button_decoration_hover_insensitive_breeze #393b4d;
@define-color theme_button_decoration_focus_backdrop_breeze #6773a7;
@define-color theme_button_decoration_focus_backdrop_insensitive_breeze #6987bd;
@define-color theme_button_decoration_focus_breeze #89b4fa;
@define-color theme_button_decoration_focus_insensitive_breeze #6987bd;
@define-color theme_button_decoration_hover_backdrop_breeze #6773a7;
@define-color theme_button_decoration_hover_backdrop_insensitive_breeze #6987bd;
@define-color theme_button_decoration_hover_breeze #89b4fa;
@define-color theme_button_decoration_hover_insensitive_breeze #6987bd;
@define-color theme_button_foreground_active_backdrop_breeze #1e1e2e;
@define-color theme_button_foreground_active_backdrop_insensitive_breeze #999fb9;
@define-color theme_button_foreground_active_breeze #11111b;
@define-color theme_button_foreground_active_breeze #000000;
@define-color theme_button_foreground_active_insensitive_breeze #999fb9;
@define-color theme_button_foreground_backdrop_breeze #808194;
@define-color theme_button_foreground_backdrop_insensitive_breeze #999fb9;
@@ -51,9 +51,9 @@
@define-color theme_header_foreground_breeze #cdd6f4;
@define-color theme_header_foreground_insensitive_backdrop_breeze #808194;
@define-color theme_header_foreground_insensitive_breeze #808194;
@define-color theme_hovering_selected_bg_color_breeze #45475a;
@define-color theme_selected_bg_color_breeze #f5c2e7;
@define-color theme_selected_fg_color_breeze #11111b;
@define-color theme_hovering_selected_bg_color_breeze #89b4fa;
@define-color theme_selected_bg_color_breeze #6887bc;
@define-color theme_selected_fg_color_breeze #000000;
@define-color theme_text_color_breeze #cdd6f4;
@define-color theme_titlebar_background_backdrop_breeze #1e1e2e;
@define-color theme_titlebar_background_breeze #181825;
@@ -65,14 +65,14 @@
@define-color theme_unfocused_base_color_breeze #1e1e2e;
@define-color theme_unfocused_bg_color_breeze #1e1e2e;
@define-color theme_unfocused_fg_color_breeze #808194;
@define-color theme_unfocused_selected_bg_color_alt_breeze #847d96;
@define-color theme_unfocused_selected_bg_color_breeze #847d96;
@define-color theme_unfocused_selected_bg_color_alt_breeze #555f8b;
@define-color theme_unfocused_selected_bg_color_breeze #555f8b;
@define-color theme_unfocused_selected_fg_color_breeze #1e1e2e;
@define-color theme_unfocused_text_color_breeze #808194;
@define-color theme_unfocused_view_bg_color_breeze #1e1e2e;
@define-color theme_unfocused_view_text_color_breeze #999fb9;
@define-color theme_view_active_decoration_color_breeze #45475a;
@define-color theme_view_hover_decoration_color_breeze #45475a;
@define-color theme_view_active_decoration_color_breeze #89b4fa;
@define-color theme_view_hover_decoration_color_breeze #89b4fa;
@define-color tooltip_background_breeze #1e1e2e;
@define-color tooltip_border_breeze #414356;
@define-color tooltip_text_breeze #cdd6f4;
+11 -4
View File
@@ -1,7 +1,14 @@
[Settings]
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-icon-theme-name=Papirus
gtk-font-name=Sarasa UI SC 10
gtk-application-prefer-dark-theme=true
gtk-cursor-blink=true
gtk-cursor-blink-time=1000
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=24
gtk-application-prefer-dark-theme=1
gtk-decoration-layout=icon:minimize,maximize,close
gtk-enable-animations=true
gtk-font-name=Sarasa UI SC, 10
gtk-icon-theme-name=Papirus
gtk-primary-button-warps-slider=true
gtk-sound-theme-name=ocean
gtk-theme-name=catppuccin-mocha-blue-standard+default
gtk-xft-dpi=122880