diff options
author | Felipe López <felipe.lopez@opmbx.org> | 2015-03-01 13:15:56 -0500 |
---|---|---|
committer | Felipe López <felipe.lopez@opmbx.org> | 2015-03-01 13:15:56 -0500 |
commit | 62f083163b934ece97c23105ed92a20adb0ab0ef (patch) | |
tree | bf3cf73d589196b518603061b09316e9c76e172b /slim/0.x/slim.theme | |
parent | 61ae7c82e4319ea233e33abaf4106b870c35bde0 (diff) | |
download | guix-artwork-62f083163b934ece97c23105ed92a20adb0ab0ef.tar guix-artwork-62f083163b934ece97c23105ed92a20adb0ab0ef.tar.gz |
slim: Add black theme.
Diffstat (limited to 'slim/0.x/slim.theme')
-rw-r--r-- | slim/0.x/slim.theme | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/slim/0.x/slim.theme b/slim/0.x/slim.theme new file mode 100644 index 0000000..7cade36 --- /dev/null +++ b/slim/0.x/slim.theme @@ -0,0 +1,38 @@ +# Based on text04 theme for SLiM +# by Johannes Winkelmann. +# Modified by Ludovic Courtès <ludo@gnu.org>. + +# Messages (ie: shutdown) +msg_color #FFFFFF +msg_font Helvetica:size=18:bold:dpi=75 +msg_x 50% +msg_y 40% +msg_shadow_color #702342 +msg_shadow_xoffset 1 +msg_shadow_yoffset 1 + +# valid values: stretch, tile +background_style stretch +background_color #eedddd + +# Input controls +input_panel_x 50% +input_panel_y 50% +input_name_x 394 +input_name_y 368 +input_font Helvetica:size=14:dpi=75 +input_color #000000 + +# Username / password request +username_font Helvetica:size=14:bold:dpi=75 +username_color #f9f9f9 +username_x 290 +username_y 368 +password_x 290 +password_y 368 +username_shadow_color #702342 +username_shadow_xoffset 1 +username_shadow_yoffset 1 + +username_msg user name: +password_msg password: |