slitaz-configs diff 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 diff
1.1 --- a/rootfs/etc/skel/.Xdefaults Wed Apr 02 10:10:26 2014 +0200 1.2 +++ b/rootfs/etc/skel/.Xdefaults Mon Apr 14 17:36:51 2014 +0200 1.3 @@ -1,23 +1,31 @@ 1.4 -!~/.Xdefault: Control the behavior of x-clients. 1.5 +!~/.Xdefault: Control the behavior of x-clients 1.6 ! 1.7 1.8 -! Xcursor theme (~/.icons). 1.9 +! Xcursor theme: ~/.icons 1.10 ! 1.11 Xcursor.theme: slitaz-polar 1.12 1.13 -! XTerm settings. 1.14 +! XTerm settings 1.15 ! 1.16 -xterm*background: #000000 1.17 -xterm*foreground: #ffffff 1.18 -xterm*cursorColor: #d66018 1.19 -xterm*scrollBar: off 1.20 -xterm*faceName: DejaVu Sans Mono 1.21 -xterm*faceNameDoublesize:WenQuanYi WenQuanYi Micro Hei Mono-11 1.22 -xterm*faceSize: 11 1.23 -xterm*utf8: 2 1.24 -xterm*eightBitInput: true 1.25 +xterm*background: #000000 1.26 +xterm*foreground: #ffffff 1.27 +xterm*cursorColor: #d66018 1.28 +xterm*scrollBar: off 1.29 +xterm*faceSize: 11 1.30 +xterm*faceName: DejaVu Sans Mono 1.31 +xterm*faceNameDoublesize: WenQuanYi WenQuanYi Micro Hei Mono-11 1.32 +xterm*eightBitInput: true 1.33 +xterm*utf8: 2 1.34 1.35 -! Xload settings. 1.36 +! Xload settings 1.37 ! 1.38 -!xload*background: black 1.39 -!xload*foreground: lightblue 1.40 +!xload*background: black 1.41 +!xload*foreground: lightblue 1.42 + 1.43 +! FLTK Theming 1.44 +! 1.45 +!Text.background: #111111 1.46 +!fltk*scheme: gtk+ 1.47 +fltk*background: #ededed 1.48 +fltk*foreground: #000000 1.49 +