This repository has been archived by the owner on Jun 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
119 lines (105 loc) · 4.31 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
! DO NOT CHANGE THE ORDER
! URXVT APPEARANCE
URxvt.font: xft:M+1c medium:pixelsize=11:antialias=true
URxvt.geometry: 66x18
URxvt.internalBorder: 20
URxvt.cursorBlink: true
URxvt.cursorUnderline: true
URxvt.saveline: 32768
URxvt.scrollBar: false
URxvt.scrollBar_right: true
URxvt.scrollBar_floating: false
URxvt.scrollstyle: plain
URxvt.urgentOnBell: false
URxvt.depth: 32
URxvt.iso14755: false
URxvt.iconFile: /home/violet/.icons/gladient/term.png
! Uncomment if to much font spacing
URxvt.letterSpace: -3
! URXVT EXTENSIONS
URxvt.perl-ext-common: default,tabbedex,url-select
URxvt.keysym.Control-Shift-C: eval:selection_to_clipboard
URxvt.keysym.Control-Shift-V: eval:paste_clipboard
URxvt.keysym.Control-Up: eval:scroll_up 1
URxvt.keysym.Control-Down: eval:scroll_down 1
URxvt.keysym.Control-Home: eval:scroll_to_top
URxvt.keysym.Control-End: eval:scroll_to_bottom
! TABBEDEX EXT
URxvt.tabbedex.no-tabbedex-keys: yes
URxvt.tabbedex.new-button: false
URXvt.tabbedex.reopen-on-close: yes
URxvt.tabbedex.autohide: yes
URxvt.tabbedex.tabbar-fg: 5
URxvt.tabbedex.tabbar-bg: 0
URxvt.tabbedex.tab-fg: 10
URxvt.tabbedex.tab-bg: 0
URxvt.tabbedex.bell-fg: 0
URxvt.tabbedex.bell-bg: 0
URxvt.tabbedex.bell-tab-fg: 0
URxvt.tabbedex.bell-tab-bg: 0
URxvt.tabbedex.title-fg: 14
URxvt.tabbedex.title-bg: 0
URxvt.keysym.Control-Shift-T: tabbedex:new_tab
URxvt.keysym.Control-Shift-R: tabbedex:rename_tab
URxvt.keysym.Control-Shift-W: tabbedex:kill_tab
URxvt.keysym.Control-Next: tabbedex:next_tab
URxvt.keysym.Control-Prior: tabbedex:prev_tab
URxvt.keysym.Control-Shift-Next: tabbedex:move_tab_right
URxvt.keysym.Control-Shift-Prior: tabbedex:move_tab_left
! RESIZE FONT EXT
URxvt.resize-font.step: 1
URxvt.keysym.Control-minus: resize-font:smaller
URxvt.keysym.Control-plus: resize-font:bigger
URxvt.keysym.Control-equal: resize-font:reset
URxvt.keysym.Control-question: resize-font:show
! URL SELECT EXT
URxvt.keysym.Control-Shift-U: url-select:select_next
URvxt.url-select.button: 2
URxvt.url-select.launcher: brave-bin
URxvt.url-select.underline: true
! COLOR SCHEME
! black > red > green > yellow > blue > magenta > cyan > white
#define black0 [100]#42457C
#define black1 #3B4252
#define red5 #42457C
#define black3 #F9F9F9
#define blue0 #F9F9F9
#define blue1 #74A2E7
#define yellow0 #FA946E
#define yellow1 #FAA687
#define purple0 #F9F9F9
#define blue4 #F9F9F9
#define magenta0 #CF8EF4
#define magenta1 #D8A6F4
#define cyan0 #89CCF7
#define cyan1 #A1D5F7
#define white0 [100]#F9F9F9
#define white1 #F7F7F7
#define white2 #F4F4F4
*.color1: purple0
*.color2: blue0
*.color3: yellow0
*.color4: purple0
*.color5: magenta0
*.color6: cyan0
*.color9: blue4
*.color10: blue1
*.color11: yellow1
*.color12: blue4
*.color13: magenta1
*.color14: cyan1
! FOR REVERSING ONLY (INVERT BG/FG)
*.foreground: white0
*.background: black0
*.cursorColor: white0
*.color0: red5
*.color7: white1
*.color8: black3
*.color15: white2
!*.foreground: black0
!*.background: white0
!*.cursorColor: black0
!*.color0: white1
!*.color7: red5
!*.color8: white2
!*.color15: black3