Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add custom themes #113

Open
wants to merge 27 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
81de3d3
Add custom themes
gareththegeek Oct 28, 2023
63ce98b
npm audit fix
gareththegeek Oct 28, 2023
e7a55a5
Remove debug code
gareththegeek Oct 28, 2023
013aaff
Add theme routing
gareththegeek Oct 28, 2023
4c21c46
Created Void legend folder / theme directory
sentinelgreg Oct 28, 2023
74c68d4
Void legend en.json
sentinelgreg Oct 28, 2023
9491cdf
DMI Folder
sentinelgreg Oct 28, 2023
6e6a1bf
DMI copy file
sentinelgreg Oct 28, 2023
872c8e4
Update index.json
sentinelgreg Oct 28, 2023
0a0f181
Trying out color changes - really not sure what to do about the greys…
sentinelgreg Oct 30, 2023
7cbc3ef
Use semantic names
gareththegeek Oct 30, 2023
e87df37
Symantic variable names
gareththegeek Oct 30, 2023
8038aa2
Add custom fonts
gareththegeek Oct 30, 2023
49f0de3
Added text and styles for DMI.
sentinelgreg Nov 13, 2023
ed574de
Update dropdown style
gareththegeek Nov 13, 2023
76e3f35
Remove newline from json
gareththegeek Nov 13, 2023
dc5e9f4
Updated color scheme after input from Tim
sentinelgreg Nov 14, 2023
8162a8f
Add named tags to translations
gareththegeek Nov 14, 2023
8979355
Merge branch 'themes' of https://github.com/gareththegeek/rollagon in…
sentinelgreg Nov 14, 2023
04aa327
Allow images to be customised
gareththegeek Nov 15, 2023
52b5385
Fix alignment of divider in Firefox
gareththegeek Nov 16, 2023
33f0627
Add theme settings for font size, spacing and line height
gareththegeek Nov 16, 2023
a385c2b
Allow font weight to be customised
gareththegeek Nov 16, 2023
5d9f739
Added images, removed Void Legend theme
sentinelgreg Nov 16, 2023
f77eaa0
Tweaked font files. Pretty happy with them
sentinelgreg Nov 17, 2023
b03c1f2
Add buttton select colour and fix harm translation
gareththegeek Nov 19, 2023
1b07169
Added a new sidebar image, added new select color
sentinelgreg Nov 20, 2023
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
2 changes: 2 additions & 0 deletions client/public/themes/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@
"themes": [
{ "name": "Agon", "folder": "agon", "default": true },
{ "name": "Test", "folder": "test" }
{ "name": "Void Legend", "folder": "void legend" }
{ "name": "Deathmatch Island", "folder": "dmi" }
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Folder should not contain spaces

]
}