mirror of
https://github.com/coastalwhite/lemurs
synced 2024-11-28 20:50:22 +00:00
Fix typos in config.toml
This commit is contained in:
parent
9bc429735c
commit
9e77e702f4
1 changed files with 2 additions and 2 deletions
|
@ -306,9 +306,9 @@ content_color_focused = "orange"
|
||||||
|
|
||||||
# Enables showing the borders
|
# Enables showing the borders
|
||||||
show_border = true
|
show_border = true
|
||||||
# The borders' color and modifiers whilst the username field is unfocused
|
# The borders' color and modifiers whilst the password field is unfocused
|
||||||
border_color = "white"
|
border_color = "white"
|
||||||
# The borders' color and modifiers whilst the username field is focused
|
# The borders' color and modifiers whilst the password field is focused
|
||||||
border_color_focused = "orange"
|
border_color_focused = "orange"
|
||||||
|
|
||||||
# Constrain the width of the password field
|
# Constrain the width of the password field
|
||||||
|
|
Loading…
Reference in a new issue