Skip to content

Instantly share code, notes, and snippets.

@kk1fff
Last active December 15, 2015 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kk1fff/5252375 to your computer and use it in GitHub Desktop.
Save kk1fff/5252375 to your computer and use it in GitHub Desktop.
For urxvt, update blue color.
! General
urxvt*256-color: true
urxvt*loginShell: true
urxvt*scrollBar: false
urxvt*secondaryScroll: true
urxvt*saveLines: 65535
urxvt*cursorBlink: false
urxvt*urgentOnBell: true
!urxvt*override-redirect:false
!urxvt*borderLess: false
!urxvt*internalBorder: 0
!urxvt*externalBorder: 0
urxvt*iso14755: false
urxvt*termName: xterm-256color
! Extensions
!urxvt*perl-lib: /usr/lib/urxvt/perl/
!urxvt*perl-ext-common: default,matcher,searchable-scrollback
!urxvt*urlLauncher: /usr/bin/firefox
!urxvt*matcher.button: 1
! - catch ugly URLs
!urxvt.cutchars: `()'*<>[]{|}"
! Appearance
! - use a bitmap font
! - use xft for drawing fonts
! urxvt*font: xft:Source Code Pro:style=Regular:pixelsize=11
urxvt*font: xft:Terminus:style=Regular:pixelsize=12
! - cursor
urxvt*cursorColor: #b0b0b0
! - pseudo transparency
!urxvt*shading: 50
!urxvt*transparent:true
! - color scheme
urxvt.background: #102720
urxvt.foreground: #b2b2b2
! black + red
!urxvt*color0: #3f3f3f
urxvt*color0: #000000
urxvt*color1: #bb2520
! green + yellow
urxvt*color2: #00bb00
urxvt*color3: #bbbb00
! blue + purple
urxvt*color4: #0000bb
urxvt*color5: #bb00bb
! cyan + white
urxvt*color6: #00bbbb
urxvt*color7: #b2b2b2
! bright-black + bright-red
urxvt*color8: #555555
urxvt*color9: #ff5555
! bright-green + bright-yellow
urxvt*color10: #55ff55
urxvt*color11: #ffff55
! bright-blue + bright-purple
urxvt*color12: #5555ff
urxvt*color13: #ff55ff
! bright-cyan + bright-white
urxvt*color14: #55ffff
urxvt*color15: #d1d1d1
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment