Skip to content

Commit

Permalink
🚀 | Added lots of themes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Oct 20, 2023
1 parent fd4d176 commit fb1c374
Show file tree
Hide file tree
Showing 40 changed files with 740 additions and 583 deletions.
2 changes: 0 additions & 2 deletions static/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,5 @@
gtag('config', 'G-WKJQ5QHQTJ');
</script>
<script src="/scripts/main.js"></script>
<script src="/scripts/main.js"></script>
<script src="/scripts/customIcon.js"></script>
</body>
</html>
33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-blue.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(0, 0, 100) , rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-coral.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(255, 127, 80), rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-green.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(0, 100, 0) , rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-orange.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(255, 165, 0) , rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
32 changes: 32 additions & 0 deletions static/css/theme/gradient/black-pink.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, #ff00ff, black);
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-purple.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(75, 0, 130), rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
25 changes: 25 additions & 0 deletions static/css/theme/gradient/black-red.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.title {
color:white;
}
body {
background-image: linear-gradient(to right, rgb(217, 26, 26) , rgb(0, 0, 0));
}
h2 {
color:black;
}
.fixed-nav-bar-right .navbar-link {
color: white;
}
#INImg {
content: url("/main.png");
}
input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
}
.settings-card {
background-color: #111;
}
input:checked + .slider-round {
background-color: #000;
}

33 changes: 33 additions & 0 deletions static/css/theme/gradient/black-ruby.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, rgb(220, 20, 60), rgb(0, 0, 0));
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
32 changes: 32 additions & 0 deletions static/css/theme/gradient/black-white.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.title {
color: black;
}

body {
background-image: linear-gradient(to right, white, black);
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main_inverted.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
32 changes: 32 additions & 0 deletions static/css/theme/gradient/black-yellow.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, yellow, black);
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
33 changes: 33 additions & 0 deletions static/css/theme/gradient/dark-purple.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.title {
color: white;
}

body {
background-image: linear-gradient(to right, #8a2be2, #4b0082);
color: white;
}

h2 {
color: black;
}

.fixed-nav-bar-right .navbar-link {
color: white;
}

#INImg {
content: url("/main.png");
}

input, select, .column, .key-form, button, .key-button, .searchbar {
background-color: black;
color: white;
}

.settings-card {
background-color: #111;
}

input:checked + .slider-round {
background-color: #000;
}
Loading

10 comments on commit fb1c374

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
instell ✅ Deployed View Logs 2023-10-20T23:08:01.755Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-20T23:08:06.053Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
we-love-art ✅ Deployed View Logs 2023-10-20T23:08:07.287Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
your-mom ✅ Deployed View Logs 2023-10-20T23:08:24.706Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar-v5 ✅ Deployed View Logs 2023-10-20T23:08:26.917Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
st3llar ❌ Failed View Logs 2023-10-20T23:08:27.335Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-20T23:08:28.549Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-20T23:08:37.780Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-20T23:08:45.778Z

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on fb1c374 Oct 20, 2023

Choose a reason for hiding this comment

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

Deployment Status Build Logs Updated At
interstellar ✅ Deployed View Logs 2023-10-20T23:09:13.584Z

Please sign in to comment.