New backup 2025-10-22 15:45:03

This commit is contained in:
Penelope Gwen 2025-10-22 15:45:03 -07:00
parent 86606b4106
commit 947277b790
9 changed files with 16 additions and 37 deletions

View file

@ -1,5 +1,5 @@
[Settings]
gtk-theme-name=pogmom-gtk
gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=breeze-dark
gtk-font-name=Overpass Nerd Font Propo 10
gtk-cursor-theme-name=Adwaita
@ -14,4 +14,4 @@ gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=0
gtk-application-prefer-dark-theme=1

View file

@ -169,10 +169,10 @@ SetEditor=false
[MainWindow]
1920x1200 screen: Height=552
1920x1200 screen: Width=580
1920x1200 screen: Width=1896
2 screens: Height=1119
2 screens: Width=490
2048x1280 screen: Height=1199
2048x1280 screen: Height=592
2048x1280 screen: Width=1005
3 screens: Height=1053
3 screens: Width=1325

View file

@ -16,7 +16,7 @@ ShowDeleteCommand=false
[KFileDialog Settings]
Allow Expansion=false
Automatically select filename extension=true
Breadcrumb Navigation=false
Breadcrumb Navigation=true
Decoration position=2
LocationCombo Completionmode=5
PathCombo Completionmode=5

View file

@ -52,21 +52,14 @@ window {
border: 0px solid transparent;
border-radius: 10px;
background-color: var(--button-background-color);
background-color: red;
margin:10px;
padding: 10px;
}
#entry:selected{
background-color:
}
/*#entry:selected {
background-color: red;
border-radius: 10px;
// opacity: 0;
// background-color: var(--button-background-active-color);
#entry:selected {
background-color: var(--button-background-active-color);
outline: none;
color: red;
}*/
}
#entry:hover {
background-color: var(--button-background-active-color);
outline: none;
@ -107,9 +100,9 @@ list {
font-weight: bold;
margin-left: 15px;
}
/*#text:selected {
#text:selected {
color: var(--active-foreground-color);
}*/
}
#img {
opacity: 0.6;
@ -117,8 +110,3 @@ list {
#img:selected {
opacity: 1;
}
/*
#entry:selected {
border-radius: 5px;
background-color: red;
}*/

View file

@ -1,2 +1 @@
user_pref("privacy.resistFingerprinting.exemptedDomains", "*.pogmom.me,*.pog.mom,*.eugenesca.com,*.wedontownit.duckdns.org");
user_pref("privacy.resistFingerprinting.letterboxing", true);
user_pref("privacy.resistFingerprinting.exemptedDomains", "*.pogmom.me,*.pog.mom");

View file

@ -1,2 +1 @@
user_pref("privacy.resistFingerprinting.exemptedDomains", "*.pogmom.me,*.pog.mom,mail.proton.me");
user_pref("privacy.resistFingerprinting.letterboxing", true);

View file

@ -17,7 +17,7 @@ Name=Penelope
IsRelative=1
Path=penelope
Default=1
StoreID=bf331188
StoreID=0585997e
ShowSelector=0
[General]

View file

@ -1,3 +0,0 @@
{
"chat.disableAIFeatures": true
}

View file

@ -1,22 +1,18 @@
@import url("../colors.css");
/* GTK NAMED COLORS
----------------
use responsibly! */
/*
widget text/foreground color */
/*@define-color theme_fg_color_breeze #fcfcfc;*/
@define-color theme_fg_color_breeze alpha(@color15, 1);
@define-color theme_fg_color_breeze #fcfcfc;
/*
text color for entries, views and content in general */
@define-color theme_text_color_breeze alpha(@color15, 1);
@define-color theme_text_color_breeze #fcfcfc;
/*
widget base background color */
/*@define-color theme_bg_color_breeze #20232633;*/
@define-color theme_bg_color_breeze alpha(@color0, 0);
@define-color theme_bg_color_breeze #20232633;
/*
text widgets and the like base background color */
/*@define-color theme_base_color_breeze #141618;*/
@define-color theme_base_color_breeze alpha(mix(@color0,@color5,0.2),0.65);
@define-color theme_base_color_breeze #141618;
/*
view hover decoration color*/
@define-color theme_view_hover_decoration_color_breeze #3daee9;