2025-06-24 17:32:24 -07:00
|
|
|
# ────────────────────────────────────────────────────────────
|
|
|
|
# Hyprlock — Nord theme
|
|
|
|
# ────────────────────────────────────────────────────────────
|
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
$color = rgba(46,52,64,1.0) # #2e3440 solid color
|
2025-06-24 17:32:24 -07:00
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
$inner_color = rgba(46,52,64,0.8) # #2e3440 with opacity
|
|
|
|
$outer_color = rgba(216,222,233,1.0) # #d8dee9
|
2025-06-24 17:32:24 -07:00
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
$font_color = rgba(216,222,233,1.0)
|
2025-06-24 17:32:24 -07:00
|
|
|
|
2025-07-10 18:43:08 +05:30
|
|
|
$placeholder_color = rgba(216,222,233,0.6)
|
|
|
|
$check_color = rgba(136, 192, 208, 1.0)
|