backend-infra-engineer: Release v0.3.0 snapshot
This commit is contained in:
5770
assets/asm/ZSCustomOverworld_v3.asm
Normal file
5770
assets/asm/ZSCustomOverworld_v3.asm
Normal file
File diff suppressed because it is too large
Load Diff
1
assets/asm/usdasm
Submodule
1
assets/asm/usdasm
Submodule
Submodule assets/asm/usdasm added at d53311a54a
@@ -15,7 +15,7 @@ endif
|
||||
!ZS_CUSTOM_OVERWORLD = 1
|
||||
|
||||
if !ZS_CUSTOM_OVERWORLD != 0
|
||||
incsrc "ZSCustomOverworld.asm"
|
||||
incsrc "ZSCustomOverworld_v3.asm"
|
||||
endif
|
||||
|
||||
}
|
||||
|
||||
62
assets/themes/cyberpunk.theme
Normal file
62
assets/themes/cyberpunk.theme
Normal file
@@ -0,0 +1,62 @@
|
||||
# Cyberpunk Theme
|
||||
# Neon-inspired futuristic theme
|
||||
name=Cyberpunk
|
||||
description=Neon-inspired futuristic theme
|
||||
author=YAZE Team
|
||||
version=1.0
|
||||
|
||||
[colors]
|
||||
# Primary colors (neon cyberpunk)
|
||||
primary=255,20,147,255
|
||||
secondary=0,255,255,255
|
||||
accent=255,0,128,255
|
||||
background=10,10,20,255
|
||||
surface=20,20,40,255
|
||||
|
||||
# Status colors
|
||||
error=255,50,100,255
|
||||
warning=255,255,0,255
|
||||
success=0,255,100,255
|
||||
info=100,200,255,255
|
||||
|
||||
# Text colors
|
||||
text_primary=255,255,255,255
|
||||
text_secondary=200,200,255,255
|
||||
text_disabled=100,100,150,255
|
||||
|
||||
# Window colors
|
||||
window_bg=15,15,30,240
|
||||
child_bg=10,10,25,200
|
||||
popup_bg=20,20,40,250
|
||||
|
||||
# Interactive elements
|
||||
button=40,20,60,255
|
||||
button_hovered=120,20,120,255
|
||||
button_active=160,40,160,255
|
||||
frame_bg=30,30,50,255
|
||||
frame_bg_hovered=40,40,70,255
|
||||
frame_bg_active=60,20,80,255
|
||||
|
||||
# Navigation
|
||||
header=30,10,50,255
|
||||
header_hovered=80,20,100,255
|
||||
header_active=120,40,140,255
|
||||
tab=25,15,45,255
|
||||
tab_hovered=60,30,80,255
|
||||
tab_active=100,20,120,255
|
||||
menu_bar_bg=20,10,40,255
|
||||
title_bg=25,15,45,255
|
||||
title_bg_active=30,10,50,255
|
||||
title_bg_collapsed=25,15,45,255
|
||||
|
||||
[style]
|
||||
window_rounding=10.0
|
||||
frame_rounding=8.0
|
||||
scrollbar_rounding=10.0
|
||||
grab_rounding=6.0
|
||||
tab_rounding=6.0
|
||||
window_border_size=1.0
|
||||
frame_border_size=1.0
|
||||
enable_animations=true
|
||||
enable_glow_effects=true
|
||||
animation_speed=1.5
|
||||
73
assets/themes/forest.theme
Normal file
73
assets/themes/forest.theme
Normal file
@@ -0,0 +1,73 @@
|
||||
# Forest Theme
|
||||
# Enhanced forest theme with better readability
|
||||
name=Forest
|
||||
description=Deep forest theme with enhanced readability
|
||||
author=YAZE Team
|
||||
version=1.0
|
||||
|
||||
[colors]
|
||||
# Primary colors (enhanced forest with better contrast)
|
||||
primary=100,180,120,255 # Brighter forest green
|
||||
secondary=70,130,85,255 # Mid forest green
|
||||
accent=130,220,150,255 # Light accent green
|
||||
background=15,25,15,255 # Darker background for contrast
|
||||
surface=25,35,25,255
|
||||
|
||||
# Status colors
|
||||
error=255,120,120,255
|
||||
warning=255,220,120,255
|
||||
success=100,180,120,255
|
||||
info=120,200,180,255
|
||||
|
||||
# Text colors (enhanced for readability)
|
||||
text_primary=250,255,250,255 # Very light for contrast
|
||||
text_secondary=220,240,220,255 # Light green tint
|
||||
text_disabled=150,170,150,255 # Brighter disabled text
|
||||
|
||||
# Window colors (better contrast)
|
||||
window_bg=20,30,20,240
|
||||
child_bg=15,25,15,200
|
||||
popup_bg=25,35,25,250
|
||||
|
||||
# Interactive elements (better visibility)
|
||||
button=70,110,80,255
|
||||
button_hovered=100,150,115,255
|
||||
button_active=130,180,145,255
|
||||
frame_bg=40,60,45,200
|
||||
frame_bg_hovered=55,80,60,220
|
||||
frame_bg_active=70,110,80,240
|
||||
|
||||
# Navigation (better contrast)
|
||||
header=55,85,60,255
|
||||
header_hovered=100,150,115,255
|
||||
header_active=130,180,145,255
|
||||
tab=45,75,50,255
|
||||
tab_hovered=70,110,80,255
|
||||
tab_active=100,150,115,255
|
||||
menu_bar_bg=40,70,45,255
|
||||
title_bg=50,80,55,255
|
||||
title_bg_active=55,85,60,255
|
||||
title_bg_collapsed=45,75,50,255
|
||||
|
||||
# Separators (better visibility)
|
||||
separator=120,160,130,180
|
||||
separator_hovered=150,200,160,220
|
||||
separator_active=180,240,190,255
|
||||
|
||||
# Scrollbars (better visibility)
|
||||
scrollbar_bg=40,60,45,180
|
||||
scrollbar_grab=80,120,90,200
|
||||
scrollbar_grab_hovered=100,150,115,230
|
||||
scrollbar_grab_active=130,180,145,255
|
||||
|
||||
[style]
|
||||
window_rounding=6.0
|
||||
frame_rounding=4.0
|
||||
scrollbar_rounding=6.0
|
||||
grab_rounding=3.0
|
||||
tab_rounding=3.0
|
||||
window_border_size=0.0
|
||||
frame_border_size=0.0
|
||||
enable_animations=true
|
||||
enable_glow_effects=false
|
||||
animation_speed=1.0
|
||||
73
assets/themes/midnight.theme
Normal file
73
assets/themes/midnight.theme
Normal file
@@ -0,0 +1,73 @@
|
||||
# Midnight Theme
|
||||
# Enhanced midnight theme with better readability
|
||||
name=Midnight
|
||||
description=Deep blue midnight theme with enhanced readability
|
||||
author=YAZE Team
|
||||
version=1.0
|
||||
|
||||
[colors]
|
||||
# Primary colors (enhanced midnight with better contrast)
|
||||
primary=100,160,230,255 # Brighter blue
|
||||
secondary=70,120,180,255 # Mid blue
|
||||
accent=140,200,255,255 # Light blue accent
|
||||
background=10,15,25,255 # Darker background for contrast
|
||||
surface=20,25,35,255
|
||||
|
||||
# Status colors
|
||||
error=255,120,120,255
|
||||
warning=255,220,120,255
|
||||
success=120,255,180,255
|
||||
info=140,200,255,255
|
||||
|
||||
# Text colors (enhanced for readability)
|
||||
text_primary=245,250,255,255 # Very light blue-white
|
||||
text_secondary=200,220,240,255 # Light blue tint
|
||||
text_disabled=140,160,180,255 # Brighter disabled text
|
||||
|
||||
# Window colors (better contrast)
|
||||
window_bg=15,20,30,240
|
||||
child_bg=10,15,25,200
|
||||
popup_bg=20,25,35,250
|
||||
|
||||
# Interactive elements (better visibility)
|
||||
button=50,80,120,255
|
||||
button_hovered=80,120,160,255
|
||||
button_active=110,150,190,255
|
||||
frame_bg=30,45,65,200
|
||||
frame_bg_hovered=40,60,85,220
|
||||
frame_bg_active=60,90,130,240
|
||||
|
||||
# Navigation (better contrast)
|
||||
header=40,65,100,255
|
||||
header_hovered=70,110,150,255
|
||||
header_active=100,140,180,255
|
||||
tab=30,55,90,255
|
||||
tab_hovered=50,80,120,255
|
||||
tab_active=70,110,150,255
|
||||
menu_bar_bg=25,50,85,255
|
||||
title_bg=35,60,95,255
|
||||
title_bg_active=40,65,100,255
|
||||
title_bg_collapsed=30,55,90,255
|
||||
|
||||
# Separators (better visibility)
|
||||
separator=100,140,180,180
|
||||
separator_hovered=130,170,210,220
|
||||
separator_active=160,200,240,255
|
||||
|
||||
# Scrollbars (better visibility)
|
||||
scrollbar_bg=30,45,65,180
|
||||
scrollbar_grab=70,110,150,200
|
||||
scrollbar_grab_hovered=100,140,180,230
|
||||
scrollbar_grab_active=130,170,210,255
|
||||
|
||||
[style]
|
||||
window_rounding=8.0
|
||||
frame_rounding=6.0
|
||||
scrollbar_rounding=8.0
|
||||
grab_rounding=4.0
|
||||
tab_rounding=6.0
|
||||
window_border_size=0.0
|
||||
frame_border_size=0.0
|
||||
enable_animations=true
|
||||
enable_glow_effects=true
|
||||
animation_speed=1.2
|
||||
62
assets/themes/sunset.theme
Normal file
62
assets/themes/sunset.theme
Normal file
@@ -0,0 +1,62 @@
|
||||
# Sunset Theme
|
||||
# Warm orange and purple sunset theme
|
||||
name=Sunset
|
||||
description=Warm orange and purple sunset theme
|
||||
author=YAZE Team
|
||||
version=1.0
|
||||
|
||||
[colors]
|
||||
# Primary colors (sunset)
|
||||
primary=255,140,60,255
|
||||
secondary=200,100,150,255
|
||||
accent=255,180,100,255
|
||||
background=30,20,35,255
|
||||
surface=40,30,45,255
|
||||
|
||||
# Status colors
|
||||
error=255,100,120,255
|
||||
warning=255,200,100,255
|
||||
success=150,255,150,255
|
||||
info=150,200,255,255
|
||||
|
||||
# Text colors
|
||||
text_primary=255,245,235,255
|
||||
text_secondary=220,200,180,255
|
||||
text_disabled=150,130,120,255
|
||||
|
||||
# Window colors
|
||||
window_bg=35,25,40,240
|
||||
child_bg=30,20,35,200
|
||||
popup_bg=40,30,45,250
|
||||
|
||||
# Interactive elements
|
||||
button=60,40,70,255
|
||||
button_hovered=120,80,100,255
|
||||
button_active=150,100,120,255
|
||||
frame_bg=45,35,50,255
|
||||
frame_bg_hovered=55,45,60,255
|
||||
frame_bg_active=80,60,90,255
|
||||
|
||||
# Navigation
|
||||
header=50,35,60,255
|
||||
header_hovered=100,70,90,255
|
||||
header_active=130,90,110,255
|
||||
tab=40,30,50,255
|
||||
tab_hovered=70,50,70,255
|
||||
tab_active=100,70,90,255
|
||||
menu_bar_bg=35,25,45,255
|
||||
title_bg=40,30,50,255
|
||||
title_bg_active=50,35,60,255
|
||||
title_bg_collapsed=40,30,50,255
|
||||
|
||||
[style]
|
||||
window_rounding=12.0
|
||||
frame_rounding=8.0
|
||||
scrollbar_rounding=12.0
|
||||
grab_rounding=6.0
|
||||
tab_rounding=8.0
|
||||
window_border_size=0.0
|
||||
frame_border_size=0.0
|
||||
enable_animations=true
|
||||
enable_glow_effects=false
|
||||
animation_speed=1.0
|
||||
95
assets/themes/yaze_tre.theme
Normal file
95
assets/themes/yaze_tre.theme
Normal file
@@ -0,0 +1,95 @@
|
||||
# YAZE Tre Theme - Enhanced Edition
|
||||
# Premium theme resource edition with improved colors and contrast
|
||||
name=YAZE Tre
|
||||
description=Enhanced YAZE theme with improved readability and modern colors
|
||||
author=YAZE Team
|
||||
version=2.0
|
||||
|
||||
[colors]
|
||||
# Primary colors (enhanced ALTTP colors with better contrast)
|
||||
primary=105,135,105,255 # Brighter green for better visibility
|
||||
secondary=85,110,85,255 # Mid-tone green with more saturation
|
||||
accent=110,145,110,255 # Vibrant accent green for highlights
|
||||
background=12,12,15,255 # Slightly blue-tinted dark background
|
||||
surface=18,18,22,255 # Warmer surface color
|
||||
|
||||
# Status colors (enhanced for better visibility)
|
||||
error=235,75,75,255 # Brighter red for better visibility
|
||||
warning=255,200,50,255 # Warmer yellow-orange
|
||||
success=105,135,105,255 # Match primary green
|
||||
info=70,170,255,255 # Brighter blue
|
||||
|
||||
# Text colors (enhanced contrast)
|
||||
text_primary=245,245,245,255 # Brighter white for better readability
|
||||
text_secondary=200,200,200,255 # Higher contrast secondary text
|
||||
text_disabled=140,140,140,255 # Slightly brighter disabled text
|
||||
|
||||
# Window colors (enhanced backgrounds)
|
||||
window_bg=12,12,15,230 # Slightly blue-tinted with transparency
|
||||
child_bg=0,0,0,0 # Transparent child backgrounds
|
||||
popup_bg=20,20,25,240 # Warmer popup background
|
||||
|
||||
# Interactive elements (enhanced for better UX)
|
||||
button=85,110,85,255 # Enhanced mid-green for better visibility
|
||||
button_hovered=135,160,135,255 # Brighter hover state
|
||||
button_active=105,135,105,255 # Active state matches primary
|
||||
frame_bg=25,25,30,150 # Darker frames with transparency
|
||||
frame_bg_hovered=85,110,85,120 # Green tint on hover
|
||||
frame_bg_active=105,135,105,180 # Primary green when active
|
||||
|
||||
# Navigation (enhanced contrast)
|
||||
header=55,75,55,255 # Slightly brighter header
|
||||
header_hovered=105,135,105,255 # Primary green on hover
|
||||
header_active=85,110,85,255 # Secondary green when active
|
||||
tab=45,60,45,255 # Darker tab background
|
||||
tab_hovered=85,110,85,255 # Secondary green on hover
|
||||
tab_active=110,145,110,255 # Accent green for active tab
|
||||
menu_bar_bg=55,75,55,255 # Match header background
|
||||
title_bg=85,110,85,255 # Secondary green
|
||||
title_bg_active=55,75,55,255 # Darker when active
|
||||
title_bg_collapsed=85,110,85,255 # Secondary green when collapsed
|
||||
|
||||
# Borders and separators (exact from original)
|
||||
border=92,115,92,255 # allttpLightGreen
|
||||
border_shadow=0,0,0,0 # No shadow in original
|
||||
separator=127,127,127,153 # 0.50f, 0.50f, 0.50f, 0.60f
|
||||
separator_hovered=153,153,178,255 # 0.60f, 0.60f, 0.70f
|
||||
separator_active=178,178,230,255 # 0.70f, 0.70f, 0.90f
|
||||
|
||||
# Scrollbars (exact from original)
|
||||
scrollbar_bg=92,115,92,153 # 0.36f, 0.45f, 0.36f, 0.60f
|
||||
scrollbar_grab=92,115,92,76 # 0.36f, 0.45f, 0.36f, 0.30f (exact)
|
||||
scrollbar_grab_hovered=92,115,92,102 # 0.36f, 0.45f, 0.36f, 0.40f
|
||||
scrollbar_grab_active=92,115,92,153 # 0.36f, 0.45f, 0.36f, 0.60f
|
||||
|
||||
# Resize grips (exact from original - these are light blue, not white!)
|
||||
resize_grip=255,255,255,26 # 1.00f, 1.00f, 1.00f, 0.10f
|
||||
resize_grip_hovered=199,209,255,153 # 0.78f, 0.82f, 1.00f, 0.60f (light blue!)
|
||||
resize_grip_active=199,209,255,230 # 0.78f, 0.82f, 1.00f, 0.90f (light blue!)
|
||||
|
||||
# Additional controls (enhanced)
|
||||
check_mark=245,245,245,200 # Brighter check marks for visibility
|
||||
slider_grab=180,180,180,120 # More visible slider grab
|
||||
slider_grab_active=110,145,110,200 # Accent color when active
|
||||
|
||||
# Table colors (enhanced)
|
||||
table_header_bg=55,75,55,255 # Slightly brighter header
|
||||
table_border_strong=85,110,85,255 # Secondary green borders
|
||||
table_border_light=70,70,75,255 # Better contrast light borders
|
||||
table_row_bg=0,0,0,0 # Transparent
|
||||
table_row_bg_alt=255,255,255,25 # Slightly more visible alternating rows
|
||||
|
||||
# Link colors (high contrast for better visibility)
|
||||
text_link=120,200,255,255 # Bright blue for links - high contrast against dark backgrounds
|
||||
|
||||
[style]
|
||||
window_rounding=0.0
|
||||
frame_rounding=5.0
|
||||
scrollbar_rounding=5.0
|
||||
grab_rounding=3.0
|
||||
tab_rounding=0.0
|
||||
window_border_size=0.0
|
||||
frame_border_size=0.0
|
||||
enable_animations=true
|
||||
enable_glow_effects=false
|
||||
animation_speed=1.0
|
||||
BIN
assets/yaze.icns
Normal file
BIN
assets/yaze.icns
Normal file
Binary file not shown.
Reference in New Issue
Block a user