Skip to content

Commit

Permalink
Update default simple skin
Browse files Browse the repository at this point in the history
  • Loading branch information
solstice23 committed Sep 6, 2024
1 parent 76de6e2 commit 1791286
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 11 deletions.
Binary file modified src/assets/simple-skin.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/assets/simple-skin/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/simple-skin/skin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[Colour]
Combo1: 255,255,255
Nevertint: true
3 changes: 3 additions & 0 deletions src/modules/Navbar/SettingsPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ function SkinSelector() {
<div className="skin-selector-title">
Skin
</div>
<div className="skin-selector-description">
Drag and drop .osk files to import skins
</div>
<div className="skin-selector-content">
<Skin id="default-classic" name="Default - Classic" onSelect={() => loadPresetSkin("default-classic")} selected={skinID === "default-classic"} />
<Skin id="default-simple" name="Default - Simple" onSelect={() => loadPresetSkin("default-simple")} selected={skinID === "default-simple"} />
Expand Down
7 changes: 7 additions & 0 deletions src/modules/Navbar/SettingsPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,13 @@
font-size: 1.05em;
font-weight: 500;
padding: 10px 20px;
padding-bottom: 5px;
}
.skin-selector-description {
font-size: 0.8em;
opacity: 0.7;
padding: 0 20px;
margin-bottom: 10px;
}
.skin-item {
display: flex;
Expand Down

0 comments on commit 1791286

Please sign in to comment.