Skip to content

Commit

Permalink
add odin support (#1064)
Browse files Browse the repository at this point in the history
* add Odin

* Update languages.yaml

* Update languages.yaml

* add slight gradient

* Update languages.yaml

* update colors

* apply gradient

---------

Co-authored-by: o2sh <[email protected]>
  • Loading branch information
spsandwichman and o2sh authored Jul 28, 2023
1 parent 871f98a commit b5f3257
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1669,6 +1669,38 @@ OCaml:
ansi:
- yellow
chip: "#3BE133"
Odin:
type: programming
ascii: |
{0} @@@@@@@@@
{0} @@@@ @@@ @@@
{0} @@@@ @@@ @@@@@@
{1} @@@@ @@@ @@@ @@@@
{1} @@@ @@@ @@@ @@@
{1}@@@ @@@ @@@ @@@
{2}@@@ @@@ @@@ @@@
{2}@@@ @@@ @@@ @@@
{2}@@@ @@@ @@@ @@@
{3}@@@ @@@ @@@ @@@
{3} @@@ @@@ @@@ @@@
{3} @@@@@@ @@@ @@@@
{4} @@@ @@@ @@@@
{4} @@@ @@@@
{4} @@@@@@@@@@
colors:
ansi:
- blue
- blue
- blue
- blue
- blue
hex:
- "#265A99"
- "#3473BE"
- "#3F88DD"
- "#4797F3"
- "#499AF7"
chip: "#60AFFE"
Org:
type: prose
ascii: |
Expand Down

0 comments on commit b5f3257

Please sign in to comment.