test
This commit is contained in:
parent
5294afd8eb
commit
10ae5eee3d
1 changed files with 11 additions and 11 deletions
|
@ -23,7 +23,7 @@
|
|||
disable-caps-lock-text = true;
|
||||
|
||||
# OTHER
|
||||
key-hl-color = "fe8019"; #fe8019 # Sets the color of the key press highlight segments.
|
||||
key-hl-color = "b8bb26"; #b8bb26 # Sets the color of the key press 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.
|
||||
# DEFAULT
|
||||
|
@ -37,7 +37,7 @@
|
|||
text-ver-color = "83a59800"; #83a59800 # Sets the color of the text when verifying.
|
||||
inside-ver-color = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when verifying.
|
||||
# WRONG
|
||||
ring-wrong-color = "fe8019"; #fb4934 # Sets the color of the ring of the indicator when invalid.
|
||||
ring-wrong-color = "fb4934"; #fb4934 # Sets the color of the ring of the indicator when invalid.
|
||||
line-wrong-color = "ebdbb200"; #ebdbb200 # Sets the color of the line between the inside and ring when invalid.
|
||||
text-wrong-color = "83a59800"; #83a59800 # Sets the color of the text when invalid.
|
||||
inside-wrong-color = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when invalid.
|
||||
|
|
Loading…
Reference in a new issue