From 6bd28bd3a6997389c4944f9366148036a9dd5824 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 1 Jun 2015 21:31:52 +0300 Subject: [PATCH] +comment -size Signed-off-by: Nico Schottelius --- ...lour-for-ls-to-work-with-bright-terminal-background.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/blog/change-colour-for-ls-to-work-with-bright-terminal-background.mdwn b/blog/change-colour-for-ls-to-work-with-bright-terminal-background.mdwn index 97cc9019..56a16606 100644 --- a/blog/change-colour-for-ls-to-work-with-bright-terminal-background.mdwn +++ b/blog/change-colour-for-ls-to-work-with-bright-terminal-background.mdwn @@ -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