Created
October 24, 2019 14:54
-
-
Save 0snap/fc0080e678275849d9894ea76944af3f to your computer and use it in GitHub Desktop.
My ~/.Xresources for URXVT
This file contains hidden or 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
! special | |
*.foreground: #f9f9f9 | |
*.background: #1d1f21 | |
*.cursorColor: #f9f9f9 | |
! black | |
*.color0: #282a2e | |
*.color8: #373b41 | |
! red | |
*.color1: #a23636 | |
*.color9: #ff5a5a | |
! green | |
*.color2: #60d20b | |
*.color10: #e7ff0d | |
! yellow | |
*.color3: #c05912 | |
*.color11: #f6ae21 | |
! blue | |
*.color4: #1696ff | |
*.color12: #008aff | |
! magenta | |
*.color5: #d71ed7 | |
*.color13: #cf4af1 | |
! cyan | |
*.color6: #36cebc | |
*.color14: #b7fef4 | |
! white | |
*.color7: #727272 | |
*.color15: #f4f4f4 | |
! https://terminal.sexy/#HR8h-fn5KCouojY2YNILwFkSFpb_1x7XNs68cnJyNztB_1pa5_8N9q4hAIr_z0rxt_709PT0 | |
URxvt.font: xft:Source Code Pro:size=10.5 | |
URxvt.depth: 32 | |
URxvt*scrollBar: false | |
URxvt*scrollTtyOutput: false | |
URxvt*scrollWithBuffer: true | |
URxvt*scrollTtyKeypress: true | |
URxvt*mouseWheelScrollPage: false | |
URxvt*cursorBlink: true | |
URxvt*saveLines: 500000 | |
URxvt*internalBorder: 5 | |
URxvt*geometry: 70x19 | |
URxvt*scrollWithBuffer: true | |
! Keys | |
! Have Alt/Control-<arrow> behave like xterm | |
URxvt.keysym.Control-Up: \033[1;5A | |
URxvt.keysym.Control-Down: \033[1;5B | |
URxvt.keysym.Control-Left: \033[1;5D | |
URxvt.keysym.Control-Right: \033[1;5C | |
URxvt.keysym.M-Down: \033[1;3B | |
URxvt.keysym.M-Up: \033[1;3A | |
URxvt.keysym.M-Left: \033[1;3D | |
URxvt.keysym.M-Right: \033[1;3C |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment