- ! File: .Xresources
- ! Author: Collin J. Doering
- ! Date: Jan 18, 2014
-
- ! Xterm Options
- XTerm*reverseVideo: on
- xterm*bellIsUrgent: true
- xterm*faceName: Terminus-12:antialias=false
- xterm*font: 7x13
-
- ! Smyck color scheme (http://color.smyck.org/)
- ! Black
- *.color0: #000000
- ! Red
- *.color1: #C75646
- ! Green
- *.color2: #8EB33B
- ! Yellow
- *.color3: #D0B03C
- ! Blue
- *.color4: #72B3CC
- ! Purple
- *.color5: #C8A0D1
- ! Cyan
- *.color6: #218693
- ! White
- *.color7: #B0B0B0
- ! Grey
- *.color8: #5D5D5D
- ! Light Red
- *.color9: #E09690
- ! Light Green
- *.color10: #CDEE69
- ! Light Yellow
- *.color11: #FFE377
- ! Light Blue
- *.color12: #9CD9F0
- ! Light Purple
- *.color13: #FBB1F9
- ! Light Cyan
- *.color14: #77DFD8
- ! Light white
- *.color15: #F8F8F8
-
- ! General URxvt visual options
- URxvt.buffered: true
- URxvt.cursorColor: green
- URxvt.underlineColor: yellow
- URxvt.font: xft:Terminus:pixelsize=14:antialias=false
- URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false
-
- URxvt.scrollstyle: plain
- URxvt*scrollTtyOutput: false
- URxvt*scrollWithBuffer: true
- URxvt*scrollTtyKeypress: true
-
- URxvt.depth: 32
- URxvt.foreground: white
- URxvt.background: [85]black
- ! URxvt.background: rgba:0000/0000/0000/0000
- URxvt.urgentOnBell: true
- URxvt.underlineURLs: true
-
- ! Perl-exts to use
- URxvt.perl-ext-common: default,clipboard,tabbedex,url-picker,keyboard-select,matcher
-
- ! Setup url-picker perl-ext
- URxvt.keysym.M-C-g: perl:url-picker
- URxvt.urlLauncher: /usr/bin/conkeror
- URxvt.matcher.button: 1
-
- URxvt.keysym.M-Escape: perl:keyboard-select:activate
- URxvt.keysym.M-s: perl:keyboard-select:search
-
- ! Setup tabbedex perl-ext
- URxvt.tabbed.tabbar-bg: -1
-
- ! Force vncviewer to show a password dialog
- vncviewer.passwordDialog: true
-
- ! Set default emacs font
- Emacs*font: Terminus-12
- Emacs.toolBar: off
- Emacs.menuBar: off
- Emacs.scrollBar: off
- Emacs*foreground: WhiteSmoke
- Emacs*background: black
|