dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 487b6a653d44ad6409fecdeb9d3f193b7fab144e
parent 77cbe90353289ef4c0dd742e20687fabb8b551e1
Author: Bharatvaj H <bharatvajph@gmail.com>
Date:   Fri, 26 Oct 2018 15:26:18 +0530

Added .Xdefaults for ubuntu

Diffstat:
A.Xdefaults.ubuntu | 36++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+), 0 deletions(-)

diff --git a/.Xdefaults.ubuntu b/.Xdefaults.ubuntu @@ -0,0 +1,36 @@ +URxvt*background: #2B2B2B +URxvt*foreground: #DEDEDE +URxvt*font: xft:Fira Mono:pixelsize=14 +URxvt*boldFont: xft:Fira Mono:bolf:pixelsize=14 +URxvt*saveLines: 12000 +URxvt*scrollBar: false +URxvt*scrollstyle: rxvt +URxvt*perl-ext-common: default,matcher +URxvt*urlLauncher: firefox +URxvt*matcher.button: 1 + +URxvt*colorUL: #86a2be +! black +URxvt*color0 : #2E3436 +URxvt*color8 : #555753 +! red +URxvt*color1 : #CC0000 +URxvt*color9 : #EF2929 +! green +URxvt*color2 : #4E9A06 +URxvt*color10 : #8AE234 +! yellow +URxvt*color3 : #C4A000 +URxvt*color11 : #FCE94F +! blue +URxvt*color4 : #3465A4 +URxvt*color12 : #729FCF +! magenta +URxvt*color5 : #75507B +URxvt*color13 : #AD7FA8 +! cyan +URxvt*color6 : #06989A +URxvt*color14 : #34E2E2 +! white +URxvt*color7 : #D3D7CF +URxvt*color15 : #EEEEEC