This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
init -1 style default: | |
properties gui.text_properties() | |
language gui.language | |
init -1 style input: | |
properties gui.text_properties("input", accent=True) | |
adjust_spacing False | |
init -1 style hyperlink_text: | |
properties gui.text_properties("hyperlink", accent=True) |