dotfiles/files/x11/.Xresources

71 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-06-28 10:40:34 +00:00
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6
2015-07-08 17:48:51 +00:00
! Xcursor --------------------------------------------------------------------
2017-11-28 12:04:04 +00:00
Xcursor.theme: capitaine-cursors
2017-11-13 07:34:04 +00:00
Xcursor.size: 18
2015-07-08 17:48:51 +00:00
! xterm ----------------------------------------------------------------------
xterm*VT100.geometry: 80x25
xterm*font: 7x13
2017-06-28 10:40:34 +00:00
*customization: -color
xterm*termName: xterm-256color
xterm*dynamicColors: true
xterm*alwaysBoldMode: false
xterm*boldMode: false
xterm*colorMode: true
xterm*colorBDMode: true
xterm*colorBD: rgb:fc/fc/fc
2015-07-08 17:48:51 +00:00
xterm*utf8: 2
xterm*eightBitInput: true
xterm*saveLines: 512
xterm*scrollKey: true
xterm*scrollTtyOutput: false
xterm*scrollBar: true
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
2018-04-30 10:12:54 +00:00
URxvt.font: xft:Input Mono:size=12:antialias=true
URxvt.boldFont: xft:Input Mono:bold:size=12:antialias=true
URxvt.scrollBar: false
URxvt.resize-font.smaller: C-Down
URxvt.resize-font.bigger: C-Up
2018-04-16 17:46:05 +00:00
URxvt.iso14755: true
URxvt.iso14755_52: true
2018-03-27 18:40:33 +00:00
URxvt.perl-ext-common: default,matcher,resize-font
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.keysym.C-Delete: perl:matcher:last
URxvt.keysym.M-Delete: perl:matcher:list
2018-04-16 17:46:05 +00:00
URxvt.imLocale: en_US.utf8