+comment -size

Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-06-01 21:31:52 +03:00
parent 97473c422a
commit 6bd28bd3a6
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ The problem with my current setup is that symbolic links are
show in **cyan** by ***ls*** on my system and thus are pretty much
unreadable, as you can see:
[[!img urxvt-before.png alt="urxvt with unreadable cyan colour" size="629x98"]]
[[!img urxvt-before.png alt="urxvt with unreadable cyan colour"]]
## The solution
@ -77,7 +77,9 @@ cyan to black:
URxvt.color6: black
URxvt.color14: black
[[!img urxvt-after.png alt="urxvt with cyan changed to black" size="612x95"]]
And this is how it finally looks like:
[[!img urxvt-after.png alt="urxvt with cyan changed to black"]]
## SEE ALSO