dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit bbc6a68cc24c1ba97e4b7b884abefbcfaecca9d0
parent 0c4d42329a3c0b0f1b6e7cb3e794f8553bc83ec0
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 25 Aug 2016 21:22:54 +0100

removed xero details

Diffstat:
Murxvt/.Xdefaults | 77++++++++++++++++++++++++++---------------------------------------------------
1 file changed, 26 insertions(+), 51 deletions(-)

diff --git a/urxvt/.Xdefaults b/urxvt/.Xdefaults @@ -1,35 +1,10 @@ -! ██ ██ ██ ████ ██ ██ -! ░░██ ██ ░██ ░██░ ░██ ░██ -! ░░██ ██ ░██ █████ ██████ ██████ ██ ██ ░██ ██████ ██████ -! ░░███ ██████ ██░░░██░░░██░ ░░░░░░██ ░██ ░██ ░██░░░██░ ██░░░░ -! ██░██ ██░░░██░███████ ░██ ███████ ░██ ░██ ░██ ░██ ░░█████ -! ██ ░░██ ░██ ░██░██░░░░ ░██ ██░░░░██ ░██ ░██ ░██ ░██ ░░░░░██ -! ██ ░░██░░██████░░██████ ░██ ░░████████░░██████ ███ ░░██ ██████ -! ░░ ░░ ░░░░░░ ░░░░░░ ░░ ░░░░░░░░ ░░░░░░ ░░░ ░░ ░░░░░░ +! author pyratebeard <root@pyratebeard.net> +! code http://code.pyratebeard.net/dotfiles ! -! ▓▓▓▓▓▓▓▓▓▓ -! ░▓ author ▓ xero <x@xero.nu> -! ░▓ code ▓ http://code.xero.nu/dotfiles -! ░▓ mirror ▓ http://git.io/.files -! ░▓▓▓▓▓▓▓▓▓▓ -! ░░░░░░░░░░ -! - -#include </home/xero/sourcerer.Xcolors> -! █▓▒░ fonts +! fonts urxvt*font: xft:tamsyn:size=10:antialias=false, \ xft:Symbola:pixelsize=14:antialias=true:hinting=slight -!urxvt*font: -*-creep-regular-*-*--16-*-*-*-*-*-*-1 -!urxvt*font: -*-lime-*-*-*--11-*-*-*-*-*-*-1 -!urxvt*font: xft:creep:size=16:antialias=true -!urxvt*font: xft:envy code r:size=9:antialias=false -!urxvt*font: xft:lemon:size=16:antialias=false -!urxvt*font: xft:lime:size=16:antialias=false -!urxvt*font: xft:neep:size=11:antialias=false -!urxvt*font: xft:perfect dos vga 437:size=11:antialias=false -!urxvt*font: xft:tewi:size=11:antialias=false - urxvt*boldFont: xft:tamsyn:size=10:antialias=false:bold urxvt*italicFont: urxvt*bolditalicFont: @@ -37,13 +12,13 @@ urxvt*bolditalicFont: urxvt*letterSpace: 0 urxvt*lineSpace: -1 -! █▓▒░ interface +! interface urxvt*scrollBar: false urxvt*transparent: true urxvt*shading: 20 urxvt*cursorBlink: true -! █▓▒░ clipboard +! clipboard urxvt.perl-ext-common: default,clipboard,keyboard-select urxvt.keysym.M-Escape: perl:keyboard-select:activate urxvt.keysym.M-c: perl:clipboard:copy @@ -52,50 +27,50 @@ urxvt.keysym.M-C-v: perl:clipboard:paste_escaped urxvt.clipboard.copycmd: xsel -ib urxvt.clipboard.pastecmd: xsel -ob -! █▓▒░ clickable urls +! clickable urls urxvt.perl-ext-common: default,matcher urxvt.url-launcher: /usr/bin/xdg-open urxvt.matcher.button: 1 -! █▓▒░ misc +! misc urxvt.saveLines: 9999 urxvt.iso14755: false -!URxvt*altSendsEscape: true + +! decker-cyan Xcolours ! special -*.foreground: #ffffff -*.background: #000000 -*.cursorColor: #ffffff +*.foreground: #d9d9d9 +*.background: #0b0b0b +*.cursorColor: #d9d9d9 ! black -*.color0: #000000 -*.color8: #202020 +*.color0: #093748 +*.color8: #245361 ! red *.color1: #c33027 -*.color9: #464646 +*.color9: #d85a21 ! green *.color2: #61b343 -*.color10: #f8f8f8 +*.color10: #33859d ! yellow -*.color3: #b3b3b3 -*.color11: #eeeeee +*.color3: #d9d9d9 +*.color11: #245361 ! blue -*.color4: #999999 -*.color12: #b3b3b3 +*.color4: #195465 +*.color12: #33859d ! magenta -*.color5: #717171 -*.color13: #adadad +*.color5: #4e5165 +*.color13: #693699 ! cyan -*.color6: #8a8a8a -*.color14: #c0c0c0 +*.color6: #019cb3 +*.color14: #599caa ! white -*.color7: #b5cabb -*.color15: #99ac9e - +*.color7: #98d1ce +*.color15: #d3ebe9