-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
88 lines (70 loc) · 2.48 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
!!----------------!!
!! Xft Config !!
!!----------------!!
!Xft.dpi: 120
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintfull
Xft.autohint: false
Xft.lcdfilter: lcddefault
!!---------!!
!! URxvt !!
!!---------!!
URxvt.termName: rxvt-unicode
!! Perl Extensions !!
URxvt.perl-ext-common: default,selection-to-clipboard,clipboard,matcher,keyboard-select
!! Clickable URLs
URxvt.url-launcher: /usr/bin/firefox
URxvt.underlineURLs: true
URxvt.matcher.button: 1
!! Copy & Paste
URxvt.clipboard.autocopy: true
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.keysym.Control-Shift-C: perl:clipboard:copy
URxvt.keysym.Control-Shift-V: perl:clipboard:paste
!! Commodore64 Color scheme !!
*background: #0a083b
*foreground: #ffffff
*fadeColor: #002b36
*cursorColor: #93a1a1
*pointerColorBackground: #586e75
*pointerColorForeground: #93a1a1
! black dark/light
*color0: #5f6464
*color8: #828684
! red dark/light
*color1: #ff0000
*color9: #f17974
! green dark/light
*color2: #00c200
*color10: #5ff967
! yellow dark/light
*color3: #fffb00
*color11: #fefb67
! blue dark/light
*color4: #4c6bff
*color12: #6871ff
! magenta dark/light
*color5: #c930c7
*color13: #ff76ff
! cyan dark/light
*color6: #00c5c7
*color14: #5ffdff
! white dark/light
*color7: #c7c7c7
*color15: #feffff
! Cursor
URxvt.cursorBlink: true
URxvt.cursorColor: yellow
URxvt.depth: 32
URxvt.loginShell: true
URxvt*letterSpace: -1
! Scrollbar
URxvt.scrollStyle: rxvt
URxvt.scrollBar: false
! Font
URxvt.font: xft:Hack:style=Bold:antialias=true:hinting=full:pixelsize=14
URxvt.boldFont: xft:Hack:style=Bold:antialias=true:hinting=full:pixelsize=14
*utf8: 1