dotfiles/.Xresources

67 lines
1.3 KiB
Plaintext
Executable File

! special
URxvt.foreground: #c5c8c6
URxvt.background: #1d1f21
URxvt.cursorColor: #c5c8c6
! black
URxvt.color0: #282a2e
URxvt.color8: #373b41
! red
URxvt.color1: #a54242
URxvt.color9: #cc6666
! green
URxvt.color2: #8c9440
URxvt.color10: #b5bd68
! yellow
URxvt.color3: #de935f
URxvt.color11: #f0c674
! blue
URxvt.color4: #5f819d
URxvt.color12: #81a2be
! magenta
URxvt.color5: #85678f
URxvt.color13: #b294bb
! cyan
URxvt.color6: #5e8d87
URxvt.color14: #8abeb7
! white
URxvt.color7: #707880
URxvt.color15: #c5c8c6
!*.font xft:NotoSans-Bold.ttf
URxvt.font: xft:DejaVu Sans Mono:size=12
st.font: DejaVu Sans Mono:size=13
!URxvt.font: xft:Sauce Code Pro Nerd Font Complete Mono:size=12
URxvt.transparent: true
URxvt.shading: 15
st.transparent: true
st.alpha: 0.9
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!URxvt.font: Noto Sans Bold
!urxvt navigation keybindings
!https://addy-dclxvi.github.io/post/configuring-urxvt/
!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
URxvt.letterSpace: -1