-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
57 lines (51 loc) · 1.35 KB
/
.Xresources
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
Xft.hinting: 1
Xft.antialias: 1
xterm*Background: black
xterm*Foreground: green
xterm*cursorColor: White
xterm*pointerColor: blue
xterm*faceName: xft:Fira Code:pixelsize=20
!xft:Dejavu Sans Mono Book:pixelsize=18
!URxvt.font: xft:Fira Code:pixelsize=18
URxvt.font: xft:Fira Code:pixelsize=20
URxvt.scrollBar: false
URxvt.jumpScroll: true
! Semi-transparent:
URxvt.depth: 32
URxvt.background: [70]#000000
!URxvt.background: rgba:0000/0000/0000/DFFF
URxvt.pointerColor: yellow
URxvt.cursorColor: White
! Tekst kopieren en plakken: (ctrl-c, ctrl-shift-v)
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False
URxvt.perl-ext-common: default,clipboard,matcher
! Clickable links in terminal programmas (weechat etc.)
URxvt.url-launcher: /usr/bin/chromium
URxvt.matcher.button: 1
! Kleuren:
URxvt.foreground: #DDDDDD
! Black
*color0: #333333
*color8: #3D3D3D
! Red
*color1: #f03669
*color9: #c75b79
! Green
*color2: #b8e346
*color10: #c8e37e
! Yellow
*color3: #ffa402
*color11: #ffbe4a
! Blue
*color4: #02a2ff
*color12: #71cbff
! Magenta
*color5: #875c8d
*color13: #e41f66
! Cyan
*color6: #6fa9d3
*color14: #0078CE
! White
*color7: #899CA1
*color15: #C0C0C0