diff --git a/themes/wood/background.jpg b/themes/wood/background.jpg new file mode 100644 index 0000000..96e455e Binary files /dev/null and b/themes/wood/background.jpg differ diff --git a/themes/wood/extra.css b/themes/wood/extra.css new file mode 100644 index 0000000..be122dd --- /dev/null +++ b/themes/wood/extra.css @@ -0,0 +1,34 @@ +.tile-html h1,h2,h3,h4,h5,h6 { + color: var(--headings); +} + +p, li { + color: var(--text); +} + +blockquote, pre, .tile-style-2 * { + color: var(--text2) !important; +} + +.tile-bin { + background: rgba(0,0,0,0.2); +} + +dd, dfn { + color:var(--text); +} + +.tile-html blockquote { + background-color: var(--light-alpha); + border-left: 3px solid var(--secondary); + padding: 5px 10px; + display: inline-block; +} + +.tile-html pre { + background-color: var(--light-alpha); + border: 1px solid var(--secondary); + border-left: 3px solid var(--secondary); + padding: 5px 10px; + display: inline-block; +} \ No newline at end of file diff --git a/themes/wood/info.json b/themes/wood/info.json new file mode 100644 index 0000000..8c70bf5 --- /dev/null +++ b/themes/wood/info.json @@ -0,0 +1,5 @@ +{ + "name": "Wood", + "colors": ["#87440d", "#f1b473", "#a87036"], + "credit": "3dudle" +} diff --git a/themes/wood/pub.css b/themes/wood/pub.css new file mode 100644 index 0000000..ab34d8c --- /dev/null +++ b/themes/wood/pub.css @@ -0,0 +1,2 @@ +background-position: left top; +background-repeat: repeat; \ No newline at end of file diff --git a/themes/wood/vars.json b/themes/wood/vars.json new file mode 100644 index 0000000..5897731 --- /dev/null +++ b/themes/wood/vars.json @@ -0,0 +1,11 @@ +{ + "primary": "#d4c69f", + "secondary": "#bc7652", + "medium": "#ff9e01", + "headings": "#fffacd", + "background": "#ce812f", + "text": "#fffacd", + "text2": "#2f0701", + "light": "#ffe46f", + "light-alpha": "#e7dab6" +} \ No newline at end of file