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]
|
[Settings]
|
||||||
gtk-theme-name=Adwaita
|
gtk-theme-name=Adwaita
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=Noto Sans Light 10
|
gtk-font-name=Noto Sans Light 10
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Classic
|
gtk-cursor-theme-name=Bibata-Modern-Classic
|
||||||
gtk-cursor-theme-size=20
|
gtk-cursor-theme-size=20
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
gtk-theme-name=Adwaita
|
gtk-theme-name=Adwaita
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Papirus-Dark
|
||||||
gtk-font-name=JetBrainsMono Nerd Font 12
|
gtk-font-name=JetBrainsMono Nerd Font 12
|
||||||
gtk-cursor-theme-name=Bibata-Modern-Classic
|
gtk-cursor-theme-name=Bibata-Modern-Classic
|
||||||
gtk-cursor-theme-size=20
|
gtk-cursor-theme-size=20
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=/home/sarthak/.config/qt5ct/colors/dc.conf
|
color_scheme_path=/home/sarthak/.config/qt5ct/colors/dc.conf
|
||||||
custom_palette=true
|
custom_palette=true
|
||||||
icon_theme=Adwaita
|
icon_theme=Papirus-Dark
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=Fusion
|
style=Fusion
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[Appearance]
|
[Appearance]
|
||||||
color_scheme_path=~/.config/qt6ct/colors/dc.conf
|
color_scheme_path=/home/sarthak/.config/qt6ct/colors/dc.conf
|
||||||
custom_palette=true
|
custom_palette=true
|
||||||
icon_theme=Adwaita
|
icon_theme=Papirus-Dark
|
||||||
standard_dialogs=default
|
standard_dialogs=default
|
||||||
style=Fusion
|
style=Fusion
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
configuration {
|
configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Adwaita";
|
icon-theme: "Papirus-Dark";
|
||||||
drun-display-format: "{name}";
|
drun-display-format: "{name}";
|
||||||
display-drun: "";
|
display-drun: "";
|
||||||
modes: "drun,run,window";
|
modes: "drun,run,window";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# Sakura Line
|
# Sakura Line
|
||||||
gtk-theme-name="Adwaita"
|
gtk-theme-name="Adwaita"
|
||||||
gtk-icon-theme-name="Adwaita"
|
gtk-icon-theme-name="Papirus-Dark"
|
||||||
gtk-font-name="Noto Sans Light 10"
|
gtk-font-name="Noto Sans Light 10"
|
||||||
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
gtk-cursor-theme-name="Bibata-Modern-Classic"
|
||||||
gtk-cursor-theme-size=20
|
gtk-cursor-theme-size=20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue