Adapted Opacity (that finally works)

This commit is contained in:
2026-02-26 10:43:44 +01:00
parent a2a49815ad
commit c37efb5b41
4 changed files with 1132 additions and 486 deletions
+1126 -480
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2203,8 +2203,8 @@ in
# 2) Your repo config (may also include theme; harmless if duplicated) # 2) Your repo config (may also include theme; harmless if duplicated)
${repoKittyConfText} ${repoKittyConfText}
# 3) Force transparency last (wins) # 3) Force transparency last (wins)
background_opacity 0.60 #background_opacity 0.60
dynamic_background_opacity yes #dynamic_background_opacity yes
''; '';
}; };
} }
@@ -17,10 +17,10 @@
# are written as ONE single line. # are written as ONE single line.
############################################### ###############################################
include Catppuccin-Mocha.conf include themes/Catppuccin-Mocha.conf
# Force transparency (comes from the conf file, as you want) # Force transparency (comes from the conf file, as you want)
background_opacity 0.60 background_opacity 0.80
dynamic_background_opacity yes dynamic_background_opacity yes
# the rest… # the rest…
+2 -2
View File
@@ -22,8 +22,8 @@ in
# 2) Your repo config (may also include theme; harmless if duplicated) # 2) Your repo config (may also include theme; harmless if duplicated)
${repoKittyConfText} ${repoKittyConfText}
# 3) Force transparency last (wins) # 3) Force transparency last (wins)
background_opacity 0.60 #background_opacity 0.60
dynamic_background_opacity yes #dynamic_background_opacity yes
''; '';
}; };
} }