dotfiles

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

commit 054305a6b057ccc5cb97a3792aeb9489061f0409
parent 7b190935b485a5dbe621dc58a14e72f0c662e323
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  1 May 2020 15:18:35 -0700

rxvt: set terminal to xterm-256color

Also rename colours from RBG hex notation to traditional X colour names.
This avoids some ugliness when using with mutt.

Diffstat:
M.Xresources | 33+++++++++++++++++----------------
1 file changed, 17 insertions(+), 16 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -3,6 +3,7 @@ xterm*font: *-fixed-*-*-*-20-* ! URxvt URxvt.depth: 32 +URxvt.termName: xterm-256color URxvt.foreground: grey URxvt.background: #0f0f0f URxvt.font: xft:DejaVu Sans Mono:size=10,xft:IPAGothic:size=12 @@ -11,22 +12,22 @@ URxvt.geometry: 100x50 URxvt.scrollBar: false URxvt.cursorColor: orange URxvt.cutchars: ",│`|&=:\"' ()[]{}<>" -URxvt.color0: #2e3436 -URxvt.color1: #cc0000 -URxvt.color2: #4e9a06 -URxvt.color3: #c4a000 -URxvt.color4: #3465a4 -URxvt.color5: #75507b -URxvt.color6: #06989a -URxvt.color7: #d3d7cf -URxvt.color8: #555753 -URxvt.color9: #ef2929 -URxvt.color10: #8ae234 -URxvt.color11: #fce94f -URxvt.color12: #729fcf -URxvt.color13: #ad7fa8 -URxvt.color14: #34e2e2 -URxvt.color15: #eeeeec +URxvt.color0: black +URxvt.color1: red +URxvt.color2: forestgreen +URxvt.color3: goldenrod +URxvt.color4: royalblue +URxvt.color5: darkorchid +URxvt.color6: cyan +URxvt.color7: grey +URxvt.color8: webgrey +URxvt.color9: red +URxvt.color10: green +URxvt.color11: yellow +URxvt.color12: cornflowerblue +URxvt.color13: orchid +URxvt.color14: cyan +URxvt.color15: white URxvt.inputMethod: ibus URxvt.imLocale: ja_JP.UTF-8 URxvt.preeditType: OverTheSpot