Skip to content

Commit 3db7922

Browse files
committed
adjust willow1 theme slightly
smaller dots and less dark
1 parent 1abcfcf commit 3db7922

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_sass/color_schemes/willow1.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
@import "./color_schemes/dark";
22

3-
$body-background-color: #24180c;
4-
$sidebar-color: #24180c;
3+
$body-background-color: #2f2319;
4+
$sidebar-color: #2f2319;
55
$link-color: $red-200;
66
$btn-primary-color: $red-300;
77

88
// Hexagonal circle packing
99
body, .side-bar {
1010
background-image:
11-
radial-gradient(circle at 25% 25%, rgba(0,0,0,0.25) 5px, transparent 0),
12-
radial-gradient(circle at 50% 75%, rgba(0,0,0,0.25) 5px, transparent 0),
13-
radial-gradient(circle at 75% 25%, rgba(0,0,0,0.25) 5px, transparent 0),
14-
radial-gradient(circle at 0% 75%, rgba(0,0,0,0.25) 5px, transparent 0),
15-
radial-gradient(circle at 100% 75%, rgba(0,0,0,0.25) 5px, transparent 0);
16-
// The size difference here makes it into regular hexagons
17-
background-size: 36px 32px;
11+
radial-gradient(circle at 25% 25%, rgba(0,0,0,0.25) 2px, transparent 0),
12+
radial-gradient(circle at 50% 75%, rgba(0,0,0,0.25) 2px, transparent 0),
13+
radial-gradient(circle at 75% 25%, rgba(0,0,0,0.25) 2px, transparent 0),
14+
radial-gradient(circle at 0% 75%, rgba(0,0,0,0.25) 2px, transparent 0),
15+
radial-gradient(circle at 100% 75%, rgba(0,0,0,0.25) 2px, transparent 0);
16+
// Uneven to make a perfect regular hexagon pattern. This does not skew the circles.
17+
background-size: 24px calc(24px*sqrt(3)/2);
1818
}
1919

2020
// Add some borders to make things a little clearer ontop of the accents

0 commit comments

Comments
 (0)