Skip to content

Commit

Permalink
deploy: 933907a
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Apr 21, 2024
1 parent 4945604 commit ef00649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions atlas.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
#base16-atlas .String { color: #7fc06e; }
#base16-atlas .Conditional { color: #9a70a4; }
#base16-atlas .Number { color: #f08e48; }
#base16-atlas .Operator { color: #14747e; }
#base16-atlas .Operator { color: #5dd7b9; }
#base16-atlas .Comment { color: #6c8b91; font-style: italic; }
#base16-atlas .Special { color: #14747e; }
#base16-atlas .Special { color: #5dd7b9; }
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@
#base16-atlas .String { color: #7fc06e; }
#base16-atlas .Conditional { color: #9a70a4; }
#base16-atlas .Number { color: #f08e48; }
#base16-atlas .Operator { color: #14747e; }
#base16-atlas .Operator { color: #5dd7b9; }
#base16-atlas .Comment { color: #6c8b91; font-style: italic; }
#base16-atlas .Special { color: #14747e; }
#base16-atlas .Special { color: #5dd7b9; }


#base16-ayu-dark pre { white-space: pre-wrap; font-family: monospace; color: #e6e1cf; background-color: #0f1419; }
Expand Down Expand Up @@ -5945,8 +5945,8 @@ <h1 class="text-center">Base16 Gallery</h1>
base09: "f08e48"
base0A: "ffcc1b"
base0B: "7fc06e"
base0D: "5dd7b9"
base0C: "14747e"
base0C: "5dd7b9"
base0D: "14747e"
base0E: "9a70a4"
base0F: "c43060"
</code></pre>
Expand Down Expand Up @@ -6007,8 +6007,8 @@ <h1 class="text-center">Base16 Gallery</h1>
<div title="#f08e48" style="background-color: #f08e48;"></div>
<div title="#ffcc1b" style="background-color: #ffcc1b;"></div>
<div title="#7fc06e" style="background-color: #7fc06e;"></div>
<div title="#14747e" style="background-color: #14747e;"></div>
<div title="#5dd7b9" style="background-color: #5dd7b9;"></div>
<div title="#14747e" style="background-color: #14747e;"></div>
<div title="#9a70a4" style="background-color: #9a70a4;"></div>
<div title="#c43060" style="background-color: #c43060;"></div>
</div>
Expand Down

0 comments on commit ef00649

Please sign in to comment.