Skip to content

Instantly share code, notes, and snippets.

@mitsu-ksgr
Created June 11, 2018 11:09
Show Gist options
  • Save mitsu-ksgr/42f1eac9f613d2f311cc6946914c614b to your computer and use it in GitHub Desktop.
Save mitsu-ksgr/42f1eac9f613d2f311cc6946914c614b to your computer and use it in GitHub Desktop.
tmp xresources
!!
!! ~/.Xresources
!!
!==============================================================================
!
! rxvt-unicode-256color
!
!==============================================================================
!! Perl extension
URxvt.perl-ext-common: default, clipboard, url-select
URxvt.perl-ext: tabbed
URxvt.geometry: 96x32
URxvt.visualBell: false
URxvt.saveLines: 3000
URxvt.fading: 40
!! Disable iso14755 mode
URxvt.iso14755: false
!! Change copy&paste shortcuts
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
!
! fcitx
!
!
! Mouse Cursor
!
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.pointerBlank: true
URxvt.cursorColor: [50]#ff4500
!------------------------------------------------
!
! Appearance
!
!------------------------------------------------
!! Font list and Spacing
URxvt.font: xft:Ricty-14, xft:IPAGothic
URxvt.letterSpace: 0
!! Colors and Opacity
URxvt.depth: 32
!URxvt.cursorColor: [75]#bfe7c6
URxvt.colorIT: [90]#8ec07c
URxvt.colorBD: [90]#d5c4al
URxvt.colorUL: [90]#83a598
! main
URxvt.foreground: #b2b2b2
URxvt.background: #000000
! black
URxvt.color0: #000000
URxvt.color8: #686868
! red
URxvt.color1: #b21818
URxvt.color9: #ff5454
! green
URxvt.color2: #18b218
URxvt.color10: #54ff54
! yellow
URxvt.color3: #b26818
URxvt.color11: #ffff54
! blue
URxvt.color4: #1818b2
URxvt.color12: #5454ff
! magenta
URxvt.color5: #b218b2
URxvt.color13: #ff54ff
! cyan
!URxvt.color6: #18b2b2
!URxvt.color14: #54ffff
! orange (replaces cyan)
URxvt.color6: #ff4500
URxvt.color14: #ffa500
! white
URxvt.color7: #b2b2b2
URxvt.color15: #ffffff
!! Tab
URxvt.tabbed.tabbar-fg: 7
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 6
URxvt.tabbed.tab-bg: 0
!! ScrollBar
URxvt.scrollBar: true
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: false
URxvt.scrollstyle: plain
URxvt.scrollColor: #ff4500
URxvt.troughColor: #00ff00
URxvt.scrollBar_thickness: 5px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment