about summary refs log tree commit diff stats
path: root/home/kurb42/.Xdefaults
blob: bc0d927fe8797dd69157531f1a8d5413ed3dee08 (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
36
! -- Colors -- !
URxvt.foreground:   #d8dee9
URxvt.background:   #2e3440
URxvt.cursorColor:  #d8dee9
URxvt.fading: 35
URxvt.fadeColor: #4c566a

URxvt.color0: #3b4252
URxvt.color1: #bf616a
URxvt.color2: #a3be8c
URxvt.color3: #ebcb8b
URxvt.color4: #81a1c1
URxvt.color5: #b48ead
URxvt.color6: #88c0d0
URxvt.color7: #e5e9f0
URxvt.color8: #4c566a
URxvt.color9: #bf616a
URxvt.color10: #a3be8c
URxvt.color11: #ebcb8b
URxvt.color12: #81a1c1
URxvt.color13: #b48ead
URxvt.color14: #8fbcbb
URxvt.color15: #eceff4

! -- General -- !
URxvt.scrollBar: false
URxvt.cursorBlink: true

! -- Fonts -- !
URxvt.font: xft:UbuntuMono Nerd Font:pixelsize=14:antialias=true

! -- Restore Ctrl+Shift+(C|V) -- !
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755: false
URxvt.iso14755_52: false