1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

add Xresources

This commit is contained in:
Connor Olding 2016-01-08 08:30:02 -08:00
parent 7f1d6146d1
commit 8effe831ca
2 changed files with 42 additions and 1 deletions

41
home/Xresources Normal file
View File

@ -0,0 +1,41 @@
UXTerm*faceName: Ubuntu Mono:size=11
UXTerm*VT100.geometry: 84x36
UXTerm*internalBorder: 0
UXTerm*borderWidth: 0
UXTerm*toolBar: false
UXTerm*locale: true
UXTerm*metaSendsEscape: true
!UXTerm*cjkWidth: true
UXTerm*saveLines: 4096
UXTerm*allowScrollLock: true
UXTerm*background: #1A1917
UXTerm*foreground: #C9C7C8
! Black + DarkGrey
UXTerm*color0: #1A1917
UXTerm*color8: #3C3F3A
! DarkRed + Red
UXTerm*color1: #AD4B49
UXTerm*color9: #EA463A
! DarkGreen + Green
UXTerm*color2: #6AA059
UXTerm*color10: #7ED759
! DarkYellow + Yellow
UXTerm*color3: #D89E4E
UXTerm*color11: #F9E65A
! DarkBlue + Blue
UXTerm*color4: #4050C4
UXTerm*color12: #557AFF
! DarkMagenta + Magenta
UXTerm*color5: #AB5AB7
UXTerm*color13: #EB87ED
! DarkCyan + Cyan
UXTerm*color6: #3FA3AA
UXTerm*color14: #6CD6FC
! LightGrey + White
UXTerm*color7: #C9C7C8
UXTerm*color15: #FEFCFD

View File

@ -54,7 +54,7 @@ PATH="${PATH:?No existing PATH}:$rc/sh"
backup_dir="$rc/backup-$(date '+%s')"
for f in .bashrc .zshrc .-shrc .streamcrap .vimrc \
.inputrc .screenrc .indent.pro .uncrustify.cfg; do
.inputrc .Xresources .screenrc .indent.pro .uncrustify.cfg; do
dotless "$f"
r="$rc/home/$REPLY"
hardlink "$f" "$r"