rab0171610 Guru
Joined: 24 Dec 2022 Posts: 420
|
Posted: Thu Sep 05, 2024 7:21 pm Post subject: |
|
|
This is just a guess and I could be completely wrong about this, but I think those settings are normally sourced in the KDE desktop environment from a config file:
Code: | ~/.config/kdeglobals |
There is also a dolphin specific config file:
Code: | ~/.config/dolphinrc |
I assume it would work outside of KDE.
As a reference, my kdeglobals file has this:
Code: | [ColorEffects:Disabled]
ChangeSelectionColor=
Color=56,56,56
ColorAmount=0
ColorEffect=0
ContrastAmount=0.65
ContrastEffect=1
Enable=
IntensityAmount=0.1
IntensityEffect=2
[ColorEffects:Inactive]
ChangeSelectionColor=true
Color=112,111,110
ColorAmount=0.025
ColorEffect=2
ContrastAmount=0.1
ContrastEffect=2
Enable=false
IntensityAmount=0
IntensityEffect=0
[Colors:Button]
BackgroundAlternate=30,87,116
BackgroundNormal=49,54,59
DecorationFocus=60,112,233
DecorationHover=68,117,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=0,0,255
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:Complementary]
BackgroundAlternate=30,87,116
BackgroundNormal=42,46,50
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:Header]
BackgroundAlternate=42,46,50
BackgroundNormal=49,54,59
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:Header][Inactive]
BackgroundAlternate=49,54,59
BackgroundNormal=42,46,50
DecorationFocus=61,174,233
DecorationHover=61,174,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=29,153,243
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:Selection]
BackgroundAlternate=30,87,116
BackgroundNormal=61,93,233
DecorationFocus=60,112,233
DecorationHover=68,117,233
ForegroundActive=252,252,252
ForegroundInactive=161,169,177
ForegroundLink=0,0,255
ForegroundNegative=176,55,69
ForegroundNeutral=198,92,0
ForegroundNormal=252,252,252
ForegroundPositive=23,104,57
ForegroundVisited=155,89,182
[Colors:Tooltip]
BackgroundAlternate=42,46,50
BackgroundNormal=49,54,59
DecorationFocus=60,112,233
DecorationHover=68,117,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=0,0,255
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:View]
BackgroundAlternate=35,38,41
BackgroundNormal=27,30,32
DecorationFocus=60,112,233
DecorationHover=68,117,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=0,0,255
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[Colors:Window]
BackgroundAlternate=49,54,59
BackgroundNormal=42,46,50
DecorationFocus=60,112,233
DecorationHover=68,117,233
ForegroundActive=61,174,233
ForegroundInactive=161,169,177
ForegroundLink=0,0,255
ForegroundNegative=218,68,83
ForegroundNeutral=246,116,0
ForegroundNormal=252,252,252
ForegroundPositive=39,174,96
ForegroundVisited=155,89,182
[DirSelect Dialog]
DirSelectDialog Size=1652,959
[General]
ColorSchemeHash=4d09883514e4e6990303ec91e3d23afa87224f26
XftAntialias=true
XftHintStyle=hintslight
XftSubPixel=rgb
fixed=Hack,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
font=Segoe UI,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
menuFont=Segoe UI,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
smallestReadableFont=Segoe UI,10,-1,5,400,0,0,0,0,0,0,0,0,0,0,1
toolBarFont=Segoe UI,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1 |
On KDE, I believe Dolphin follows the user selected desktop color scheme, which I think is saved in this file. I do not know if that file is also sourced outside of KDE. I don't know if that is any help to you at all. On my machine, in Dolphin, the details view has blue highlight if the mouse hovers over a row but does not have alternating distinguishing stripes like that but I have a personalized very dark, black theme so that may be why. |
|