Skip to content

Commit

Permalink
deploy: d164634
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaytumal committed Jan 18, 2025
1 parent bddae7e commit d412e2e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Binary file added assets/groove-theme-editor.png
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 dist/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/themeEditor.js

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions theme-editor/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,26 @@ div.code-editor {
height: 100%;
width: 100%;
box-shadow: inset 0px 0px 0px 2px var(--metro-color-violet), 0px 10px 50px 0px var(--metro-color-violet), 0px 0px 0px 100vw rgba(0, 0, 0, 0.5);

&.alt {
&::after {
top: 75px !important;
}
}

&::after {
content: var(--selector-text);
position: fixed;
left: 50px;
bottom: 75px;
width: calc(100% - 100px);
height: max-content;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(20px);
box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
font-family: monospace;
font-size: 15px;
}
}
}
}
Expand Down

0 comments on commit d412e2e

Please sign in to comment.