diff --git a/assets/config.yml b/assets/config.yml new file mode 100644 index 0000000..0206aea --- /dev/null +++ b/assets/config.yml @@ -0,0 +1,50 @@ +--- +title: "Homer Theme" +subtitle: "Walkx" +logo: "logo.png" + +header: false +footer: '
Theme made with ❤️ by Walkx
' # Set false if you want to hide it. + +stylesheet: + - "assets/custom.css" + +theme: dark +colors: + dark: + 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" + background-image: "../assets/index.jpeg" + +services: + - name: "//GitHub" + icon: "fas fa-github" + items: + - name: "Homer Theme" + logo: "assets/tools/github.png" + subtitle: "The official Homer Theme github!" + tag: "github" + tagstyle: "is-primary" + url: "https://github.com/WalkxCode/Homer-Theme" + target: "_blank" + + - name: "//Reddit" + icon: "fas fa-reddit" + items: + - name: "The original reddit post!" + logo: "assets/tools/reddit.png" + subtitle: "Yes... this is Homer." + tag: "reddit" + tagstyle: "is-info" + url: "https://www.reddit.com/r/selfhosted/comments/q9e82c/yes_this_is_homer_yes_i_spent_2_hours_customizing/" + target: "_blank" diff --git a/assets/custom.css b/assets/custom.css new file mode 100644 index 0000000..116e9c4 --- /dev/null +++ b/assets/custom.css @@ -0,0 +1,44 @@ +@charset "UTF-8"; +@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); + +/* Sets the group title to be a bolder font */ +.group-title { + font-family: Lato; + font-weight: 800; +} + +/* Changes the card title to be a bolder font */ +.title { + font-weight: 700; +} + +/* Changes the subtitle to be a bolder font */ +.subtitle { + font-weight: 500; +} + +/* Adds spacing to the bottom of cards */ +body #app .card-content { + margin-bottom: 0.75rem; +} + +/* Turns the opacity of the cards down to 80% */ +body #app .card, +body #app .card:hover, +body #app .message { + opacity: 80%; +} + +/* Adds more border radius to the cards */ +body .layout-vertical .column div:first-of-type .card { + border-radius: 0.5rem; +} +body .layout-vertical .card { + border-radius: 0.5rem; +} + +/* Removes the header */ +#bighead { + display: none; +} diff --git a/assets/icons/favicon-16x16.png b/assets/icons/favicon-16x16.png new file mode 100644 index 0000000..c3e9869 Binary files /dev/null and b/assets/icons/favicon-16x16.png differ diff --git a/assets/icons/favicon-32x32.png b/assets/icons/favicon-32x32.png new file mode 100644 index 0000000..ad5172e Binary files /dev/null and b/assets/icons/favicon-32x32.png differ diff --git a/assets/icons/icon-any.png b/assets/icons/icon-any.png new file mode 100644 index 0000000..c444c5c Binary files /dev/null and b/assets/icons/icon-any.png differ diff --git a/assets/icons/icon-any.svg b/assets/icons/icon-any.svg new file mode 100644 index 0000000..89f4ef7 --- /dev/null +++ b/assets/icons/icon-any.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/icons/icon-maskable.png b/assets/icons/icon-maskable.png new file mode 100644 index 0000000..896ca66 Binary files /dev/null and b/assets/icons/icon-maskable.png differ diff --git a/assets/icons/safari-pinned-tab.svg b/assets/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..26dc0ef --- /dev/null +++ b/assets/icons/safari-pinned-tab.svg @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/assets/manifest.json b/assets/manifest.json new file mode 100644 index 0000000..9faa093 --- /dev/null +++ b/assets/manifest.json @@ -0,0 +1 @@ +{"name":"Homer Dashboard","short_name":"Homer","theme_color":"#3367D6","icons":[{"src":"./icons/favicon-16x16.png","sizes":"16x16","type":"image/png"},{"src":"./icons/favicon-32x32.png","sizes":"32x32","type":"image/png"},{"src":"./icons/icon-any.png","sizes":"512x512","type":"image/png","purpose":"any"},{"src":"./icons/icon-any.svg","sizes":"any","type":"image/svg+xml","purpose":"any"},{"src":"./icons/icon-maskable.png","sizes":"512x512","type":"image/png","purpose":"maskable"},{"src":"./icons/safari-pinned-tab.svg","sizes":"any","type":"image/svg+xml","purpose":"monochrome"}],"start_url":"../","display":"standalone","background_color":"#000000"} \ No newline at end of file diff --git a/assets/tools/github.png b/assets/tools/github.png new file mode 100644 index 0000000..731b12e Binary files /dev/null and b/assets/tools/github.png differ diff --git a/assets/tools/reddit.png b/assets/tools/reddit.png new file mode 100644 index 0000000..6936f2c Binary files /dev/null and b/assets/tools/reddit.png differ diff --git a/assets/wallpaper.jpeg b/assets/wallpaper.jpeg new file mode 100644 index 0000000..84b007c Binary files /dev/null and b/assets/wallpaper.jpeg differ