This commit is contained in:
EVO 2025-06-24 23:13:17 +02:00
parent d58e87474f
commit a474caf290
17 changed files with 2643 additions and 0 deletions

View file

@ -0,0 +1,14 @@
return {
-- Interactions
register = 'fas fa-lock',
register_color = '',

computer = 'fas fa-computer',
computer_color = '',

safe = 'fas fa-key',
safe_color = '',

-- Safe input
safe_pin = 'fas fa-lock'
}