45 lines
2.1 KiB
TOML
45 lines
2.1 KiB
TOML
|
|
[quest_description]
|
|
#Auto-center all quest description text including headings.
|
|
#Can be toggled per-quest in-game with Shift+O while the quest panel is open.
|
|
#Default: false (left-aligned)
|
|
auto_center_text = true
|
|
#Disable rendering of quest subtitles in the View Quest Panel.
|
|
#Default: false
|
|
disable_quest_subtitle = false
|
|
#Convert legacy formatting symbols (like &e, &l) to native section formatting (§e, §l) for centering calculations.
|
|
#This ensures that formatting codes are not measured as actual, physical characters by the font renderer.
|
|
#Default: true
|
|
fix_centering_symbols = true
|
|
#A list of Snowee's Text Animator tags to ignore from blockquote parsing.
|
|
#Match types:
|
|
#1. EXACT match (e.g. '<glitch>' matches '<glitch>' literally)
|
|
#2. PREFIX match (e.g. '<glitch >' matches any tag starting with '<glitch' and ending with '>')
|
|
snowee_whitelist = ["<glitch>", "<glitch >"]
|
|
|
|
[search_styling]
|
|
#The spotlight/highlight color around matching quests (HEX format, e.g., #38BDF8 or #8838BDF8).
|
|
#Default: #38BDF8
|
|
search_spot_color = "#38BDF8"
|
|
#The background color of the chapter panel search bar (HEX format, e.g., #1E1F22 or #881E1F22).
|
|
#Default: #1E1F22
|
|
search_bar_background_color = "#1E1F22"
|
|
#The border color of the chapter panel search bar (HEX format, e.g., #3A3C43).
|
|
#Default: #3A3C43
|
|
search_bar_border_color = "#3A3C43"
|
|
#The text color of the chapter panel search bar (HEX format, e.g., #E3E5E8, or leave empty for default color).
|
|
#Default: #E3E5E8
|
|
search_bar_text_color = "#E3E5E8"
|
|
#The vertical position of the search bar in the chapter list panel.
|
|
#Allowed values: top, bottom
|
|
#Default: top
|
|
search_bar_alignment = "top"
|
|
#Whether the search bar should stay pinned at the top/bottom of the panel while scrolling, or scroll along with the list.
|
|
#Default: true
|
|
pin_search_bar = true
|
|
#[BETA] Enable the search bar and matching quest highlights in the chapter panel.
|
|
#WARNING: The pinned alignment behaves like an experimental overlay and can cause rendering overlaps/clipping when scrolling.
|
|
#Default: true
|
|
enable_search_bar = true
|
|
|