This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
86 lines (64 loc) · 1.83 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
! special
URxvt*.foreground: #ffffff
URxvt*.background: #000000
URxvt*.cursorColor: #ffffff
! black
URxvt*.color0: #000000
URxvt*.color8: #4d4d4d
! red
URxvt*.color1: #cc0403
URxvt*.color9: #3e0605
! green
URxvt*.color2: #19cb00
URxvt*.color10: #23fd00
! yellow
URxvt*.color3: #cecb00
URxvt*.color11: #fffd00
! blue
URxvt*.color4: #005ed1
URxvt*.color12: #0091ff
! magenta
URxvt*.color5: #cb1ed1
URxvt*.color13: #fd28ff
! cyan
URxvt*.color6: #0dcdcd
URxvt*.color14: #14ffff
! white
URxvt*.color7: #e5e5e5
URxvt*.color15: #ffffff
URxvt.font: xft:SourceCodePro:size=10
URxvt.letterSpace: -1
URxvt.scrollBar: false
! do not scroll with output
URxvt*scrollTtyOutput: false
! scroll in relation to buffer (with mouse scroll or Shift+Page Up)
URxvt*scrollWithBuffer: true
! scroll back to the bottom on keypress
URxvt*scrollTtyKeypress: true
!Fixing copy paste
URxvt.perl-ext-common: default,clipboard
URxvt.keysym.Shift-Control-C: perl:clipboard:copy
URxvt.keysym.Shift-Control-V: perl:clipboard:paste
URxvt.clipboard.copycmd: xsel -ib
URxvt.clipboard.pastecmd: xsel -ob
URxvt*iso14755: False
URxvt*iso14755_52: False
rofi.modi: run
rofi.font: snap 11
rofi.padding: 8
rofi.hide-scrollbar: true
!The colour of the border
rofi.opacity: 90
rofi.fuzzy: true
rofi.bw: 0
rofi.separator-style: solid
! ------------------------------------------------------------------------------
! ROFI Color theme
! ------------------------------------------------------------------------------
rofi.color-enabled: true
rofi.color-window: #1c1c1c, #273238, #1c1c1c
rofi.color-normal: #1c1c1c, #c1c1c1, #1c1c1c, #48184f, #ffffff
rofi.color-active: #1c1c1c, #80cbc4, #273238, #394249, #80cbc4
rofi.color-urgent: #273238, #ff1844, #273238, #394249, #ff1844
! Cursor size
Xcursor.size: 5