Last active
December 24, 2018 02:28
-
-
Save jiaozhu/9486456c65ddfc397e9a32273383bc2e to your computer and use it in GitHub Desktop.
Xresources 配置文件,依赖于 rxvt-unicode 及 urxvt-perls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!! The default colors are "Gruvbox": | |
*.color0: #1d2021 | |
*.color1: #cc241d | |
*.color2: #98971a | |
*.color3: #d79921 | |
*.color4: #458588 | |
*.color5: #b16286 | |
*.color6: #689d6a | |
*.color7: #a89984 | |
*.color8: #928374 | |
*.color9: #fb4934 | |
*.color10: #b8bb26 | |
*.color11: #fabd2f | |
*.color12: #83a598 | |
*.color13: #d3869b | |
*.color14: #8ec07c | |
*.color15: #ebdbb2 | |
!! Transparency (0-255): | |
*.alpha: 230 | |
!! Set a default font and font size as below | |
*.font: Source Code Pro-10 | |
URxvt.font: xft:Source Code Pro:pixelsize=14 | |
Xft.dpi: 96 | |
Xft.antialias: 1 | |
Xft.autohint: 1 | |
Xft.hinting: 1 | |
Xft.hintstyle: hintslight | |
Xft.lcdfilter: lcdlight | |
Xft.rgba: rgb | |
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select | |
URxvt.url-select.launcher: firefox | |
URxvt.url-select.underline: true | |
URxvt.keysym.M-s: perl:keyboard-select:search | |
URxvt.keysym.M-u: perl:url-select:select_next | |
URxvt.keysym.M-Escape: perl:keyboard-select:activate | |
URxvt.keysym.M-c: perl:clipboard:copy | |
URxvt.keysym.M-v: perl:clipboard:paste | |
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped | |
URxvt.clipboard.autocopy: true | |
URxvt.url-select.autocopy: true | |
URxvt*termName: rxvt-256color | |
URxvt.depth: 32 | |
URxvt*lineSpace: 1 | |
URxvt.letterSpace: -1 | |
URxvt.iso14755: false | |
URxvt.iso14755_52: false | |
URxvt*geometry: 65x17 | |
URxvt.scrollBar: false | |
URxvt*loginShell: true | |
URxvt.internalBorder: 5 | |
URxvt.matcher.button: 1 | |
URxvt.background: [80]#000000 | |
URxvt.foreground: #f2eae3 | |
URxvt.inputMethod: ibus | |
URxvt.preeditType: OverTheSpot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment