From 379fc2951eea43ebfb3726aa8c3d7d488d870598 Mon Sep 17 00:00:00 2001 From: Joseph Groocock Date: Fri, 1 Apr 2016 12:59:18 +0100 Subject: [PATCH] Improve terminal colours --- .Xresources | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.Xresources b/.Xresources index a964ef6..4e8fe0c 100644 --- a/.Xresources +++ b/.Xresources @@ -56,11 +56,12 @@ urxvt*colorMode: on !urxvt*borderColor: #373b41 ! special -*.foreground: #eceff1 -*.background: #002b36 -*.cursorColor: #eceff1 -urxvt.background: [80]#002b36 -urxvt.scrollColor: #767B87 +*.foreground: #ECEFF1 +*.background: #002B36 +*.cursorColor: #ECEFF1 +*.highlightColor: #5294E2 +urxvt.background: [80]#002B36 +urxvt.scrollColor: #767B87 ! black *.color0: #263238