summaryrefslogtreecommitdiff
path: root/.Xresources
blob: f04fffcedf2f31940af7e3200203134e75048123 (plain)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
! special
*.foreground:   #fffbff
*.background:   #040404
*.cursorColor:  #fffbff

! black
*.color0:       #040404
*.color8:       #61507a

! red
*.color1:       #b53b50
*.color9:       #b53b50

! green
*.color2:       #06ea61
*.color10:      #06ea61

! yellow
*.color3:       #dae84d
*.color11:      #dae84d

! blue
*.color4:       #03aeff
*.color12:      #03aeff

! magenta
*.color5:       #ea5ce2
*.color13:      #ea5ce2

! cyan
*.color6:       #7cede9
*.color14:      #7cede9

! white
*.color7:       #dfdbdf
*.color15:      #fffbff

! Xterm Settings
XTerm.termName: xterm-256color
XTerm.vt100.locale: false
XTerm.vt100.utf8: true
XTerm.vt100.metaSendsEscape: true
XTerm.vt100.saveLines: 4096
XTerm.vt100.scrollBar: false
XTerm.vt100.faceName: Fantasque Sans Mono:size=12:antialias=true
XTerm.vt100.bellIsUrgent: true
XTerm.vt100.translations: #override \n\
        Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
        Ctrl Shift <Key>V: insert-selection(CLIPBOARD)

! URxvt settings
URxvt.font: xft:Fantasque\\ Sans\\ Mono:pixelsize=15
URxvt.scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt*secondaryScreen: 1
URxvt*secondaryScroll: 0