Replies: 12 comments 8 replies
-
|
Very cool, keep it coming legend! |
Beta Was this translation helpful? Give feedback.
-
|
thank you so much |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
For anyone who's wondering what the default values of ElegantFin as of right now are. They are as follows: Also you don't need to use hsl or rgb. You can use any valid css value! |
Beta Was this translation helpful? Give feedback.
-
|
Hi, is there any explanation as to what css values correspond with what element? Some of them I can sort of understand but changing the values often doesn't produce the desired result so they get a little confusing. |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible to change the Count Indicators? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Black |
Beta Was this translation helpful? Give feedback.
-
|
How to make the movie page look like as per the image. Need help please
|
Beta Was this translation helpful? Give feedback.
-
|
Here is a background featuring a blue-and-purple gradient, similar to the Jellyfin logo. --colorOverlayMoviesCover: rgba(20, 80, 100, 5.0);
--urlMoviesCover: url('https://s.yimg.com/ny/api/res/1.2/BLYlVSEmWAH2Lj0Z0xSHQw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTU0MDtjZj13ZWJw/https://media.zenfs.com/en/cinemablend_388/6695caf27e247b1de952e35ade38a42c');
}
:root {
/* Gradient points */
--darkerGradientPoint: hsla(285, 50%, 25%, 1); /* Deep Purple */
--darkerGradientPointAlpha: hsla(285, 50%, 25%, 0.8);
--lighterGradientPoint: hsla(210, 80%, 30%, 1); /* Deep Blue */
--lighterGradientPointAlpha: hsla(210, 80%, 30%, 0.8);
/* Header / drawer */
--headerColorGradient: none;
--headerColor: hsla(210, 80%, 20%, 0.9);
--drawerColor: hsla(285, 50%, 20%, 0.95);
/* Borders */
--borderColor: hsla(210, 30%, 40%, 1);
--darkerBorderColor: hsla(210, 30%, 30%, 1);
--lighterBorderColor: hsla(210, 30%, 50%, 0.3);
/* Selectors */
--selectorBackgroundColor: hsla(210, 50%, 25%, 1);
--selectorBackgroundColorAlpha: hsla(210, 50%, 25%, 0.5);
/* Buttons and Accents */
--btnMiniPlayColor: hsla(210, 100%, 43%, 1); /* Jellyfin Blue */
--btnMiniPlayBorderColor: hsla(210, 100%, 50%, 0.8);
--btnSubmitColor: hsla(285, 60%, 50%, 1); /* Jellyfin Purple */
--btnSubmitHoverColor: hsla(285, 60%, 60%, 1);
--btnSubmitBorderColor: hsla(285, 60%, 40%, 1);
--checkboxCheckedBgColor: hsla(285, 60%, 50%, 1);
}
.countIndicator, .playedIndicator, .mediaSourceIndicator {
background: hsla(210, 100%, 43%, 1) !important; /* Accent: Jellyfin Blue */
}
.playstatebutton-icon-played {
color: hsla(210, 100%, 43%, 1) !important;
}
.backgroundContainer, .dialog, html {
background-color: transparent !important; /* Required for the gradient to show */
} |
Beta Was this translation helpful? Give feedback.
-
|
Can anyone help to create sometjing ghat uses netflix colors Also same for the media player bar and stuff, i love the elegant fin design but would like the colors to match netflix. Any help is appreciated |
Beta Was this translation helpful? Give feedback.







Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone 👋
A few of you have asked about experimenting with different color combinations in ElegantFin. Until now, customizing colors wasn’t very well documented, so I’ve put together a basic dark theme template to make things easier and more fun to explore.
✨ Can you come up with alternative color themes for ElegantFin?
Use this thread as a playground to experiment with new color palettes, share your custom themes, and discuss ideas and get feedback from other users.
If you’re not familiar with
hsla(), this guide will help you get started:👉 https://www.w3schools.com/css/css_colors_hsl.asp
🧩 Below is a starter dark theme template you can tweak and build on.
Beta Was this translation helpful? Give feedback.
All reactions