Skip to content

Revert "Easter" #10

Merged
merged 1 commit into from
Mar 23, 2026
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Designer.png
Binary file not shown.
Binary file removed clock-face-easter.png
Binary file not shown.
27 changes: 0 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@
<option value="saami">Sámi</option>
<option value="spring">Spring</option>
<option value="waffle">Waffle Day</option>
<option value="easter">Easter</option>
</select>
</div>
<div class="theme-date-range" id="theme-date-info"></div>
Expand Down Expand Up @@ -1563,32 +1562,6 @@
gjovik: 'Vaffelvik'
}
},
easter: {
dateRange: { startMonth: 2, startDay: 26, endMonth: 3, endDay: 5 }, // Mar 26 - Apr 5
clockFace: 'clock-face-easter.png',
clockFaceScale: 'cover',
background: 'easter-bg.png',
backgroundSize: 'cover',
backgroundRepeat: 'no-repeat',
backgroundPosition: 'center',
backgroundAttachment: 'fixed',
textColor: '#E3B437', // Easter yellow
centerDotColor: 'radial-gradient(circle, #FFFDEB 20%, #FFF5B5 45%, #FFE57A 75%, #F7C948 100%)', // Soft-to-rich yellow gradient
centerDotBorder: '#D4A72C', // Golden yellow border
handColors: {
hour: '#6E5211',
minute: '#8A6616',
second: '#A8781B'
},
clockContainer: {
background: 'rgba(255, 244, 184, 0.16)',
backdropFilter: 'blur(5px)',
borderRadius: '20px',
border: '1px solid rgba(247, 201, 72, 0.55)',
boxShadow: '0 8px 32px rgba(227, 180, 55, 0.28)'
},
handGlow: '0 0 6px rgba(60,44,10,0.45)'
},
default: {
clockFace: 'clock-face.png',
clockFaceScale: 'cover',
Expand Down