test
This commit is contained in:
parent
c98f734de1
commit
0ae1a846ad
1 changed files with 4 additions and 4 deletions
|
@ -24,21 +24,21 @@
|
||||||
|
|
||||||
# OTHER
|
# OTHER
|
||||||
key-hl-color = "fe8019"; #fe8019 # Sets the color of the key press highlight segments.
|
key-hl-color = "fe8019"; #fe8019 # Sets the color of the key press highlight segments.
|
||||||
separator-color = "ebdbb200"; #ebdbb2 # Sets the color of the lines that separate highlight segments.
|
separator-color = "ebdbb2"; #ebdbb2 # Sets the color of the lines that separate highlight segments.
|
||||||
bs-hl-color = "d79921"; #d79921 # Sets the color of backspace highlight segments.
|
bs-hl-color = "d79921"; #d79921 # Sets the color of backspace highlight segments.
|
||||||
# DEFAULT
|
# DEFAULT
|
||||||
ring-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator.
|
ring-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator.
|
||||||
line-color = "ebdbb2"; #ebdbb2 # Sets the color of the line between the inside and ring.
|
line-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring.
|
||||||
text-color = "83a598"; #83a598 # Sets the color of the text.
|
text-color = "83a598"; #83a598 # Sets the color of the text.
|
||||||
inside-color = "1d202199"; #1d2021 # Sets the color of the inside of the indicator.
|
inside-color = "1d202199"; #1d2021 # Sets the color of the inside of the indicator.
|
||||||
# VERIFYING
|
# VERIFYING
|
||||||
ring-ver-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator when verifying.
|
ring-ver-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator when verifying.
|
||||||
line-ver-color = "ebdbb2"; #ebdbb2 # Sets the color of the line between the inside and ring when verifying.
|
line-ver-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring when verifying.
|
||||||
text-ver-color = "83a598"; #83a598 # Sets the color of the text when verifying.
|
text-ver-color = "83a598"; #83a598 # Sets the color of the text when verifying.
|
||||||
inside-ver-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when verifying.
|
inside-ver-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when verifying.
|
||||||
# WRONG
|
# WRONG
|
||||||
ring-wrong-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator when invalid.
|
ring-wrong-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator when invalid.
|
||||||
line-wrong-color = "ebdbb2"; #ebdbb2 # Sets the color of the line between the inside and ring when invalid.
|
line-wrong-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring when invalid.
|
||||||
text-wrong-color = "83a598"; #83a598 # Sets the color of the text when invalid.
|
text-wrong-color = "83a598"; #83a598 # Sets the color of the text when invalid.
|
||||||
inside-wrong-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when invalid.
|
inside-wrong-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when invalid.
|
||||||
# CAPS-LOCK
|
# CAPS-LOCK
|
||||||
|
|
Loading…
Reference in a new issue