ludwig
2 years ago
1 changed files with 129 additions and 0 deletions
@ -0,0 +1,129 @@ |
|||||
|
|
||||
|
## Colors ## |
||||
|
! special |
||||
|
*foreground: #ebdbb2 |
||||
|
! hard contrast: *background: #1d2021 |
||||
|
*background: #282828 |
||||
|
! soft contrast: *background: #32302f |
||||
|
*.cursorColor: #ebdbb2 |
||||
|
|
||||
|
! black |
||||
|
*color0: #282828 |
||||
|
*color8: #928374 |
||||
|
|
||||
|
! red |
||||
|
*color1: #cc241d |
||||
|
*color9: #fb4934 |
||||
|
|
||||
|
! green |
||||
|
*color2: #98971a |
||||
|
*color10: #b8bb26 |
||||
|
|
||||
|
! yellow |
||||
|
*color3: #d79921 |
||||
|
*color11: #fabd2f |
||||
|
|
||||
|
! blue |
||||
|
*color4: #458588 |
||||
|
*color12: #83a598 |
||||
|
|
||||
|
! magenta |
||||
|
*color5: #b16286 |
||||
|
*color13: #d3869b |
||||
|
|
||||
|
! cyan |
||||
|
*color6: #689d6a |
||||
|
*color14: #8ec07c |
||||
|
|
||||
|
! white |
||||
|
*color7: #a89984 |
||||
|
*color15: #ebdbb2 |
||||
|
|
||||
|
! Extended 256 color palette: requires 'rxvt-unicode-256xresources' package |
||||
|
URxvt.color24: #076678 |
||||
|
URxvt.color66: #427b58 |
||||
|
URxvt.color88: #9d0006 |
||||
|
URxvt.color96: #8f3f71 |
||||
|
URxvt.color100: #79740e |
||||
|
URxvt.color108: #8ec07c |
||||
|
URxvt.color109: #83a598 |
||||
|
URxvt.color130: #af3a03 |
||||
|
URxvt.color136: #b57614 |
||||
|
URxvt.color142: #b8bb26 |
||||
|
URxvt.color167: #fb4934 |
||||
|
URxvt.color175: #d3869b |
||||
|
URxvt.color208: #fe8019 |
||||
|
URxvt.color214: #fabd2f |
||||
|
URxvt.color223: #ebdbb2 |
||||
|
URxvt.color228: #f2e5bc |
||||
|
URxvt.color229: #fbf1c7 |
||||
|
URxvt.color230: #f9f5d7 |
||||
|
URxvt.color234: #1d2021 |
||||
|
URxvt.color235: #282828 |
||||
|
URxvt.color236: #32302f |
||||
|
URxvt.color237: #3c3836 |
||||
|
URxvt.color239: #504945 |
||||
|
URxvt.color241: #665c54 |
||||
|
URxvt.color243: #7c6f64 |
||||
|
URxvt.color244: #928374 |
||||
|
URxvt.color245: #928374 |
||||
|
URxvt.color246: #a89984 |
||||
|
URxvt.color248: #bdae93 |
||||
|
URxvt.color250: #d5c4a1 |
||||
|
!---------------------- |
||||
|
URxvt.scrollBar: false |
||||
|
URxvt.scrollBar_right: false |
||||
|
URxvt.transparent: false |
||||
|
|
||||
|
##Font Settings |
||||
|
URxvt.font: xft:Iosevka:style=Regular:size=11 |
||||
|
URxvt.boldFont: xft:Iosevka:style=Bold:size=11 |
||||
|
URxvt.italicFont: xft:Iosevka:style=Italic:size=11 |
||||
|
URxvt.boldItalicfont: xft:Iosevka:bold:italic:size=11 |
||||
|
URxvt.letterspace: 0 |
||||
|
URxvt.linespace: 0 |
||||
|
|
||||
|
##Xft Settings |
||||
|
!Xft*antialias: 1 |
||||
|
Xft*hinting: 1 |
||||
|
Xft*autohint: 1 |
||||
|
Xft.rgba: rgb |
||||
|
Xft.hinstyle: hintslight |
||||
|
Xft.lcdfilter: lcddefault |
||||
|
|
||||
|
##Other |
||||
|
URxvt.matcher.button: 1 |
||||
|
URxvt.geometry: 92x24 |
||||
|
URxvt.cursorBlink: true |
||||
|
URxvt.cursorUnderline: false |
||||
|
URxvt.saveline: 2048 |
||||
|
URxvt.urgentOnBell: true |
||||
|
URxvt.depth: 24 |
||||
|
URxvt.iso14755: false |
||||
|
!*antialias: true |
||||
|
*autohint: false |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
## Common Keybinds for Navigations |
||||
|
URxvt.keysym.Shift-Up: command:\033]720;1\007 |
||||
|
URxvt.keysym.Shift-Down: command:\033]721;1\007 |
||||
|
URxvt.keysym.Control-Up: \033[1;5A |
||||
|
URxvt.keysym.Control-Down: \033[1;5B |
||||
|
URxvt.keysym.Control-Right: \033[1;5C |
||||
|
URxvt.keysym.Control-Left: \033[1;5D |
||||
|
|
||||
|
## Copy Paste & Other Extensions |
||||
|
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,xresources-256 |
||||
|
URxvt.copyCommand: xclip -i -selection clipboard |
||||
|
URxvt.pasteCommand: xclip -o -selection clipboard |
||||
|
URxvt.keysym.M-c: perl:clipboard:copy |
||||
|
URxvt.keysym.M-v: perl:clipboard:paste |
||||
|
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped |
||||
|
URxvt.keysym.M-Escape: perl:keyboard-select:activate |
||||
|
URxvt.keysym.M-s: perl:keyboard-select:search |
||||
|
URxvt.keysym.M-u: perl:url-select:select_next |
||||
|
URxvt.urlLauncher: Librewolf |
||||
|
URxvt.underlineURLs: true |
||||
|
URxvt.urlButton: 1 |
Loading…
Reference in new issue