-
Notifications
You must be signed in to change notification settings - Fork 0
/
xresources
52 lines (43 loc) · 1.23 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
#include "/home/tlarrieu/.Xresources.d/local"
! ------------------------------------------------------------------------------
! -- Xft
! ------------------------------------------------------------------------------
Xft.dpi: DPI
*.dpi: DPI
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! ------------------------------------------------------------------------------
! -- Global theme
! ------------------------------------------------------------------------------
*.background: BACKGROUND
*.border: BACKGROUND
*.cursorColor: FOREGROUND
*.foreground: FOREGROUND
*.comment: COMMENT
*.color0: COLOR0
*.color1: COLOR1
*.color2: COLOR2
*.color3: COLOR3
*.color4: COLOR4
*.color5: COLOR5
*.color6: COLOR6
*.color7: COLOR7
*.color8: COLOR8
*.color9: COLOR9
*.color10: COLOR10
*.color11: COLOR11
*.color12: COLOR12
*.color13: COLOR13
*.color14: COLOR14
*.color15: COLOR15
*.font: xft:FONT:size=FONTSIZE:dpi=DPI
! ------------------------------------------------------------------------------
! -- vim
! ------------------------------------------------------------------------------
vim.theme: VIM_THEME
vim.background: VIM_BACKGROUND
! vim: ft=xdefaults