This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.Xresources

77 lines
1.8 KiB
Plaintext

! File: .Xresources
! Author: Collin J. Doering
! Date: Jan 18, 2014
! Smyck color scheme (http://color.smyck.org/)
! Black
URxvt.color0: #000000
! Red
URxvt.color1: #C75646
! Green
URxvt.color2: #8EB33B
! Yellow
URxvt.color3: #D0B03C
! Blue
URxvt.color4: #72B3CC
! Purple
URxvt.color5: #C8A0D1
! Cyan
URxvt.color6: #218693
! White
URxvt.color7: #B0B0B0
! Grey
URxvt.color8: #5D5D5D
! Light Red
URxvt.color9: #E09690
! Light Green
URxvt.color10: #CDEE69
! Light Yellow
URxvt.color11: #FFE377
! Light Blue
URxvt.color12: #9CD9F0
! Light Purple
URxvt.color13: #FBB1F9
! Light Cyan
URxvt.color14: #77DFD8
! Light white
URxvt.color15: #F8F8F8
! General URxvt visual options
URxvt.buffered: true
URxvt.cursorColor: green
URxvt.underlineColor: yellow
URxvt.font: xft:Terminus:pixelsize=15:antialias=false
URxvt.boldFont: xft:Terminus:bold:pixelsize=16:antialias=false
URxvt.scrollstyle: plain
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 matcher perl-ext
URxvt.keysym.M-u: 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