dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 9d947b12ff324366e15c8a7a0d3fb95dda064cc4
parent 39b81f8facbbe61b55b8eafa416831bf61d28109
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue,  9 Jun 2020 15:48:48 -0700

urxvt: update terminal colours

Diffstat:
M.config/Xresources | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.config/Xresources b/.config/Xresources @@ -15,14 +15,14 @@ URxvt.scrollBar: false URxvt.cursorColor: orange URxvt.cutchars: ",│`|&=:\"' ()[]{}<>" URxvt.color0: black -URxvt.color1: red +URxvt.color1: red3 URxvt.color2: forestgreen URxvt.color3: goldenrod URxvt.color4: royalblue URxvt.color5: darkorchid -URxvt.color6: cyan +URxvt.color6: cyan3 URxvt.color7: grey -URxvt.color8: webgrey +URxvt.color8: grey25 URxvt.color9: red URxvt.color10: green URxvt.color11: yellow