icons: Papirus-Dark across gtk/qt/rofi; make qt6ct path absolute
qt6ct does not expand ~ in color_scheme_path, so the custom palette was silently ignored. Papirus ships blue folders by default, which matches the sky accent without papirus-folders. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Cn3dHfbgNYdbZvzb1b3GQt
This commit is contained in:
parent
e2dfb1a67c
commit
02cb317f4e
6 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Adwaita
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name=Noto Sans Light 10
|
||||
gtk-cursor-theme-name=Bibata-Modern-Classic
|
||||
gtk-cursor-theme-size=20
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
gtk-theme-name=Adwaita
|
||||
gtk-icon-theme-name=Adwaita
|
||||
gtk-icon-theme-name=Papirus-Dark
|
||||
gtk-font-name=JetBrainsMono Nerd Font 12
|
||||
gtk-cursor-theme-name=Bibata-Modern-Classic
|
||||
gtk-cursor-theme-size=20
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/home/sarthak/.config/qt5ct/colors/dc.conf
|
||||
custom_palette=true
|
||||
icon_theme=Adwaita
|
||||
icon_theme=Papirus-Dark
|
||||
standard_dialogs=default
|
||||
style=Fusion
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[Appearance]
|
||||
color_scheme_path=~/.config/qt6ct/colors/dc.conf
|
||||
color_scheme_path=/home/sarthak/.config/qt6ct/colors/dc.conf
|
||||
custom_palette=true
|
||||
icon_theme=Adwaita
|
||||
icon_theme=Papirus-Dark
|
||||
standard_dialogs=default
|
||||
style=Fusion
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
configuration {
|
||||
show-icons: true;
|
||||
icon-theme: "Adwaita";
|
||||
icon-theme: "Papirus-Dark";
|
||||
drun-display-format: "{name}";
|
||||
display-drun: "";
|
||||
modes: "drun,run,window";
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Sakura Line
|
||||
gtk-theme-name="Adwaita"
|
||||
gtk-icon-theme-name="Adwaita"
|
||||
gtk-icon-theme-name="Papirus-Dark"
|
||||
gtk-font-name="Noto Sans Light 10"
|
||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||
gtk-cursor-theme-size=20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue