Aesthetic Startpage to boost your productivity and at the same time give your desktop a new aesthetic look. Here is a Live Preview
- Download/Clone this repository.
- Open folder of theme you want to use.
- Open index.html file using a web browser.
- Copy the url path from the url bar.
- Go to web browser's homepage settings.
- Select Custom url homepage and paste the url.
- Copy this Page link and use it as custom url homepage
- You can change theme using the menu given at top-right corner.
- You can use a specific-theme by using method-1.
- Follow this tutorial till
Create a Branch
.
-
Navigate to
aesthetic-startpage\template-theme\normal
in your desktop. -
Copy all the files and folders (
index.html
,style.css
,images
). -
Now navigate to
aesthetic-startpage\new-themes\
in your desktop. -
Create a new folder and give it a unique theme name of your choice.
-
Paste the previously copied files and folder inside the new folder you created.
-
Open
style.css
in your preferred ide or text editor. -
Inside
:root
change thergb
values for different variables.
-
If you want to add gradient, you can add it inside
.bg
-
To add new image, navigate to
images
inside the folder you created and replace the existing image with the one you want. Rename the image togif.gif
. If the image is not gif you can convert it by using MS Paint (save asgif.gif
) or any other software.
- Follow rest of this tutorial from where you have left.