Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Change dolphin zebra strips color
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31181
Location: here

PostPosted: Thu Sep 05, 2024 6:32 pm    Post subject: Change dolphin zebra strips color Reply with quote

There is a way to change zebra strips color in Dolphin (24.05.2) details view mode?
I use dolphin with a window manager so I am looking for a way to do it manually from command line.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
rab0171610
Guru
Guru


Joined: 24 Dec 2022
Posts: 408

PostPosted: Thu Sep 05, 2024 7:21 pm    Post subject: Reply with quote

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.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31181
Location: here

PostPosted: Thu Sep 05, 2024 7:33 pm    Post subject: Reply with quote

I have already tried changing the values of in kdeglobals but it does not seem to have any effect.
I had read about changing BackgroundAlternate and BackgroundNormal in the [Colors:View] section.
In dolphinrc I would not know what to edit there is no entry to change color
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
rab0171610
Guru
Guru


Joined: 24 Dec 2022
Posts: 408

PostPosted: Thu Sep 05, 2024 7:42 pm    Post subject: Reply with quote

I'm sorry to hear that. I am wondering if those colors are chosen by your environment color scheme and not Dolphin in that case.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum