Luwx / Lightly

A modern style for qt applications.
Other
1.53k stars 101 forks source link

Dolphin transparent view not working #198

Open AlphaCraft9658 opened 1 year ago

AlphaCraft9658 commented 1 year ago

I have the transparent view for dolphin enabled, but it doesn't do anything.

edpil02 commented 1 year ago

Have you thought about putting the alpha values in your colors-shema. Works for me.

AlphaCraft9658 commented 1 year ago

Have you thought about putting the alpha values in your colors-shema. Works for me.

How do I choose these alpha values?

AlphaCraft9658 commented 1 year ago

The only color scheme I can find installed on my system, which still has most transparent elements, is glorious dark, but the actual view area with the files in dolphins is not transparent or blurred.

edpil02 commented 1 year ago

See https://github.com/Luwx/Lightly/issues/142

Lumipyry commented 1 year ago

Is this what you are looking for?

15

To have blurred folder background add alfa-value to [Colors:View]-BackgoundNormal and [Colors:Window]-BackgroundNormal.

If you want to use this color-scheme, just copy and paste the text below to a text editor and save it as "ThunderBlur.colors" (with Dolphin to ".local/share/color-schemes" or install saved file in System Settings/Colors/Install from file):

[ColorEffects:Disabled] Color=56,56,56 ColorAmount=0 ColorEffect=0 ContrastAmount=0.65 ContrastEffect=1 IntensityAmount=0.1 IntensityEffect=2

[ColorEffects:Inactive] ChangeSelectionColor=true Color=112,111,110 ColorAmount=0.025000000000000001 ColorEffect=2 ContrastAmount=0.10000000000000001 ContrastEffect=2 Enable=false IntensityAmount=0 IntensityEffect=0

[Colors:Button] BackgroundAlternate=64,69,82 BackgroundNormal=0,0,0 DecorationFocus=94,80,51 DecorationHover=79,78,53 ForegroundActive=95,179,179 ForegroundInactive=79,91,102 ForegroundLink=102,153,204 ForegroundNegative=236,95,103 ForegroundNeutral=249,145,87 ForegroundNormal=139,137,93 ForegroundPositive=153,199,148 ForegroundVisited=197,148,197

[Colors:Selection] BackgroundAlternate=29,153,243 BackgroundNormal=10,11,14 DecorationFocus=94,80,51 DecorationHover=79,78,53 ForegroundActive=95,179,179 ForegroundInactive=254,254,254 ForegroundLink=102,153,204 ForegroundNegative=236,95,103 ForegroundNeutral=249,145,87 ForegroundNormal=195,199,209 ForegroundPositive=153,199,148 ForegroundVisited=197,148,197

[Colors:Tooltip] BackgroundAlternate=47,52,63 BackgroundNormal=52,61,70 DecorationFocus=94,80,51 DecorationHover=79,78,53 ForegroundActive=95,179,179 ForegroundInactive=79,91,102 ForegroundLink=102,153,204 ForegroundNegative=236,95,103 ForegroundNeutral=249,145,87 ForegroundNormal=205,211,222 ForegroundPositive=153,199,148 ForegroundVisited=197,148,197

[Colors:View] BackgroundAlternate=41,56,61 BackgroundNormal=0,5,8,150 DecorationFocus=94,80,51 DecorationHover=79,78,53 ForegroundActive=95,179,179 ForegroundInactive=79,91,102 ForegroundLink=102,153,204 ForegroundNegative=236,95,103 ForegroundNeutral=249,145,87 ForegroundNormal=139,137,93 ForegroundPositive=153,199,148 ForegroundVisited=197,148,197

[Colors:Window] BackgroundAlternate=47,52,63 BackgroundNormal=0,0,0,150 DecorationFocus=94,80,51 DecorationHover=79,78,53 ForegroundActive=95,179,179 ForegroundInactive=79,91,102 ForegroundLink=102,153,204 ForegroundNegative=236,95,103 ForegroundNeutral=249,145,87 ForegroundNormal=229,229,156 ForegroundPositive=153,199,148 ForegroundVisited=197,148,197

[General] ColorScheme=© Sami Saarinen Name=Thunder-opaque shadeSortColumn=true

[KDE] contrast=4

[WM] activeBackground=0,5,8,170 activeBlend=52,61,70 activeForeground=210,203,128 inactiveBackground=0,0,0,170 inactiveBlend=52,61,70 inactiveForeground=79,78,53

edpil02 commented 1 year ago

@Lumipyry Which version of lightly do you use , because i had to modify some lightly code to deal with some bug for having the same appearance. https://github.com/Luwx/Lightly/issues/184 https://github.com/Luwx/Lightly/issues/98 . Thanks.

edpil02 commented 1 year ago

Forget it then you don't use menu bar. Problems are with menu bar.