99</ head >
1010< body >
1111 < div class ="titlebar " style ="app-region: drag; ">
12- < h2 class ="titlebar-h1 " style ="app-region: drag; "> Iota's Notepad</ h2 >
12+ < div class ="titlebar-branding " style ="app-region: drag; ">
13+ < img src ="assets/icon.png " alt ="Iota's Notepad " class ="titlebar-icon " style ="app-region: drag; ">
14+ < h2 class ="titlebar-h2 " style ="app-region: drag; "> Iota's Notepad</ h2 >
15+ </ div >
1316 < div class ="titlebar-actions " style ="app-region: no-drag; ">
1417 < button title ="Exports a selected note from the modal list " class ="button " onclick ="openExportModal() "> Export</ button >
1518 < input type ="file " accept =".txt " id ="importNotesInput " style ="display:none " onchange ="importNotes(event) ">
@@ -59,27 +62,33 @@ <h2 class="modal-h2">Click on an item to export</h2>
5962 </ div >
6063 </ div >
6164 < div id ="settingsModal " class ="modal ">
62- < div class ="modal-content ">
65+ < div class ="modal-content settings-modal-content ">
6366 < span class ="close " onclick ="closeSettingsModal() "> ×</ span >
6467 < div style ="display: flex; justify-content: space-between; ">
6568 < div class ="settings-section ">
6669 < h2 class ="modal-h2 "> Settings</ h2 >
67- < label for ="timeFormat "> Time Format:</ label >
68- < select id ="timeFormat " class ="dropdown ">
69- < option value ="12 "> 12-hour</ option >
70- < option value ="24 "> 24-hour</ option >
71- </ select >
72- < label for ="themeFlavor "> Theme Flavor:</ label >
73- < select id ="themeFlavor " class ="dropdown " onchange ="loadTheme(this.value) ">
74- < option value ="mocha "> Mocha</ option >
75- < option value ="mochaMica "> Mocha (Mica)</ option >
76- <!-- <option value="latte">Latte</option> -->
77- <!-- Commented because i have no idea how to make the window controls symbol colors change based on contrast -->
78- < option value ="frappe "> Frappe</ option >
79- < option value ="frappeMica "> Frappe (Mica)</ option >
80- < option value ="macchiato "> Macchiato</ option >
81- < option value ="macchiatoMica "> Macchiato (Mica)</ option >
82- </ select >
70+ < div class ="settings-inputs ">
71+ < p class ="settings-label "> Time Format:</ p >
72+ < select id ="timeFormat " class ="dropdown settings-dropdown ">
73+ < option value ="12 "> 12-hour</ option >
74+ < option value ="24 "> 24-hour</ option >
75+ </ select >
76+ </ div >
77+ < div class ="settings-inputs ">
78+ < p class ="settings-label "> Theme Flavor:</ p >
79+ < select id ="themeFlavor " class ="dropdown settings-dropdown " onchange ="loadTheme(this.value) ">
80+ < option value ="mocha "> Mocha</ option >
81+ < option value ="mochaMica "> Mocha (Mica)</ option >
82+ <!-- <option value="latte">Latte</option> -->
83+ <!-- Commented because i have no idea how to make the window controls symbol colors change based on contrast -->
84+ < option value ="frappe "> Frappe</ option >
85+ < option value ="frappeMica "> Frappe (Mica)</ option >
86+ < option value ="macchiato "> Macchiato</ option >
87+ < option value ="macchiatoMica "> Macchiato (Mica)</ option >
88+ < option value ="clearDark "> Clear Dark</ option >
89+ < option value ="clearDarkMica "> Clear Dark (Mica)</ option >
90+ </ select >
91+ </ div >
8392 < div class ="settings-buttons ">
8493 < button class ="settings-button " onclick ="document.getElementById('importThemeInput').click() "> Import theme</ button >
8594 < input type ="file " accept =".json " id ="importThemeInput " style ="display:none " onchange ="importTheme(event) ">
@@ -90,10 +99,12 @@ <h2 class="modal-h2">Settings</h2>
9099 < div class ="divider "> </ div >
91100 < div class ="about-section ">
92101 < h2 class ="modal-h2 "> About</ h2 >
93- < p id ="appVersion "> Version: </ p >
94- < p id ="electronVersion "> Electron Version: </ p >
95- < p id ="nodeVersion "> Node.js Version: </ p >
96- < p id ="chromeVersion "> Chrome Version: </ p >
102+ < div class ="about-versions ">
103+ < p id ="appVersion " class ="version "> Version: </ p >
104+ < p id ="electronVersion " class ="version "> Electron Version: </ p >
105+ < p id ="nodeVersion " class ="version "> Node.js Version: </ p >
106+ < p id ="chromeVersion " class ="version "> Chrome Version: </ p >
107+ </ div >
97108 < button class ="about-button " onclick ="checkForUpdates() "> Check for Updates</ button >
98109 < button class ="about-button " id ="open-dev-tools " onclick ="window.API.openDevTools() "> Open DevTools</ button >
99110 </ div >
0 commit comments