-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 4bitcss Dockerfile ( Fixes #74 )
Using ruby image
- Loading branch information
StartAutomating
authored and
StartAutomating
committed
Sep 29, 2024
1 parent
3a59b9c
commit e983404
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
stylesheet: /CyberpunkScarletProtocol/CyberpunkScarletProtocol.css | ||
colorSchemeName: CyberpunkScarletProtocol | ||
colorSchemeFileName: CyberpunkScarletProtocol | ||
image: /CyberpunkScarletProtocol/CyberpunkScarletProtocol.png | ||
description: CyberpunkScarletProtocol color scheme | ||
permalink: /CyberpunkScarletProtocol/ | ||
--- | ||
|
||
<h2 style='text-align:center'> | ||
<a id='colorSchemeNameLink' href='#'> | ||
<span class='ColorSchemeFileName'></span> | ||
</a> | ||
</h2> | ||
|
||
<div class='centeredText' style='margin-bottom:1%'> | ||
{% include PaletteSelector.html %} | ||
</div> | ||
|
||
<div class='centeredText'> | ||
{% include 4bitpreview.svg %} | ||
</div> | ||
|
||
<div class='centeredText'> | ||
<a id='downloadSchemeLink' class='padded'> | ||
{% include download-icon.svg %} | ||
</a> | ||
<a id='cdnSchemeLink' class='padded'> | ||
{% include download-cloud-icon.svg %} | ||
</a> | ||
<a id='feelingLucky' href="javascript:feelingLucky(document.getElementById('themeSelector'))" class='padded'> | ||
{% include shuffle-icon.svg %} | ||
</a> | ||
</div> | ||
|
||
{% include ColorTable.md %} | ||
|
||
{% include HowTo.md %} | ||
|