]>
Commit | Line | Data |
---|---|---|
b3d0247b | 1 | ! fonts |
4ab8c298 | 2 | ! X11 font server fontspec |
7197cc5c | 3 | *font: -windows-dina-medium-r-*-*-10-80-*-*-*-*-* |
4ab8c298 | 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. | |
b3d0247b | 7 | *faceName: Dina |
8 | *faceSize: 8 | |
4ab8c298 | 9 | ! matches font.conf, just in case |
b133dc92 | 10 | Xft.antialias: 1 |
11 | Xft.rgba: rgb | |
b133dc92 | 12 | Xft.hinting: 1 |
b3d0247b | 13 | Xft.hintstyle: hintslight |
189288f7 | 14 | |
ba92616c | 15 | ! theming |
2ec9d552 | 16 | Xcursor.theme: Paper |
ba92616c | 17 | |
18 | ! colors | |
4ab8c298 | 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 | |
bdeaf2f0 | 30 | ! red |
4ab8c298 | 31 | *color1: #d51d0a |
32 | *color9: #f4321e | |
bdeaf2f0 | 33 | ! green |
4ab8c298 | 34 | *color2: #5dd50a |
35 | *color10: #75f41e | |
bdeaf2f0 | 36 | ! yellow |
4ab8c298 | 37 | *color3: #d5820a |
38 | *color11: #f49d1e | |
bdeaf2f0 | 39 | ! blue |
4ab8c298 | 40 | *color4: #0a5dd5 |
41 | *color12: #1e75f4 | |
bdeaf2f0 | 42 | ! magenta |
4ab8c298 | 43 | *color5: #820ad5 |
44 | *color13: #9d1ef4 | |
bdeaf2f0 | 45 | ! cyan |
4ab8c298 | 46 | *color6: #0ac2d5 |
47 | *color14: #1ee0f4 | |
48 | ! light grey/white | |
49 | *color7: #bcc2cc | |
50 | *color15: #e8ebee |