Compare commits

...

15 Commits
v2 ... main

Author SHA1 Message Date
Walkx 4b47d85542
Create FUNDING.yml 2021-10-21 20:18:28 +02:00
Walkx 5a202250c2
Update README.md 2021-10-21 20:17:28 +02:00
Walkx 7da75750d6
Update README.md 2021-10-21 20:13:04 +02:00
Walkx 5ca31340e8
Update README.md 2021-10-21 20:12:38 +02:00
Walkx 8273b7a5b8
Delete donate.md 2021-10-21 19:59:36 +02:00
Walkx a0d3c52ec1
Update donate.md 2021-10-21 19:59:31 +02:00
Walkx 5061069fd9
Create donate.md 2021-10-21 19:58:53 +02:00
Walkx a840d92750
Merge pull request #9 from Zazou49/main
Better readability on light theme
2021-10-19 09:27:32 +02:00
Zazou49 e073c48136
Better readability on light theme 2021-10-18 23:45:22 +02:00
Walkx 3c29ced4fd
Update custom.css 2021-10-18 16:35:50 +02:00
Walkx 90224795cb
Update README.md 2021-10-18 12:22:26 +02:00
Walkx dac33c7c64
Update extra-configuration.md 2021-10-18 12:19:54 +02:00
Walkx 0660bad94c
Update README.md 2021-10-18 12:18:35 +02:00
WalkxCode 1748fa8f03 Add Previews 2021-10-18 12:11:17 +02:00
Walkx 6021d5ecad
Update README.md 2021-10-18 11:58:51 +02:00
7 changed files with 42 additions and 6 deletions

1
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1 @@
custom: ['https://github.com/WalkxCode/md/blob/main/donate.md']

View File

@ -1,9 +1,24 @@
<a href="https://github.com/WalkxCode/md/blob/main/donate.md">
<img src="https://img.shields.io/static/v1?label=Donate&message=Crypto&color=f7931a&style=for-the-badge">
</a>
<p align="center">
<details open>
<summary>Dark mode preview!</summary>
<img alt="Homer Theme" src="https://raw.githubusercontent.com/WalkxCode/Homer-Theme/main/preview.png">
</details>
<details>
<summary>Light mode preview!</summary>
<img alt="Homer Theme" src="https://raw.githubusercontent.com/WalkxCode/Homer-Theme/main/preview-light.png">
</details>
<p align="center">
This is v2 of Homer Theme, v1 is available <a href="https://github.com/WalkxCode/Homer-Theme/tree/v1">here.</a>
</p>
</p>
<h1 align="center">
<img
alt="Homer Theme"
src="https://raw.githubusercontent.com/WalkxCode/Homer-Theme/main/preview.png">
<br/>
Homer Theme
Homer Theme v2
</h1>
<h4 align="center">
@ -22,6 +37,7 @@
## Table of Contents
- [All Changes](#all-changes)
- [v2 Changes](#v2-changes)
- [Getting Started](#getting-started)
- [Extra Configuration](docs/extra-configuration.md)
@ -32,6 +48,14 @@
- Custom tag colors
- Custom wallpaper
- No header
- Offline Fonts
## v2 changes
- Added Light mode
- More rounded corners
- Added settings header
- Changed GitHub Icon
- Offline Fonts
## Getting started!

View File

@ -24,7 +24,7 @@ colors:
text-subtitle: "#111111"
card-shadow: rgba(0, 0, 0, 0.5)
link: "#3273dc"
link-hover: "#c1c1c1"
link-hover: "#2e4053"
background-image: "../assets/wallpaper-light.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper!
dark:
highlight-primary: "#181C3A"

View File

@ -94,6 +94,9 @@ body .layout-vertical .card {
.card {
border-radius: 1rem;
}
body .layout-vertical .column div:last-of-type .card {
border-radius: 1rem;
}
/* Changes Header Opacity */
body #bighead .navbar {
@ -107,4 +110,4 @@ body .search-bar input {
body #bighead .navbar a:focus, body #bighead .navbar a:hover {
background-color: rgba(0, 0, 0, 0);
color: var(--link-hover);
}
}

View File

@ -38,6 +38,14 @@ colors:
background-image: "../assets/wallpaper.jpeg" # Change wallpaper.jpeg to the name of your own custom wallpaper!
```
## Custom column amount
You can change the amount of columns by changing the following line:
```yaml
columns: "3" # You can change this to any number that is a factor of 12: (1, 2, 3, 4, 6, 12)
theme: default
```
## Custom icons
You can get custom icons for your Homer dashboard [here](https://github.com/WalkxCode/dashboard-icons).

BIN
preview-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB