Files
dotfiles/x/Xresources.j2

75 lines
1.4 KiB
Plaintext
Raw Normal View History

2013-09-19 14:45:05 +02:00
Xcursor.theme: Vanilla-DMZ
URxvt.scrollBar: false
2014-04-17 19:33:13 +02:00
2018-08-17 19:44:31 +02:00
URxvt.font: xft:Inconsolata:size={{ machine.font_size }}
URxvt.letterSpace: {{ machine.letter_space }}
2013-09-19 14:45:05 +02:00
2019-04-14 11:54:29 +02:00
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,resize-font,selection-to-clipboard
2017-08-05 18:51:50 +02:00
URxvt.url-launcher: /usr/bin/xdg-open
2014-06-14 00:26:03 +02:00
URxvt.matcher.button: 1
2017-08-05 18:51:50 +02:00
URxvt.saveLines: 10000
2013-09-19 14:45:05 +02:00
2019-04-14 11:54:29 +02:00
URxvt.keysym.C-udiaeresis: perl:matcher:last
URxvt.keysym.C-adiaeresis: perl:matcher:list
URxvt.matcher.rend.0: Uline Bold fg5
2017-08-05 18:51:50 +02:00
URxvt.internalBorder: 3
URxvt.externalBorder: 0
2017-08-05 18:51:50 +02:00
URxvt.cursorBlink: true
URxvt.title: term
2017-09-09 14:02:37 +02:00
URxvt.jumpScroll: true
URxvt.skipScroll: true
2017-08-05 18:51:50 +02:00
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.secondaryWheel: 1
2018-08-10 17:23:37 +02:00
URxvt.keysym.C-Up: font-size:increase
URxvt.keysym.C-Down: font-size:decrease
URxvt.keysym.C-S-Up: font-size:incglobal
URxvt.keysym.C-S-Down: font-size:decglobal
URxvt.keysym.C-equal: font-size:reset
URxvt.keysym.C-slash: font-size:show
2017-08-05 18:51:50 +02:00
URxvt.fading: 15
2017-08-05 18:51:50 +02:00
! special
*.foreground: #f8f8f2
*.background: #272822
*.cursorColor: #f8f8f2
2017-08-05 18:51:50 +02:00
! black
*.color0: #272822
*.color8: #75715e
! red
*.color1: #f92672
*.color9: #f92672
! green
*.color2: #a6e22e
*.color10: #a6e22e
! yellow
*.color3: #f4bf75
*.color11: #f4bf75
! blue
*.color4: #66d9ef
*.color12: #66d9ef
! magenta
*.color5: #ae81ff
*.color13: #ae81ff
! cyan
*.color6: #a1efe4
*.color14: #a1efe4
! white
*.color7: #f8f8f2
*.color15: #f9f8f5