dotfiles/config/.Xdefaults

65 lines
1.0 KiB
Plaintext

! urxvt
! Fonts
urxvt*font: xft:DejaVuSansM Nerd Font Mono:style=Regular:size=10:hinting=full, xft:Symbola:style=Regular:pixelsize=10
! Behavior
urxvt*scrollBar: false
! Plugins
URxvt.perl-ext: default,matcher,resize-font,keyboard-select
! Matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
! Keyboard-select
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keyboard-select.clipboard: true
! Term
urxvt*transparent: true
urxvt*shading: 20
urxvt*blurRadius: 15
! Xft
Xft.dpi: 92
Xft.antialias: 1
! special
*.foreground: #98abb2
*.background: #181b28
*.cursorColor: #98abb2
! black
*.color0: #000000
*.color8: #0c0e14
! red
*.color1: #e84f4f
*.color9: #d23d3d
! green
*.color2: #00ffaf
*.color10: #237885
! yellow
*.color3: #ffbb24
*.color11: #f8ec09
! blue
*.color4: #007fff
*.color12: #00c4ff
! magenta
*.color5: #8c00fd
*.color13: #cd00df
! cyan
*.color6: #00e8b7
*.color14: #00d3a7
! white
*.color4: #98abb2
*.color15: #c0bfbc