-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
69 lines (60 loc) · 1.79 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
58
59
60
61
62
63
64
65
66
67
68
69
! -- NEdit/XNEdit --
! fix colors, bump border shadow size down to 1px
nedit*XmText.Foreground: #ffffff
nedit*XmTextField.Foreground: #ffffff
nedit*XmList.Foreground: #ffffff
nedit*TopLevelShell*background: #444488
nedit*XmPushButton.MarginWidth: 7
nedit*XmPushButton.MarginHeight: 5
nedit*XmToggleButton.MarginWidth: 5
nedit*XmToggleButton.MarginHeight: 3
nedit*ShadowThickness: 1
nedit*TopShadowColor: #6e6ec3
nedit*BottomShadowColor: #222244
nedit*XmForm.ShadowThickness: 0
nedit*font: 6x13
! -- URxvt --
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
! better scrolling for stuff like less, man, vim/nano, etc.
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
URxvt.saveLines: 99999
! reasonable keybindings for copy/paste
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.font: 6x13,xft:PowerlineSymbols:size=9
URxvt.italicFont: 6x13
URxvt.background: #222244
URxvt.foreground: #ffffff
URxvt.color0: #2f2a68
URxvt.color1: #f06191
URxvt.color2: #63e99a
URxvt.color3: #ffe666
URxvt.color4: #61f2dc
URxvt.color5: #b043d1
URxvt.color6: #61f2dc
URxvt.color7: #eeeeec
URxvt.color8: #38337f
URxvt.color9: #f06191
URxvt.color10: #63e99a
URxvt.color11: #ffe666
URxvt.color12: #61f2dc
URxvt.color13: #c573dd
URxvt.color14: #61f2dc
URxvt.color15: #ffffff
URxvt.cursorColor: #f06191
! you may need to change this to an absolute path in case the bg doesn't show up
URxvt.pixmap: ~/.termbg.png;style=tiled
URxvt.scrollBar_floating: 1
URxvt.scrollBar_right: 1
URxvt.perl-ext-common: default,matcher,tabbed,-confirm-paste,vtewheel
! links
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.tabbed.tabbar-fg: 15
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 11
URxvt.tabbed.tab-bg: 0