Skip to content

Instantly share code, notes, and snippets.

@hengstchon
Created September 30, 2019 17:04
Show Gist options
  • Save hengstchon/9685ebd1bbaaa41aa61e5fed25d74514 to your computer and use it in GitHub Desktop.
Save hengstchon/9685ebd1bbaaa41aa61e5fed25d74514 to your computer and use it in GitHub Desktop.
dotfiles
Xft.dpi:96
URxvt.font: xft:Inconsolata Nerd Font Mono:size=14
! scrollbar
Rxvt.scrollBar:False
Rxvt.saveLines:10000
! input method
URxvt.inputMethod:fcitx
! search
URxvt.keysym.M-s: searchable-scrollback:start
!URL操作
Urxvt.perl-ext-common:matcher
URxvt.urlLauncher:chromium
URxvt.matcher.button:1
!!边框
URxvt.borderLess:False
!! Colorscheme
! hard contrast: *background: #1d2021
*background: #282828
! soft contrast: *background: #32302f
*foreground: #ebdbb2
! Black + DarkGrey
*color0: #282828
*color8: #928374
! DarkRed + Red
*color1: #cc241d
*color9: #fb4934
! DarkGreen + Green
*color2: #98971a
*color10: #b8bb26
! DarkYellow + Yellow
*color3: #d79921
*color11: #fabd2f
! DarkBlue + Blue
*color4: #458588
*color12: #83a598
! DarkMagenta + Magenta
*color5: #b16286
*color13: #d3869b
! DarkCyan + Cyan
*color6: #689d6a
*color14: #8ec07c
! LightGrey + White
*color7: #a89984
*color15: #ebdbb2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment