chore: update themes

This commit is contained in:
2025-06-21 04:21:19 +02:00
parent 55e58b46d9
commit 24431383a2
23 changed files with 296 additions and 192 deletions

View File

@@ -1,9 +1,9 @@
[colors]
bg = "48;2;15;22;15"
fg = "22;23;24;38;2;245;245;245"
err = "1;31"
s_wayland = "38;2;255;174;66"
s_xorg = "38;2;37;175;255"
# err = "1;31"
# s_wayland = "38;2;255;174;66"
# s_xorg = "38;2;37;175;255"
s_shell = "32"
e_hostname = "38;5;28"
e_date = "32"
@@ -15,30 +15,33 @@ e_badpasswd = "3;4;31"
e_key = "32"
[chars]
hb = "─"
vb = "│"
ctl = "┌"
ctr = "┐"
cbl = "└"
cbr = "┘"
# hb = "─"
# vb = "│"
# ctl = "┌"
# ctr = "┐"
# cbl = "└"
# cbr = "┘"
[functions]
poweroff = F1
reboot = F2
refresh = F5
# poweroff = F1
# reboot = F2
# refresh = F5
[strings]
f_poweroff = "poweroff"
f_reboot = "reboot"
f_refresh = "refresh"
e_user = "user"
e_passwd = "password"
s_wayland = "wayland"
s_xorg = "xorg"
s_shell = "shell"
# f_poweroff = "poweroff"
# f_reboot = "reboot"
# f_refresh = "refresh"
# e_user = "user"
# e_passwd = "password"
# s_wayland = "wayland"
# s_xorg = "xorg"
# s_shell = "shell"
# opts_pre = "< "
# opts_post = " >"
[behavior]
include_defshell = true
# include_defshell = true
timefmt = "%Y-%m-%d %H:%M:%S"
source = "/etc/lidm.env"
source = "/etc/locale.conf"
user_source = ".lidm.env"