New backup 2025-10-21 11:45:02

This commit is contained in:
Penelope Gwen 2025-10-21 11:45:02 -07:00
parent a48ffa2358
commit cfbf682bbe
3 changed files with 12 additions and 5 deletions

View file

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

View file

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

View file

@ -1,18 +1,22 @@
@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 #fcfcfc;*/
@define-color theme_fg_color_breeze alpha(@color15, 1);
/*
text color for entries, views and content in general */
@define-color theme_text_color_breeze #fcfcfc;
@define-color theme_text_color_breeze alpha(@color15, 1);
/*
widget base background color */
@define-color theme_bg_color_breeze #20232633;
/*@define-color theme_bg_color_breeze #20232633;*/
@define-color theme_bg_color_breeze alpha(@color0, 0);
/*
text widgets and the like base background color */
@define-color theme_base_color_breeze #141618;
/*@define-color theme_base_color_breeze #141618;*/
@define-color theme_base_color_breeze alpha(mix(@color0,@color5,0.2),0.65);
/*
view hover decoration color*/
@define-color theme_view_hover_decoration_color_breeze #3daee9;