dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit f5f544cfcc837bf797398fe3d23518895077e485
parent 68751af3b60b92e4f7cb504726f64e047e20e328
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Wed,  6 Nov 2019 23:07:45 -0800

xresources

Diffstat:
A.Xresources | 76++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 76 insertions(+), 0 deletions(-)

diff --git a/.Xresources b/.Xresources @@ -0,0 +1,75 @@ +URxvt.termName: rxvt-256color + +XTerm.vt100.saveLines: 4096 + +*faceName: Ubuntu Mono +*faceSize: 12 +*renderFont: true + +URxvt*depth: 32 + +! URxvt*foreground: grey +!URxvt*background: rgba:0000/0000/0200/e500 + +!// URxvt*background: rgba: + + +*selectToClipboard: true + +URxvt*font: xft:Monaco:style=Regular:size=12:antialias=true +! // URxvt.font: xft:Menlo:size=12:antialias=true +URxvt*boldFont: xft:Monaco:bold:size=12:antialias=true + +URxvt*background: black +URxvt*foreground: grey + +URxvt.scrollBar: false + +URxvt.keysym.Control-Left:\033[1;5D + +URxvt.keysym.Control-Right:\033[1;5C + +URxvt.perl-ext-common: ...,font-size + +URxvt.keysym.Meta-Up: perl:font-size:increase +URxvt.keysym.Meta-Down: perl:font-size:decrease + +xterm*background: black +xterm*foreground: lightgray + +! // URxvt.keysym.Meta: + +Emacs.FontBackend: xft,x +Emacs.font: Monaco:size=12:weight=light +XTerm*metaSendsEscape: true + +*.font:Monaco:size=16:antialias=true:autohint=true +! Black +*.color0: #000 +*.color8: #000 +! Red +*.color1: #DC143C +*.color9: #DC143C +! Green +*.color2: #9ece9e +*.color10: #9ece9e +! Yellow +*.color3: #f0dfaf +*.color11: #f0dfaf +! Blue +*.color4: #4169E1 +*.color12: #4169E1 +! Magenta +!*.color5: #c0bed1 +!*.color13: #c0bed1 +! Cyan +*.color6: #1E90FF +*.color14: #1E90FF +! White +*.color7: #808080 +*.color15: #808080 + +*.alpha: 0.8 + + +*.background: #000+ \ No newline at end of file