Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Aztec #9

Merged
merged 3 commits into from
Apr 1, 2024
Merged
Changes from 2 commits
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
22 changes: 22 additions & 0 deletions base16/aztec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Aztec scheme for the Base16 Builder (https://github.com/chriskempson/base16-builder)
Copy link
Member

Choose a reason for hiding this comment

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

Can you remove this line?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay, I just copied yaml template from another theme within the repo, thought it is descriptive and appropriate.

system: "base16"
name: "Aztec"
author: "TheNeverMan (github.com/TheNeverMan)"
variant: "dark"
palette:
base00: "101600" # Background ----
base01: "1A1E01" # Background ---
base02: "242604" # Background --
base03: "2E2E05" # Background -
base04: "FFD129" # Foreground -
base05: "FFDA51" # Foreground --
base06: "FFE178" # Foreground ---
base07: "FFEBA0" # Foreground ----
base08: "EE2E00" # Red

Choose a reason for hiding this comment

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

Tbh love the comments here. Cheers :)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I copied the template from yaml file of 3024 theme. Thank contributor of that theme instead of me.

base09: "EE8800" # Orange
base0A: "EEBB00" # Yellow
base0B: "63D932" # Green
base0C: "3D94A5" # Cyan
base0D: "5B4A9F" # Blue
base0E: "883E9F" # Purple
base0F: "A928B9" # Magenta