This commit is contained in:
iFargle 2023-08-31 20:01:02 +09:00
parent 10ae5eee3d
commit aaf51f0bde

View file

@ -24,7 +24,7 @@
# OTHER # OTHER
key-hl-color = "b8bb26"; #b8bb26 # 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. separator-color = "ebdbb200"; #ebdbb200 # 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.
@ -47,9 +47,9 @@
text-caps-lock-color = "d65d0e00"; #d65d0e00 # Sets the color of the text 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 = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when Caps Lock is active. inside-caps-lock-color = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when Caps Lock is active.
# CLEAR # CLEAR
ring-clear-color = "d65d0e"; #d65d0e # Sets the color of the ring of the indicator when cleared. ring-clear-color = "bdae93"; #bdae93 # 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. line-clear-color = "92837400"; #92837400 # 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. text-clear-color = "92837400"; #92837400 # Sets the color of the text when cleared.
inside-clear-color = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when cleared. inside-clear-color = "3c383699"; #3c383699 # Sets the color of the inside of the indicator when cleared.
}; };