test
This commit is contained in:
parent
5e0a785367
commit
e5d994fea6
1 changed files with 6 additions and 6 deletions
|
@ -34,23 +34,23 @@
|
|||
# VERIFYING
|
||||
ring-ver-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator 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 = "83a59800"; #83a59800 # Sets the color of the text when verifying.
|
||||
inside-ver-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when verifying.
|
||||
# WRONG
|
||||
ring-wrong-color = "fe8019"; #fe8019 # Sets the color of the ring of the indicator when invalid.
|
||||
ring-wrong-color = "fe8019"; #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 = "83a598"; #83a598 # Sets the color of the text when invalid.
|
||||
text-wrong-color = "83a59800"; #83a59800 # Sets the color of the text when invalid.
|
||||
inside-wrong-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when invalid.
|
||||
# CAPS-LOCK
|
||||
ring-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when Caps Lock is active.
|
||||
line-caps-lock-color = "d65d0e00"; #d65d0e00 # Sets the color of the line between the inside and ring when Caps Lock is active.
|
||||
text-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the text when Caps Lock is active.
|
||||
inside-caps-lock-color = "00000099"; #000000 # Sets the color of the inside of the indicator when Caps Lock is active.
|
||||
text-caps-lock-color = "d65d0e00"; #d65d0e00 # Sets the color of the text when Caps Lock is active.
|
||||
inside-caps-lock-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when Caps Lock is active.
|
||||
# CLEAR
|
||||
ring-clear-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when cleared.
|
||||
line-clear-color = "928374FF"; #928374 # Sets the color of the line between the inside and ring when cleared.
|
||||
text-clear-color = "92837400"; #928374 # Sets the color of the text when cleared.
|
||||
inside-clear-color = "00000099"; #000000 # Sets the color of the inside of the indicator when cleared.
|
||||
inside-clear-color = "3c3836"; #3c3836 # Sets the color of the inside of the indicator when cleared.
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue