diff --git a/config/.Xdefaults b/config/.Xdefaults new file mode 100755 index 0000000..87d2d8e --- /dev/null +++ b/config/.Xdefaults @@ -0,0 +1,49 @@ +URxvt.foreground: white + +URxvt.transparent: true +URxvt*shading: 20 + +URxvt*iso14755: False + +#URxvt.depth: 32 +URxvt.background: rgba:0000/0000/0000/cccc +URxvt.loginShell: true +URxvt.fading: 20 +URxvt.fadeColor: [0]black +URxvt.perl-lib: /usr/lib/urxvt/perl +URxvt.keysym.M-u: perl:mark-yank-urls:activate_mark_mode +URxvt.underlineURLs: true +URxvt.perl-ext: selection,mark-yank-urls,clipboard +URxvt.urlLauncher: /usr/bin/firefox +URxvt.underlineColor: green +URxvt.saveLines: 65535 +URxvt.scrollBar: false + +URxvt.background: #111111 +URxvt.foreground: #dabda9 +URxvt.color0: #000000 +URxvt.color1: #9e1828 +URxvt.color2: #aece92 +URxvt.color3: #968a38 +URxvt.color4: #414171 +URxvt.color5: #963c59 +URxvt.color6: #418179 +URxvt.color7: #bebebe +URxvt.color8: #666666 +URxvt.color9: #cf6171 +URxvt.color10: #c5f779 +URxvt.color11: #fff796 +URxvt.color12: #4186be +URxvt.color13: #cf9ebe +URxvt.color14: #71bebe +URxvt.color15: #ffffff + +#URxvt.font: -*-fixed-medium-r-*-*-13-*-*-*-*-*-*-* + +#URxvt.font: xft:5x13 +URxvt.font: 7x13bold,\ + -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso10646-1,\ + -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso10646-1, \ + [codeset=JISX0208]xft:Kochi Gothic:antialias=false, \ + xft:Code2000:antialias=false +