From a93a3624419238b3d76fa968ccff2a33ee4cc422 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Mon, 9 Jun 2025 11:18:34 +0400 Subject: [PATCH] Fix theme name --- etc/skel/.config/gtk-3.0/settings.ini | 4 ++-- etc/skel/.config/qt5ct/qt5ct.conf | 2 +- etc/skel/.config/qt6ct/qt6ct.conf | 2 +- etc/skel/.config/xsettingsd/xsettingsd.conf | 4 ++-- etc/skel/.gtkrc-2.0 | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/skel/.config/gtk-3.0/settings.ini b/etc/skel/.config/gtk-3.0/settings.ini index eba36d7..4761de8 100644 --- a/etc/skel/.config/gtk-3.0/settings.ini +++ b/etc/skel/.config/gtk-3.0/settings.ini @@ -1,6 +1,6 @@ [Settings] -gtk-theme-name=Catppuccin-Macchiato-Standard-Blue-Dark -gtk-icon-theme-name=ePapirus-Dark +gtk-theme-name=catppuccin-macchiato-blue-standard+default +gtk-icon-theme-name=Papirus-Dark gtk-font-name=Noto Sans 11 gtk-cursor-theme-name=Bibata-Modern-Classic gtk-cursor-theme-size=24 diff --git a/etc/skel/.config/qt5ct/qt5ct.conf b/etc/skel/.config/qt5ct/qt5ct.conf index bfb90db..36700ef 100644 --- a/etc/skel/.config/qt5ct/qt5ct.conf +++ b/etc/skel/.config/qt5ct/qt5ct.conf @@ -1,7 +1,7 @@ [Appearance] color_scheme_path=$HOME/.config/qt5ct/colors/Catppuccin-Macchiato.conf custom_palette=true -icon_theme=ePapirus-Dark +icon_theme=Papirus-Dark standard_dialogs=default style=kvantum-dark diff --git a/etc/skel/.config/qt6ct/qt6ct.conf b/etc/skel/.config/qt6ct/qt6ct.conf index 79eb85e..6f8cc71 100644 --- a/etc/skel/.config/qt6ct/qt6ct.conf +++ b/etc/skel/.config/qt6ct/qt6ct.conf @@ -1,7 +1,7 @@ [Appearance] color_scheme_path=$HOME/.config/qt6ct/colors/Catppuccin-Macchiato.conf custom_palette=true -icon_theme=ePapirus +icon_theme=Papirus-Dark standard_dialogs=default style=kvantum-dark diff --git a/etc/skel/.config/xsettingsd/xsettingsd.conf b/etc/skel/.config/xsettingsd/xsettingsd.conf index 4c64b86..f48883e 100644 --- a/etc/skel/.config/xsettingsd/xsettingsd.conf +++ b/etc/skel/.config/xsettingsd/xsettingsd.conf @@ -1,5 +1,5 @@ -Net/ThemeName "Catppuccin-Macchiato-Standard-Blue-Dark" -Net/IconThemeName "ePapirus-Dark" +Net/ThemeName "catppuccin-macchiato-blue-standard+default" +Net/IconThemeName "Papirus-Dark" Gtk/CursorThemeName "Bibata-Modern-Classic" Net/EnableEventSounds 1 EnableInputFeedbackSounds 0 diff --git a/etc/skel/.gtkrc-2.0 b/etc/skel/.gtkrc-2.0 index cb00e2e..0fcc462 100644 --- a/etc/skel/.gtkrc-2.0 +++ b/etc/skel/.gtkrc-2.0 @@ -2,8 +2,8 @@ # Any customization should be done in ~/.gtkrc-2.0.mine instead. include "/home/sunderland93/.gtkrc-2.0.mine" -gtk-theme-name="Catppuccin-Macchiato-Standard-Blue-Dark" -gtk-icon-theme-name="ePapirus-Dark" +gtk-theme-name="catppuccin-macchiato-blue-standard+default" +gtk-icon-theme-name="Papirus-Dark" gtk-font-name="Noto Sans 11" gtk-cursor-theme-name="Bibata-Modern-Classic" gtk-cursor-theme-size=24