This commit is contained in:
iFargle 2023-08-31 19:44:30 +09:00
parent b71f90af51
commit c98f734de1

View file

@ -22,36 +22,36 @@
indicator-caps-lock = true; indicator-caps-lock = true;
disable-caps-lock-text = true; disable-caps-lock-text = true;
text-color = "83a598"; #83a598 # Sets the color of the text. # 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 = "ebdbb200"; #ebdbb2 # Sets the color of the lines that separate highlight segments.
bs-hl-color = "d79921"; #d79921 # Sets the color of backspace highlight segments.
inside-color="00000099"; #000000 # Sets the color of the inside of the indicator. # DEFAULT
inside-clear-color="00000099"; #000000 # Sets the color of the inside of the indicator when cleared.
inside-caps-lock-color="00000099";#000000 # Sets the color of the inside of the indicator when Caps Lock is active.
inside-ver-color="00000099"; #000000 # Sets the color of the inside of the indicator when verifying.
inside-wrong-color="00000099"; #000000 # Sets the color of the inside of the indicator when invalid.
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.
ring-clear-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when cleared. line-color = "ebdbb2"; #ebdbb2 # Sets the color of the line between the inside and ring.
text-color = "83a598"; #83a598 # Sets the color of the text.
inside-color = "1d202199"; #1d2021 # Sets the color of the inside of the indicator.
# 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.
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.
# WRONG
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.
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.
# CAPS-LOCK
ring-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when Caps Lock is active. ring-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when Caps Lock is active.
ring-ver-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when verifying.
ring-wrong-color = "f2594bD9"; #f2594bD9 # Sets the color of the ring of the indicator when invalid.
line-color = "ebdbb200"; #ebdbb2 # Sets the color of the line between the inside and ring.
line-clear-color = "ffd204FF"; #ffd204 # Sets the color of the line between the inside and ring when cleared.
line-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the line between the inside and ring when Caps Lock is active. line-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the line between the inside and ring when Caps Lock is active.
line-ver-color = "d9d8d8FF"; #d9d8d8FF # Sets the color of the line between the inside and ring when verifying.
line-wrong-color = "ee2e24FF"; #ee2e24FF # Sets the color of the line between the inside and ring when invalid.
text-clear-color = "ffd20400"; #ffd204 # Sets the color of the text when cleared.
text-ver-color = "d9d8d800"; #d9d8d8 # Sets the color of the text when verifying.
text-wrong-color = "ee2e2400"; #ee2e24 # Sets the color of the text when invalid.
bs-hl-color = "ee2e24FF"; #ee2e24FF # Sets the color of backspace highlight segments.
caps-lock-key-hl-color = "ffd204FF"; #ffd204FF # Sets the color of the key press highlight segments when Caps Lock is active.
caps-lock-bs-hl-color = "ee2e24FF"; #ee2e24FF # Sets the color of backspace highlight segments when Caps Lock is active.
text-caps-lock-color = "d65d0e"; #d65d0e # Sets the color of the text 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.
# 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.
}; };
}; };
} }