Add .Xresources
This commit is contained in:
31
.Xresources
Normal file
31
.Xresources
Normal file
@@ -0,0 +1,31 @@
|
||||
URxvt.scrollBar: false
|
||||
urxvt.font: xft:DejavuSansMono:pixelsize=9
|
||||
URxvt.letterSpace: -1
|
||||
|
||||
! tangoesque scheme
|
||||
*background: #111111
|
||||
*foreground: #eeeeee
|
||||
! Black (not tango) + DarkGrey
|
||||
*color0: #000000
|
||||
*color8: #444743
|
||||
! DarkRed + Red
|
||||
*color1: #ff6565
|
||||
*color9: #ff8d8d
|
||||
! DarkGreen + Green
|
||||
*color2: #93e44f
|
||||
*color10: #c8e7a8
|
||||
! DarkYellow + Yellow
|
||||
*color3: #eab93d
|
||||
*color11: #ffc123
|
||||
! DarkBlue + Blue
|
||||
*color4: #204ad4
|
||||
*color12: #3465a4
|
||||
! DarkMagenta + Magenta
|
||||
*color5: #ce5c00
|
||||
*color13: #f57900
|
||||
!DarkCyan + Cyan (both not tango)
|
||||
*color6: #89b6e2
|
||||
*color14: #46a4ff
|
||||
! LightGrey + White
|
||||
*color7: #cccccc
|
||||
*color15: #ffffff
|
||||
@@ -4,5 +4,3 @@ git submodule sync;
|
||||
git submodule update;
|
||||
|
||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~;
|
||||
|
||||
source ~/.bashrc
|
||||
|
||||
Reference in New Issue
Block a user