Add lightmode, More rounded corners, Add settings header, Change GitHub icon

This commit is contained in:
WalkxCode 2021-10-18 11:44:39 +02:00
parent 7290bce407
commit 2dab34c7d5
33 changed files with 39 additions and 26 deletions

41
assets/config.yml Normal file → Executable file
View File

@ -4,13 +4,28 @@ subtitle: "Walkx"
logo: "logo.png"
header: false
footer: '<p>Theme made with <span class="has-text-danger">❤️</span> by Walkx</p>' # Set false if you want to hide it.
footer: '<p>Theme made with <span class="has-text-danger">❤️</span> by <a href="https://github.com/WalkxCode">Walkx</a></p>' # Set false if you want to hide it.
stylesheet:
- "assets/custom.css"
theme: dark
columns: "3" # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12)
theme: default
colors:
light:
highlight-primary: "#fff5f2"
highlight-secondary: "#fff5f2"
highlight-hover: "#bebebe"
background: "#12152B"
card-background: "#fff5f2"
text: "#ffffff"
text-header: "#fafafa"
text-title: "#000000"
text-subtitle: "#111111"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#3273dc"
link-hover: "#c1c1c1"
background-image: "../assets/wallpaper-light.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper!
dark:
highlight-primary: "#181C3A"
highlight-secondary: "#181C3A"
@ -22,22 +37,8 @@ colors:
text-title: "#fafafa"
text-subtitle: "#8B8D9C"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#3273dc"
link-hover: "#ffdd57"
background-image: "../assets/wallpaper.jpeg"
light:
highlight-primary: "#181C3A"
highlight-secondary: "#181C3A"
highlight-hover: "#1F2347"
background: "#12152B"
card-background: "#181C3A"
text: "#eaeaea"
text-header: "#7C71DD"
text-title: "#fafafa"
text-subtitle: "#8B8D9C"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#3273dc"
link-hover: "#ffdd57"
link: "#c1c1c1"
link-hover: "#fafafa"
background-image: "../assets/wallpaper.jpeg"
services:
@ -45,10 +46,10 @@ services:
icon: "fas fa-github"
items:
- name: "Homer Theme"
logo: "assets/tools/github.png"
logo: "assets/tools/walkx.png" # Change github.png to the name of your own custom icon!
subtitle: "The official Homer Theme github!"
tag: "github"
tagstyle: "is-primary"
tagstyle: "is-primary" # This will display the is-primary color! Try changing it to; is-link, is-info, is-success, is-warning or is-danger!
url: "https://github.com/WalkxCode/Homer-Theme"
target: "_blank"

24
assets/custom.css Normal file → Executable file
View File

@ -84,15 +84,27 @@ body #app .message {
opacity: 80%;
}
/* Adds more border radius to the cards */
/*Adds more border radius to the cards */
body .layout-vertical .column div:first-of-type .card {
border-radius: 0.5rem;
border-radius: 1rem;
}
body .layout-vertical .card {
border-radius: 0.5rem;
border-radius: 1rem;
}
.card {
border-radius: 1rem;
}
/* Removes the header */
#bighead {
display: none;
/* Changes Header Opacity */
body #bighead .navbar {
background-color: rgba(0, 0, 0, 0);
}
body .search-bar input {
opacity: 20%;
}
body #bighead .navbar a:focus, body #bighead .navbar a:hover {
background-color: rgba(0, 0, 0, 0);
color: var(--link-hover);
}

0
assets/fonts/lato-v20-latin-700.eot Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-700.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

0
assets/fonts/lato-v20-latin-700.ttf Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-700.woff Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-700.woff2 Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-900.eot Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-900.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

0
assets/fonts/lato-v20-latin-900.ttf Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-900.woff Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-900.woff2 Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-regular.eot Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-regular.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 78 KiB

0
assets/fonts/lato-v20-latin-regular.ttf Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-regular.woff Normal file → Executable file
View File

0
assets/fonts/lato-v20-latin-regular.woff2 Normal file → Executable file
View File

0
assets/fonts/raleway-v22-latin-regular.eot Normal file → Executable file
View File

0
assets/fonts/raleway-v22-latin-regular.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 51 KiB

0
assets/fonts/raleway-v22-latin-regular.ttf Normal file → Executable file
View File

0
assets/fonts/raleway-v22-latin-regular.woff Normal file → Executable file
View File

0
assets/fonts/raleway-v22-latin-regular.woff2 Normal file → Executable file
View File

0
assets/icons/favicon-16x16.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 790 B

After

Width:  |  Height:  |  Size: 790 B

0
assets/icons/favicon-32x32.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

0
assets/icons/icon-any.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 75 KiB

0
assets/icons/icon-any.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

0
assets/icons/icon-maskable.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 124 KiB

After

Width:  |  Height:  |  Size: 124 KiB

0
assets/icons/safari-pinned-tab.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

0
assets/manifest.json Normal file → Executable file
View File

0
assets/tools/reddit.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

BIN
assets/tools/walkx.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
assets/wallpaper-light.jpeg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

0
assets/wallpaper.jpeg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 544 KiB

After

Width:  |  Height:  |  Size: 544 KiB