suckless-utils/slim/themes/default/slim.theme
Alexis Jhon Gaspar e1207e1d0d Added slim-fork to the repo
- This introduces a minimalist display manager for the suckless-utils suite
- Added crudely written scripts for reloaading slim's theme via pywal,
  meaning no on-the-fly reloading using keybinds as nost people wouldn't
have their sudo passwordless
- This is based on slim-fork 1.4.0 version.
2023-10-12 23:08:23 +08:00

53 lines
1.3 KiB
Plaintext

# Green glass theme for SLiM
# by Rob Pearce <slim@flitspace.org.uk>
# Messages (e.g. shutdown)
msg_color #FFFFFF
msg_font Verdana: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 #11dd56
# Input controls
input_panel_x 50%
input_panel_y 45%
input_name_x 394
input_name_y 142
input_pass_x 394
input_pass_y 178
input_font Verdana:size=12:dpi=75
input_color #000000
# Username / password request
username_font Verdana:size=18:dpi=75
username_color #FFDFFF
username_x 270
username_y 144
password_x 270
password_y 180
username_shadow_color #704f42
username_shadow_xoffset 1
username_shadow_yoffset 1
username_msg Username:
password_msg Password:
# Welcome message
welcome_font Verdana:size=28:bold:dpi=75
welcome_color #F4D5C0
welcome_x 50%
welcome_y 40
welcome_msg Login to %host
welcome_shadow_xoffset 2
welcome_shadow_yoffset 2
welcome_shadow_color #338353
passwd_feedback_x 50%
passwd_feedback_y 80%