New backup 2025-10-21 11:45:02
This commit is contained in:
parent
a48ffa2358
commit
cfbf682bbe
3 changed files with 12 additions and 5 deletions
|
@ -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
|
||||
|
|
3
de/home/.local/share/themes/pogmom-gtk/.vscode/settings.json
vendored
Normal file
3
de/home/.local/share/themes/pogmom-gtk/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"chat.disableAIFeatures": true
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue