diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-13 18:23:26 -0500 |
| commit | cf398017664b64136d2a85f2d86e374dc55e3c2a (patch) | |
| tree | d2d3541f971429360bb95277467a99c9a644adec /scripts/theme-studio/theme-studio.template.html | |
| parent | 44416188eb9cec0d3190052517e3e0ba8328c277 (diff) | |
| download | dotemacs-cf398017664b64136d2a85f2d86e374dc55e3c2a.tar.gz dotemacs-cf398017664b64136d2a85f2d86e374dc55e3c2a.zip | |
Remove theme studio save button
Diffstat (limited to 'scripts/theme-studio/theme-studio.template.html')
| -rw-r--r-- | scripts/theme-studio/theme-studio.template.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index bc043317..93087152 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -6,7 +6,6 @@ STYLES_CSS</style> <div class="saveload"> <div class="filebar end"> <label style="color:#b4b1a2">theme name</label><input type="text" id="themename" value="" placeholder="untitled" oninput="updateTitle()" style="background:#161412;border:1px solid #252321;color:#cdced1;border-radius:4px;padding:5px 8px;font:10pt monospace;width:200px"> - <button id="savebtn" onclick="saveTheme()" style="display:none">💾 save</button> <button onclick="exportTheme()">⬇ export</button> <button class="fbtn" onclick="importTheme()">⬆ import</button><input type="file" id="fileinput" accept=".json" onchange="importFile(event)" style="display:none"> <button id="jsonbtn" onclick="toggleJSON()">show</button> |
