forked from kevinlmadison/my_dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
119 lines (97 loc) · 3.24 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
! ------------------------------------------------------------------------------
! Nord Color Scheme
! By Arctic Ice Studio
! ------------------------------------------------------------------------------
! special
*.foreground: #d8dee8
*.background: #263238
*.cursorColor: #00bcd4
! black
*.color0 : #4b5262
*.color8 : #434a5a
! red
*.color1 : #bf616a
*.color9 : #b3555e
! green
*.color2 : #a3be8c
*.color10 : #93ae7c
! yellow
*.color3 : #ebcb8b
*.color11 : #dbbb7b
! blue
*.color4 : #81a1c1
*.color12 : #7191b1
! magenta
*.color5 : #b48ead
*.color13 : #a6809f
! cyan
*.color6 : #93e5cc
*.color14 : #7bcdb4
! white
*.color7 : #e5e9f0
*.color15 : #d1d5dc
! ------------------------------------------------------------------------------
! URxvt configs
! ------------------------------------------------------------------------------
! general settings
URxvt*saveline: 15000
URxvt*termName: rxvt-256color
URxvt*iso14755: false
! appearance
URxvt*depth: 32
!URxvt*background: rgba:0000/0000/0000/AAAA
!URxvt*background: [100]#263238
URxvt.underlineColor: #81a1c1
URxvt.highlightColor: #81a1c1
URxvt.throughColor: Blue
URxvt*cursorColor: #00bcd4
URxvt*cursorColor2: Magenta
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*internalBorder: 0
URxvt*externalBorder: 0
URxvt.colorIT: #a3be8c
URxvt.colorBD: #e5e9f0
URxvt.colorUL: #81a1c1
URxvt.geometry: 74x14
URxvt.internalBorder: 10
! fonts
URxvt*letterSpace: 0
URxvt.lineSpace: 0
!Xft.size: 12
URxvt*font: xft:Misc Termsyn:regular:size=12
URxvt*imFont: xft:Misc Termsyn:regular:size=12
URxvt*boldFont: xft:Misc Termsyn:bold:size=12
URxvt*italicFont: xft:Misc Termsyn:italic:size=12
URxvt*boldItalicFont: xft:Misc Termsyn:regular:size=12
! run :.!fc-list | grep <font-name>
! perl extensions
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select
!URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,tabbed
! macros for clipboard and selection
URxvt.copyCommand: xclip -i -selection clipboard
URxvt.pasteCommand: xclip -o -selection clipboard
URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-v: perl:clipboard:paste
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
URxvt.keysym.M-Escape: perl:keyboard-select:activate
URxvt.keysym.M-s: perl:keyboard-select:search
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.urlLauncher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1
! tabbed
URxvt.tabbed.tabbar-fg: 4
URxvt.tabbed.tabbar-bg: 16
URxvt.tabbed.tab-fg: 15
URxvt.tabbed.tab-bg: 4
URxvt*buffered: false
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
! Modified By Aditya Shakya
rofi.color-enabled: true
rofi.color-window: #263238, #263238, #263238
rofi.color-normal: #263238, #d8dee8, #263238, #263238, #00bcd4
rofi.color-active: #263238, #b48ead, #263238, #263238, #93e5cc
rofi.color-urgent: #263238, #ebcb8b, #263238, #263238, #ebcb8b