about summary refs log tree commit diff
path: root/nixos/.Xdefaults
blob: d6016f5a6c3ea5227158d89692501f9a0d983478 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
*.cursorColor:  #fce8c3
*.pointerColor: #fce8c3
*.foreground:   #fce8c3
*.background:   #1c1b19
*.color0:       #1c1b19
*.color1:       #ef2f27
*.color2:       #519f50
*.color3:       #fbb829
*.color4:       #2c78bf
*.color5:       #e02c6d
*.color6:       #0aaeb3
*.color7:       #d0bfa1
*.color8:       #918175
*.color9:       #f75341
*.color10:      #98bc37
*.color11:      #fed06e
*.color12:      #68a8e4
*.color13:      #ff5c8f
*.color14:      #53fde9
*.color15:      #fce8c3

URxvt.loginShell:   true
URxvt.scrollBar:    false
URxvt.saveLines:    65535
URxvt.cursorBlink:  false
URxvt.visualBell:   true
URxvt.jumpScroll:   true

URxvt.font: xft:Latin Modern Mono:size=15:autohint=true
URxvt.termName: rxvt-unicode-256color
URxvt.perl-ext-common: default,font-size,autocomplete-ALL-the-things
URxvt.font-size.step: 3
URxvt.keysym.M-C-slash: perl:aAtt:word-complete
URxvt.keysym.M-question: perl:aAtt:fuzzy-complete
URxvt.keysym.M-quotedbl: perl:aAtt:undo