color variables

This commit is contained in:
sakrecoer 2020-08-10 18:31:37 +02:00
parent 7e61046352
commit 596caa8558
4 changed files with 5 additions and 15 deletions

View file

@ -133,16 +133,6 @@ lang: en
## Colors ## Colors
bg: '#3c2a52'
bg-alt: 'rgba(31, 23, 41, 0.75)'
fg: '#ebdbf8'
fg-alt: 'rgba(235, 219, 248, 0.25)'
border: '#000000'
border-alt: 'rgba(0, 0, 0, 0.75)'
accent1: '#38ff59'
accent1-alt: 'rgba(56, 255, 89, 0.75)'
accent2: '#8d3ed8'
accent2-alt: 'rgba(141, 62, 216, 0.75)'
plugins: plugins:
- jekyll-pwa-plugin - jekyll-pwa-plugin

View file

@ -17,7 +17,7 @@
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" /> <link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200810.css" /></noscript> <noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200810.css" /></noscript>
<link rel="manifest" href="/manifest.json" /> <link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="{{ site.bg }}"/> <meta name="theme-color" content="{{ site.data.colors.bg_color }}"/>
</head> </head>

File diff suppressed because one or more lines are too long

View file

@ -5,8 +5,8 @@ layout: nil
<svg width="480" height="480" version="1.1" viewBox="0 0 127 127" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <svg width="480" height="480" version="1.1" viewBox="0 0 127 127" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs> <defs>
<linearGradient id="linearGradient857" x1="30.295" x2="30.295" y1="120.88" y2="63.5" gradientTransform="scale(3.7795)" gradientUnits="userSpaceOnUse"> <linearGradient id="linearGradient857" x1="30.295" x2="30.295" y1="120.88" y2="63.5" gradientTransform="scale(3.7795)" gradientUnits="userSpaceOnUse">
<stop stop-color="{{ site.bg }}" offset="0"/> <stop stop-color="{{ site.data.colors.bg_color }}" offset="0"/>
<stop stop-color="{{ site.bg }}" stop-opacity="0" offset="1"/> <stop stop-color="{{ site.data.colors.bg_color }}" stop-opacity="0" offset="1"/>
</linearGradient> </linearGradient>
<linearGradient id="linearGradient5491" x1="-1.7764e-15" x2="-1.7764e-15" y1="127" y2="-7.1054e-15" gradientTransform="matrix(1 0 0 .8654 0 17.094)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient857"/> <linearGradient id="linearGradient5491" x1="-1.7764e-15" x2="-1.7764e-15" y1="127" y2="-7.1054e-15" gradientTransform="matrix(1 0 0 .8654 0 17.094)" gradientUnits="userSpaceOnUse" xlink:href="#linearGradient857"/>
</defs> </defs>