From 03ee0e12e6cd82cee3c7dfd29603933615381f29 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 31 Mar 2018 22:07:39 -0700 Subject: [PATCH] First 16 colors --- X/.Xresources | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/X/.Xresources b/X/.Xresources index f9d2a6b..d1c20be 100644 --- a/X/.Xresources +++ b/X/.Xresources @@ -13,3 +13,28 @@ URxvt*iso14755: false URxvt*font: xft:Input Mono Narrow Light:size=10 Xft.dpi: 120 + +! Black +URxvt*color0: #000000 +URxvt*color8: #555555 +! Red +URxvt*color1: #ff6565 +URxvt*color9: #ff8d8d +! Green +URxvt*color2: #93d44f +URxvt*color10: #c8e7a8 +! Yellow +URxvt*color3: #eab93d +URxvt*color11: #ffc123 +! Blue +URxvt*color4: #204a87 +URxvt*color12: #3465a4 +! Magenta +URxvt*color5: #ce5c00 +URxvt*color13: #f57900 +! Cyan +URxvt*color6: #89b6e2 +URxvt*color14: #46a4ff +! White +URxvt*color7: #cccccc +URxvt*color15: #ffffff