<?xml version="1.0" encoding="utf-8" standalone="yes"?><feed xmlns="http://www.w3.org/2005/Atom"><title>Look and Feel on Sine Die</title><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/</id><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/index.atom.xml" rel="self" type="application/atom+xml" hreflang="en" title="Look and Feel on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/" rel="alternate" type="text/html" hreflang="en" title="Look and Feel on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/index.atom.xml" rel="alternate" type="application/atom+xml" hreflang="en" title="Look and Feel on Sine Die"/><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/index.rss.xml" rel="alternate" type="application/rss+xml" hreflang="en" title="Look and Feel on Sine Die"/><subtitle>Recent content in Look and Feel on Sine Die</subtitle><generator uri="https://github.com/sinetris/sine-die/">Sine Die theme for Hugo</generator><author><name>Duilio Ruggiero</name><email>duilio@sinetris.info</email></author><rights type="html">&amp;copy; 2023 - 2026, Duilio Ruggiero</rights><updated>2026-04-09T07:46:34Z</updated><entry><title>Color Palette</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/" rel="alternate" type="text/html" hreflang="en" title="Look and Feel on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/" type="text/html"/><published>2023-07-16T08:07:24+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/palette/#atom</id><summary type="html">&lt;p&gt;This theme uses 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables" rel="external" title="CSS custom properties for cascading variables"&gt;CSS cascading variables&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The color palette uses a three-color combination and allows to set the primary color hue angle and the left and right secondary colors hue angle (respectively adding and subtracting from the primary hue angle).&lt;/p&gt;
&lt;p&gt;The hue angle is based on the 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hsl" rel="external" title="hsl()"&gt;hsl&lt;/a&gt; color space but the color palette is generated using 
&lt;a href="https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch" rel="external" title="oklch()"&gt;oklch&lt;/a&gt;, this make it easier to select a color hue from the HSL 
&lt;a href="/sine-die/glossary/color-wheel/"&gt;Color Wheel&lt;/a&gt; while still taking advantage of the benefits that OKLCH provides.&lt;/p&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/></entry><entry><title>Theme Colors</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/" rel="alternate" type="text/html" hreflang="en" title="Look and Feel on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/" type="text/html"/><published>2023-07-20T11:10:15+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors/#atom</id><summary type="html">&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;By default the theme uses the &lt;strong&gt;triadic color scheme&lt;/strong&gt; (&lt;em&gt;secondary colors angle&lt;/em&gt;
set to &lt;code&gt;120deg&lt;/code&gt;) with the &lt;em&gt;primary color hue&lt;/em&gt; angle set to &lt;code&gt;250deg&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:root {
 /* Using default values */
 --color-primary-hue: 250deg;
 --colors-secondary-hue-angle: 120deg;
}&lt;/code&gt;&lt;/pre&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/></entry><entry><title>Theme Colors (override)</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/" rel="alternate" type="text/html" hreflang="en" title="Look and Feel on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/" type="text/html"/><published>2023-07-20T08:07:24+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/colors-override/#atom</id><summary type="html">&lt;h2 id="description"&gt;Description&lt;/h2&gt;
&lt;p&gt;In this example we override the &lt;strong&gt;primary color hue&lt;/strong&gt; angle to &lt;code&gt;200deg&lt;/code&gt; and the
&lt;strong&gt;secondary colors angle&lt;/strong&gt; to &lt;code&gt;330deg&lt;/code&gt; to have a &lt;strong&gt;Split-Complementary color
scheme&lt;/strong&gt; with left and right inverted.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;:root {
 --color-primary-hue: 200deg;
 --colors-secondary-hue-angle: 210deg;
}&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You can see the changes right here on this page.&lt;/p&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/colors" label="tag: Colors"/><category term="/tags/palette" label="tag: Palette"/><category term="/tags/css" label="tag: CSS"/><category term="/tags/override" label="tag: Override"/></entry><entry><title>HTML elements</title><link href="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/html-elements/" rel="alternate" type="text/html" hreflang="en" title="Look and Feel on Sine Die"/><content src="https://sinetris.github.io/sine-die/topics/docs/look-and-feel/html-elements/" type="text/html"/><published>2023-07-20T08:07:24+00:00</published><updated>2026-04-09T07:46:34Z</updated><id>https://sinetris.github.io/sine-die/topics/docs/look-and-feel/html-elements/#atom</id><summary type="html">&lt;h1 id="heading-1"&gt;Heading 1&lt;/h1&gt;
&lt;h2 id="heading-2"&gt;Heading 2&lt;/h2&gt;
&lt;h3 id="heading-3"&gt;Heading 3&lt;/h3&gt;
&lt;h4 id="heading-4"&gt;Heading 4&lt;/h4&gt;
&lt;h5 id="heading-5"&gt;Heading 5&lt;/h5&gt;
&lt;h6 id="heading-6"&gt;Heading 6&lt;/h6&gt;
&lt;p&gt;This is a paragraph with random content. Duis ut tempor mollit nisi exercitation et incididunt occaecat tempor aute ex cupidatat exercitation. Eiusmod incididunt ut enim sint pariatur. Tempor minim adipisicing quis Lorem sint sunt anim velit esse pariatur laborum.&lt;/p&gt;
&lt;p&gt;This is another paragraph and this paragraph have a link to a footnote 
&lt;a href="/sine-die/"&gt;1&lt;/a&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;A blockquote paragraph inside a figure element.&lt;/p&gt;
&lt;/blockquote&gt;</summary><category term="/types/topic" label="type: topic"/><category term="/categories/examples" label="category: Examples"/><category term="/categories/documentation" label="category: Documentation"/><category term="/tags/html" label="tag: HTML"/></entry></feed>