Skip to content

Commit f09f396

Browse files
Add Dark Terminal and Light Theme options
1 parent 40d11e3 commit f09f396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapps/gofile.io/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,8 @@ <h2><i class="fas fa-code"></i> GoFile Index CodeGen</h2>
614614
<div class="input-group theme-selector">
615615
<label for="themeSelect">Code Template</label>
616616
<select id="themeSelect">
617-
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/index.js">Light Theme</option>
617+
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/terminal_dark.js">Dark Terminal Theme(WORKING)</option>
618+
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/index.js">Light Theme(WORKING)</option>
618619
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/lite-http-server.js">Simple HTML Server Theme</option>
619620
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/blue-white.js">Dark Theme</option>
620621
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/beta(shared_link_support).js">Beta- Shared/public link Support</option>

0 commit comments

Comments
 (0)