-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_Xresources.tmpl
77 lines (71 loc) · 1.85 KB
/
dot_Xresources.tmpl
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
!! This Xresources configures xterm, urxvt, and rofi
!! Pixel scaling settings for 4K resolution support.
! DPI is either 192 (2x) or 96 (1x) for pixel scaling
! Settings after DPI change how text is rendered in different DPI settings
{{- if .laptop }}
Xft.dpi: 96
{{- else }}
Xft.dpi: 192
{{- end }}
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintfull
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
!! Colorscheme
! An update should also change .config/kitty/kitty.conf and WM configs
! Colorscheme is based on "getfresh" from dotshare.it
*foreground: #DDCCBB
*background: #151515
*color0: #393939
*color1: #BF1E2D
*color2: #9DBA3A
*color3: #F5B915
*color4: #1CA1DB
*color5: #652F90
*color6: #EA7D24
*color7: #E7E8E9
*color8: #AF875F
*color9: #E7212A
*color10: #A9C938
*color11: #F7D325
*color12: #00AFDA
*color13: #894E9F
*color14: #F79321
*color15: #F3F3F4
!! Font
XTerm.vt100.faceName: Fira Code:size=14:style=Retina:antialias=true
XTerm.vt100.renderFont: true
urxvt*font: xft:Fira Code:style=Retina:size=14:antialias=true
rofi.font: Fira\ Code 17
! Fallback font
!xterm*font: 9x15
!xterm*boldFont: 7x13
!urxvt*font: -*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-*
!urxvt*boldFont: -*-fixed-medium-r-normal-*-16-*-*-*-*-*-iso8859-*
!! Terminal configs
*cursorUnderline: False
*cursorColor: Chartreuse
*cursorBlink: True
!! Xterm configuration
xterm*locale: True
! Do not use Alt for composition
xterm*eightBitInput: False
xterm*saveLines: 16384
xterm*internalBorder: 0
xterm*multiScroll: True
!! URxvt Configuration
URxvt.url-launcher: /usr/bin/browser
! Must be 0 if you want image previews to work
URxvt.depth: 0
URxvt.transparent: True
URxvt.tint: #151515
URxvt.scrollstyle: rxvt
URxvt.scrollBar: off
URxvt.letterSpace: -1
URxvt.imLocale: en_US.UTF-8
URxvt.termName: rxvt-unicode
URxvt.internalBorder: 4
URxvt.perl-ext-common: default,matcher
URxvt.iso14755: False