-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
68 lines (60 loc) · 1.52 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
! 4k monitor settings: 96 dpi is good but blurry
Xft.dpi: 96
! These might also be useful depending on your monitor and personal preference:
Xft.autohint: 0
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
! XTERM config
! scrollback buffer
xterm*savelines: 8192
! dark background
xterm*reverseVideo: on
! fonts
xterm*faceName: Inconsolata
xterm*faceSize: 14
! URXVT config
URxvt*font: xft:Inconsolata:pixelsize=18:antialias=true:hinting=true,xft:Monospace
! scrollback buffer
URxvt.saveLines: 8192
URxvt.scrollBar: off
! prepackaged perl extensions
URxvt.perl-ext-common: default
! COLORS
! dark background
URxvt.reverseVideo: on
! fix blue to be same as xterm
URxvt.color12: rgb:5c/5c/ff
! fix other blue to be readable (e.g., wildcard color)
URxvt.color4: rgb:00/66/cc
!gruvbox colorscheme: comment out above color settings to use
! hard contrast: *background: #1d2021
!URxvt*background: #282828
! soft contrast: *background: #32302f
!URxvt*foreground: #ebdbb2
! Black + DarkGrey
!URxvt*color0: #282828
!URxvt*color8: #928374
! DarkRed + Red
!URxvt*color1: #cc241d
!URxvt*color9: #fb4934
! DarkGreen + Green
!URxvt*color2: #98971a
!URxvt*color10: #b8bb26
! DarkYellow + Yellow
!URxvt*color3: #d79921
!URxvt*color11: #fabd2f
! DarkBlue + Blue
!URxvt*color4: #458588
!URxvt*color12: #83a598
! DarkMagenta + Magenta
!URxvt*color5: #b16286
!URxvt*color13: #d3869b
! DarkCyan + Cyan
!URxvt*color6: #689d6a
!URxvt*color14: #8ec07c
! LightGrey + White
!URxvt*color7: #a89984
!URxvt*color15: #ebdbb2