-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.lightXresources
97 lines (81 loc) · 2.57 KB
/
.lightXresources
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
!! Colorscheme
! special
*.foreground: #6c605a
*.background: #e6dad6
.cursorColor: #937f74
!black
*.color0: #e6dad6
*.color8: #dad3d0
! red
*.color1: #ce9c85
*.color9: #ce9c85
! green
*.color2: #839773
*.color10: #839773
! yellow
*.color3: #a09c80
*.color11: #a09c80
! blue
*.color4: #8f8678
*.color12: #8f8678
! magenta
*.color5: #9c7b9c
*.color13: #9c7b9c
! cyan
*.color6: #75998e
*.color14: #75998e
! white
*.color7: #685c56
*.color15: #938680
Xft.autohint: true
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: true
Xft.antialias: true
Xft.rgba: rgb
Xft.dpi: 96
URxvt.font:xft: JetBrains Mono Light:size=12.5, xft:Noto Sans:size=9, xft:DejaVu Sans:style=Regular:size=9, xft:Noto Serif CJK JP:style=SemiBold:size=11, xft:FantasqueSansMono Nerd Font:size=12, xft:MesloLGM Nerd Font:style=Regular:size=12, xft:mplus Nerd Font:size=12, xft:MesloLGM Nerd Font:style=Regular:size=12, xft:FontAwesome:size=9
URxvt.boldFont:xft: JetBrains Mono Light:bold:size=12.5, xft:Noto Sans:size=9
URxvt.italicFont:xft: JetBrains Mono Light:italic:size=12.5, xft:Noto Sans:size=9
URxvt.boldItalicfont: JetBrains Mono Light:bold:size=12.5, xft:Noto Sans:size=9
URxvt.geometry: 88x25
URxvt.internalBorder: 20
URxvt.cursorBlink: true
URxvt.cursorUnderline: false
URxvt.saveline: 2048
URxvt.scrollBar: false
URxvt.scrollBar_right: false
URxvt.scrollBar_floating: false
URxvt.scrollstyle: plain
URxvt.urgentOnBell: true
URxvt.visualBell: false
URxvt.depth: 24
URxvt.iso14755: false
URxvt.letterSpace: -1
URxvt.lineSpace: 1
URxvt.tabbed.tabbar-fg: 2
URxvt.tabbed.tabbar-bg: 0
URxvt.tabbed.tab-fg: 7
URxvt.tabbed.tab-bg: 0
! Extensions
URxvt.perl-ext-common: default,keyboard-select,url-select,resize-font
! Keybinds for navigating
URxvt.keysym.Shift-Up: command:\033]720;1\007
URxvt.keysym.Shift-Down: command:\033]721;1\007
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Right: \033[1;5C
URxvt.keysym.Control-Left: \033[1;5D
! Perl extension stuff
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
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
URxvt.keysym.M-u: perl:url-select:select_next
URxvt.keysym.Control-w: exit\n
URxvt.url-select.launcher: firefox
URxvt.underlineURLs: true
URxvt.urlButton: 1