8

I like dark background, light text layouts. However, it is still making hyperlinks dark blue, which makes them very hard to read.

Here's a screenshot. The program is Zim, but the color scheme is the same by most programs.

Example

Is there a way to change that? Is this something that I can set in the theme? I'm using a theme called Giungla.

David Oneill
  • 12,144

2 Answers2

6

In your ~/.config/zim/style.conf(copy if from /usr/share/zim/style.conf) change it from blue to whatever suits you. Reference here.

[Tag link]
foreground = blue
#underline  = single
RobotHumans
  • 29,530
4
vim ~/.config/zim/style.conf

Change color

    [Tag link]
foreground = light blue

light blue looks better :)

enter image description here

DimiDak
  • 631