AmazingFeature - [Feature/themes] Added Themes for the tool#20
Open
Kabiirk wants to merge 4 commits intoradixdevs:mainfrom
Open
AmazingFeature - [Feature/themes] Added Themes for the tool#20Kabiirk wants to merge 4 commits intoradixdevs:mainfrom
Kabiirk wants to merge 4 commits intoradixdevs:mainfrom
Conversation
|
@Kabiirk sorry to ruin this for you, but all of the code in this repo is fake and not actually used. |
Author
|
Oh lol, in any case, I got to brush up my webdev & got some good project ideas like creating something similar to |
|
Pretty cool stuff |
Owner
|
@Kabiirk keep up the good stuff mate, you have a really bright future ahead of you...
|
Author
|
Thanks a lot for your kind words ! 🙌 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey BTC Team !
I had participated in the First BTC & really liked it. I was really looking forward to BTC2 and absolutely Love❤️ this year's theme and design. I stumbled upon this plugin while exploring the BTC2 website (
My Computer > CheatCodes.txt) (Haven't used the cheats myself I swear lol) & I saw I could contribute to this, so I did ! Please let me know what you guys think !What I did
I created a few themes for the tool which the user can switch to while using the tool. The themes currently available are :
Changes in the UI:
350pxto400pxto fit the dropdown.Coding+Design choices & Files edited
Coding choices
Instead of writing a separate
theme.jsscript, I decided to use a<script>tag (writing js inline) within the body so as to reduce extra https requests for a separate .js script, which may affect the efficiency ( reference1, reference2 ) . If need be, I can create a separatetheme.js, no problem with that.Design choices
To adhere to the Windows98 theme used, I have changed only a few things like the Title bar color and the Icon used in Title bar as well as the Dialog Body.
Files Edited
The files I have edited are :
runhacx.htmlmain.cssFiles Added
I have also added the following
.pngimage files in../dist/img/for theming :run-dark.png(for the Dark theme)run-btc2.png(for the BTC2 theme)HOW DO THEY LOOK ???
I have been talking about what I did for quite while now ! So, without further ado, here's how they look !
Here's a short animation showing how the theme switching would work :

Let me know if any more changes are required from my end.
Regards,
KabiirK