2024-03-30, 04:26 PM
(This post was last modified: 2024-05-26, 08:05 PM by ZestyJelly. Edited 5 times in total.)
Hey guys, I kinda made my own theme by combining Ultrachromic, Glassmorphism, and JellyTheme, as well as my own tweaks.
I have only tested it on my phone and computer (1080p), on both the app and the web interface. So it may look broken on 720p, 2K and 4K.
Here is what it looks like:
Repo is finally here: https://github.com/stpnwf/ZestyTheme
Compatible with 10.9.x!
To install add the following to Dashboard > General > Custom CSS
Available in different color schemes (add one of these in addition to the line above):
+ more in repo
I have only tested it on my phone and computer (1080p), on both the app and the web interface. So it may look broken on 720p, 2K and 4K.
Here is what it looks like:
Repo is finally here: https://github.com/stpnwf/ZestyTheme
Compatible with 10.9.x!
To install add the following to Dashboard > General > Custom CSS
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/theme.css');
Available in different color schemes (add one of these in addition to the line above):
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/colorschemes/blue.css');
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/colorschemes/gray.css');
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/colorschemes/green.css');
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/colorschemes/purple.css');
Code:
@import url('https://cdn.jsdelivr.net/gh/stpnwf/ZestyTheme@latest/colorschemes/yellow.css');
+ more in repo