Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,38 @@ Assembly:
- yellow
- green
chip: "#6E4C13"
Astro:
type: programming
ascii: |
{0}+++++++++++++++++++++++++++++++++++++++++++++++++++++++
{0}++++++++++++++++++++++*{1}@@@@@@@@@{0}#++++++++++++++++++++++
{0}++++++++++++++++++++++{1}@@@@@@@@@@@{0}#+++++++++++++++++++++
{0}+++++++++++++++++++++%{1}@@@@@@@@@@@@{0}+++++++++++++++++++++
{0}++++++++++++++++++++#{1}@@@@@@#@@@@@@{0}%++++++++++++++++++++
{0}++++++++++++++++++++{1}@@@@@@#+*{1}@@@@@@{0}*+++++++++++++++++++
{0}+++++++++++++++++++%{1}@@@@@@{0}++++{1}%@@@@@@{0}+++++++++++++++++++
{0}++++++++++++++++++*{1}@@@@@@{0}*+++{1}+@@@@@@{0}#++++++++++++++++++
{0}++++++++++++++++++{1}@@@@@@{0}%++++++{1}#@@@@@@{0}++++++++++++++++++
{0}+++++++++++++++++#{1}@@@@@@{0}*++++++{1}@@@@@@{0}%+++++++++++++++++
{0}+++++++++++++++++{1}@@@@@@{0}#+++++++*{1}@@@@@@{0}*++++++++++++++++
{0}++++++++++++++++%{1}@@@%%{0}#+++++++++{1}##%@@@@{0}++++++++++++++++
{0}++++++++++++++++{1}#*{0}+++++++++++++++++++{1}*#*{0}+++++++++++++++
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than using black and white it would be better to just use white and empty space (or no white background) for better compatibility with light terminals.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a really good idea, I'll change it.

{0}++++++++++++++++++++++{2}#*{0}++++++++{2}**{0}+++++++++++++++++++++
{0}++++++++++++++++++++++{2}%%%%%%%%%%%*{0}+++++++++++++++++++++
{0}++++++++++++++++++++++{2}*#++#%%%%#*{0}++++++++++++++++++++++
{0}++++++++++++++++++++++++++{2}*%%#{0}+++++++++++++++++++++++++
{0}++++++++++++++++++++++++++{2}+##{0}++++++++++++++++++++++++++
{0}+++++++++++++++++++++++++++++++++++++++++++++++++++++++
colors:
ansi:
- white
- black
- orange
hex:
- "#FFFFFF"
- "#000000"
- "##ff5a04"
chip: "#FF7F3B"
AutoHotKey:
type: programming
ascii: |
Expand Down