slitaz-configs view rootfs/etc/skel/.Xdefaults @ rev 212

Add FLTK teming in ~/.Xdefaults so it match default WM/ theme
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 17:36:51 2014 +0200 (2014-04-14)
parents c7c084e84dd4
children 1e890f71936c
line source
1 !~/.Xdefault: Control the behavior of x-clients
2 !
4 ! Xcursor theme: ~/.icons
5 !
6 Xcursor.theme: slitaz-polar
8 ! XTerm settings
9 !
10 xterm*background: #000000
11 xterm*foreground: #ffffff
12 xterm*cursorColor: #d66018
13 xterm*scrollBar: off
14 xterm*faceSize: 11
15 xterm*faceName: DejaVu Sans Mono
16 xterm*faceNameDoublesize: WenQuanYi WenQuanYi Micro Hei Mono-11
17 xterm*eightBitInput: true
18 xterm*utf8: 2
20 ! Xload settings
21 !
22 !xload*background: black
23 !xload*foreground: lightblue
25 ! FLTK Theming
26 !
27 !Text.background: #111111
28 !fltk*scheme: gtk+
29 fltk*background: #ededed
30 fltk*foreground: #000000