Skip to content

Commit

Permalink
update gh-pages
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Jan 6, 2025
1 parent 62fdc03 commit 373c6ba
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
font-size: 14px;
padding: 10px 20px;
}

.base00-background { background-color: #282a36; }
.base01-background { background-color: #34353e; }
.base02-background { background-color: #43454f; }
Expand All @@ -29,7 +29,7 @@
.base0D-background { background-color: #57c7ff; }
.base0E-background { background-color: #ff6ac1; }
.base0F-background { background-color: #b2643c; }

.base00 { color: #282a36; }
.base01 { color: #34353e; }
.base02 { color: #43454f; }
Expand All @@ -51,8 +51,8 @@
<body>

<h1 class="scheme">Base16 Snazzy</h1>
<p class="author">Scheme author: Chawye Hsu (https://github.com/h404bi) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)</p>
<p class="author">Scheme author: Chawye Hsu (https://github.com/chawyehsu) based on Hyper Snazzy Theme (https://github.com/sindresorhus/hyper-snazzy)</p>

<div>
<div class="block base00-background base07">00</div>
<div class="block base01-background base07">01</div>
Expand Down Expand Up @@ -89,13 +89,13 @@ <h1 class="scheme">Base16 Snazzy</h1>

<span class="base03"># This is a comment</span>
<span class="base0E">class</span> <span class="base0A">Person</span>

<span class="base0D">attr_accessor</span> <span class="base0B">:name</span>

<span class="base0E">def</span> <span class="base0D">initialize</span>(<span class="base08">attributes</span> = {})
<span class="base08">@name</span> = <span class="base08">attributes</span>[<span class="base0B">:name</span>]
<span class="base0E">end</span>

<span class="base0E">def</span> <span class="base0E">self</span>.<span class="base0D">greet</span>
<span class="base02-background"><span class="base0B">"hello"</span></span>
<span class="base0E">end</span>
Expand All @@ -108,4 +108,4 @@ <h1 class="scheme">Base16 Snazzy</h1>

</div>
</body>
</html>
</html>

0 comments on commit 373c6ba

Please sign in to comment.