slitaz-configs 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 08aac36ff06a
children 5365cc9faedd
files rootfs/etc/skel/.Xdefaults rootfs/root/.Xdefaults
line diff
     1.1 --- a/rootfs/etc/skel/.Xdefaults	Sun Apr 13 12:25:17 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 +
     2.1 --- a/rootfs/root/.Xdefaults	Sun Apr 13 12:25:17 2014 +0200
     2.2 +++ b/rootfs/root/.Xdefaults	Mon Apr 14 17:36:51 2014 +0200
     2.3 @@ -1,21 +1,31 @@
     2.4 -!~/.Xdefault: Control the behavior of x-clients.
     2.5 +!~/.Xdefault: Control the behavior of x-clients
     2.6  !
     2.7  
     2.8 -! Xcursor theme (~/.icons).
     2.9 +! Xcursor theme: ~/.icons
    2.10  !
    2.11  Xcursor.theme:		slitaz-polar
    2.12  
    2.13 -! XTerm settings.
    2.14 +! XTerm settings
    2.15  !
    2.16 -xterm*background:	#000000
    2.17 -xterm*foreground:	#ffffff
    2.18 -xterm*cursorColor:	#d66018
    2.19 -xterm*scrollBar:	off
    2.20 -xterm*faceName:		DejaVu Sans Mono
    2.21 -xterm*faceNameDoublesize:WenQuanYi WenQuanYi Micro Hei Mono-10
    2.22 -xterm*faceSize:		10
    2.23 +xterm*background:	      #000000
    2.24 +xterm*foreground:	      #ffffff
    2.25 +xterm*cursorColor:	      #d66018
    2.26 +xterm*scrollBar:	      off
    2.27 +xterm*faceSize:		      11
    2.28 +xterm*faceName:		      DejaVu Sans Mono
    2.29 +xterm*faceNameDoublesize: WenQuanYi WenQuanYi Micro Hei Mono-11
    2.30 +xterm*eightBitInput:	  true
    2.31 +xterm*utf8:		          2
    2.32  
    2.33 -! Xload settings.
    2.34 +! Xload settings
    2.35  !
    2.36 -!xload*background:	black
    2.37 -!xload*foreground:	lightblue
    2.38 +!xload*background:	       black
    2.39 +!xload*foreground:	       lightblue
    2.40 +
    2.41 +! FLTK Theming
    2.42 +!
    2.43 +!Text.background:          #111111
    2.44 +!fltk*scheme:              gtk+
    2.45 +fltk*background:          #ededed
    2.46 +fltk*foreground:          #000000
    2.47 +