0% found this document useful (0 votes)
11 views3 pages

Gui

The document outlines the GUI configurations for a professional gothic-themed visual novel titled 'Dark Lord.' It specifies various design elements such as colors, fonts, button styles, and layout settings for different components like text boxes, buttons, and navigation bars. The configurations aim to create an immersive and visually appealing user interface.

Uploaded by

queenxlord1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views3 pages

Gui

The document outlines the GUI configurations for a professional gothic-themed visual novel titled 'Dark Lord.' It specifies various design elements such as colors, fonts, button styles, and layout settings for different components like text boxes, buttons, and navigation bars. The configurations aim to create an immersive and visually appealing user interface.

Uploaded by

queenxlord1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

# === GUI CONFIGURATIONS ===

# Professional GUI for Dark Lord Visual Novel with gothic theme

init -100 python:


gui.window_background = Solid("#1C2526")
gui.textbox_background = Solid("#00000080")
gui.textbox_yalign = 0.95
gui.textbox_xalign = 0.5
gui.textbox_xsize = 1000
gui.textbox_ysize = 180
gui.textbox_xpadding = 15
gui.textbox_ypadding = 10

gui.name_textbox_background = Solid("#FFD70080")
gui.name_textbox_xalign = 0.05
gui.name_textbox_yalign = 0.0
gui.name_textbox_xsize = 200
gui.name_textbox_ysize = 40

gui.default_font = "[Link]"
gui.name_text_font = "[Link]"
gui.interface_text_font = "[Link]"
gui.text_size = 22
gui.name_text_size = 26
gui.interface_text_size = 20
gui.label_text_size = 24

gui.text_color = "#E0E0E0"
gui.name_text_color = "#FFD700"
gui.dialogue_color = "#FFFFFF"
gui.interface_text_color = "#D4A017"
gui.accent_color = "#8B0000"
gui.muted_color = "#4B4B4B"

gui.button_background = Solid("#3C3F41")
gui.button_hover_background = Solid("#8B0000")
gui.button_selected_background = Solid("#FFD70080")
gui.button_text_color = "#FFFFFF"
gui.button_text_hover_color = "#FFD700"
gui.button_text_selected_color = "#FFFFFF"
gui.button_text_size = 20
gui.button_xpadding = 15
gui.button_ypadding = 8

gui.choice_button_background = Solid("#3C3F41")
gui.choice_button_hover_background = Solid("#8B0000")
gui.choice_button_selected_background = Solid("#FFD70080")
gui.choice_button_text_color = "#FFFFFF"
gui.choice_button_text_hover_color = "#FFD700"
gui.choice_button_text_size = 20
gui.choice_button_width = 700
gui.choice_button_yalign = 0.5
gui.choice_button_spacing = 6

gui.nav_bar_background = Solid("#1C2526")
gui.nav_button_background = Solid("#3C3F41")
gui.nav_button_hover_background = Solid("#8B0000")
gui.nav_button_selected_background = Solid("#FFD70080")
gui.nav_button_text_color = "#D4A017"
gui.nav_button_text_hover_color = "#FFFFFF"
gui.nav_button_text_size = 18
gui.nav_button_xpadding = 12
gui.nav_button_ypadding = 6

gui.frame_background = Solid("#2D2F30")
gui.frame_borders = Borders(15, 15, 15, 15)
gui.frame_xalign = 0.5
gui.frame_yalign = 0.5

gui.slider_background = Solid("#3C3F41")
gui.slider_thumb = Solid("#FFD700")
gui.slider_xsize = 300
gui.slider_thumb_xsize = 25
gui.slider_thumb_ysize = 25

style gothic_text:
font "[Link]"
color "#E0E0E0"
size 22
outlines [(1, "#000000", 0, 0)]

style gothic_button:
background Solid("#3C3F41")
hover_background Solid("#8B0000")
selected_background Solid("#FFD70080")
padding (15, 8)
xalign 0.5

style gothic_button_text:
font "[Link]"
color "#FFFFFF"
hover_color "#FFD700"
selected_color "#FFFFFF"
size 20
xalign 0.5
text_align 0.5

style magic_text:
font "[Link]"
color "#FF00FF"
size 18
outlines [(2, "#4B0082", 0, 0)]

style nav_button:
background Solid("#3C3F41")
hover_background Solid("#8B0000")
selected_background Solid("#FFD70080")
padding (12, 6)
xmargin 4

style nav_button_text:
font "[Link]"
color "#D4A017"
hover_color "#FFFFFF"
selected_color "#FFFFFF"
size 18
xalign 0.5
text_align 0.5
style options_label:
font "[Link]"
color "#FFD700"
size 24
xalign 0.5

style options_text:
font "[Link]"
color "#E0E0E0"
size 20
xalign 0.0

You might also like