]> git.sev.monster Git - dotfiles.git/blame - base/.Xresources
adjust args in install.sh find, zprofile path
[dotfiles.git] / base / .Xresources
CommitLineData
e8abe786 1! fonts
ce127c80 2! X11 font server fontspec
8720834f 3*font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-*
ce127c80 4! xft/fontconfig
5! NOTE: xterm etc. use faceName for Xft fonts. classic font server rendering is
6! preferred so this is just in case the program doesn't support PCF.
e8abe786 7*faceName: Dina
8*faceSize: 8
ce127c80 9! matches font.conf, just in case
d569f3f7 10Xft.antialias: 1
11Xft.rgba: rgb
d569f3f7 12Xft.hinting: 1
e8abe786 13Xft.hintstyle: hintslight
1b8a4102 14
a6e5a638 15! theming
d23b28eb 16Xcursor.theme: Paper
a6e5a638 17
18! colors
ce127c80 19*background: #010812
20*foreground: #798699
21*fading: 40
22*fadeColor: #820ad5
23*cursorColor: #6408a4
24*pointerColorBackground: #6408a4
25*pointerColorForeground: #191c21
26*underlineColor: #d5820a
27! black/grey
28*color0: #191c21
29*color8: #3b434e
1118e1ee 30! red
ce127c80 31*color1: #d51d0a
32*color9: #f4321e
1118e1ee 33! green
ce127c80 34*color2: #5dd50a
35*color10: #75f41e
1118e1ee 36! yellow
ce127c80 37*color3: #d5820a
38*color11: #f49d1e
1118e1ee 39! blue
ce127c80 40*color4: #0a5dd5
41*color12: #1e75f4
1118e1ee 42! magenta
ce127c80 43*color5: #820ad5
44*color13: #9d1ef4
1118e1ee 45! cyan
ce127c80 46*color6: #0ac2d5
47*color14: #1ee0f4
48! light grey/white
49*color7: #bcc2cc
50*color15: #e8ebee
This page took 0.049985 seconds and 4 git commands to generate.