test
This commit is contained in:
parent
657a5408e9
commit
b71f90af51
1 changed files with 9 additions and 9 deletions
|
@ -24,18 +24,18 @@
|
||||||
|
|
||||||
text-color = "83a598"; #83a598 # Sets the color of the text.
|
text-color = "83a598"; #83a598 # Sets the color of the text.
|
||||||
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
|
separator-color = "ebdbb200"; #ebdbb2 # Sets the color of the lines that separate highlight segments.
|
||||||
|
|
||||||
inside-color="00000099"; #000000 # Sets the color of the inside of the indicator.
|
inside-color="00000099"; #000000 # Sets the color of the inside of the indicator.
|
||||||
inside-clear-color="00000099"; # Sets the color of the inside of the indicator when cleared.
|
inside-clear-color="00000099"; #000000 # Sets the color of the inside of the indicator when cleared.
|
||||||
inside-caps-lock-color="00000099"; # Sets the color of the inside of the indicator 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.
|
||||||
inside-ver-color="00000099"; # Sets the color of the inside of the indicator when verifying.
|
inside-ver-color="00000099"; #000000 # Sets the color of the inside of the indicator when verifying.
|
||||||
inside-wrong-color="00000099"; # Sets the color of the inside of the indicator when invalid.
|
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 = ""; # Sets the color of the ring of the indicator when cleared.
|
ring-clear-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when cleared.
|
||||||
ring-caps-lock-color = ""; # 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 = ""; # Sets the color of the ring of the indicator when verifying.
|
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.
|
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-color = "ebdbb200"; #ebdbb2 # Sets the color of the line between the inside and ring.
|
||||||
|
|
Loading…
Reference in a new issue