Announcement

Collapse
No announcement yet.

How to have a uniform font color in Dolphin?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to have a uniform font color in Dolphin?

    I'm using Dolphin v16.04.3.

    The font color for .dot files and folders for items listed under Size, Date, Type, etc is lighter than that of regular files and folders. How can I have all text in Dolphin's screen the same dark color?
    Attached Files
    Kubuntu 20.04

    #2
    try ,,,,system settings>colors>edit scheme(it should open to the one your using)>and I think it's the "inactive text" but you may half to play around

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      I looked at all the subsections: Common Colors, View, Window, Button, etc. But I don't have any inactive text of the color seen in my Dolphin image.

      I looked at ~/.config/dolphinrc as well:
      Code:
      grep -i -B1 font ~/.config/dolphinrc
      [CompactMode]
      FontWeight=50
      --
      [DetailsMode]
      FontWeight=50
      --
      [IconsMode]
      FontFamily=Ubuntu Mono
      FontSize=12
      FontWeight=75
      UseSystemFont=false
      $
      Usually, direct editing of "rc" files isn't advised when there's a GUI route provided by the application. So I haven't messed with dolphinrc as yet. I could change the FontWeight to be uniformly 75 and try UseSystemFont=true.
      Kubuntu 20.04

      Comment

      Working...
      X