schemes
schemes copied to clipboard
[FEAT] : Add expressoft colorscheme
Hello, I would like to add my own colorscheme to the base16 category. Source repo : here Thanks
You may want to make sure it's using the right spec.
You may want to make sure it's using the right spec.
Hello, what do you mean by that ? There is only one branch with a spec name on it.
Hi, you should add a variant property, indent the palette properties and I recommend ordering the scheme palette this way:
system: "base16"
name: "expressoft"
author: "Yushi5058"
variant: "dark"
palette:
base00: "120d09"
base01: "241b13"
base02: "372b20"
base03: "4b3c2e"
base04: "766454"
base05: "8f7c6d"
base06: "aa998b"
base07: "cabeb3"
base08: "9c4473"
base09: "9c6d44"
base0A: "9c6d44"
base0B: "739c44"
base0C: "449c6d"
base0D: "44739c"
base0E: "6d449c"
base0F: "44479c"
The palette will look as follows:
As you can see the yellow/orange is duplicated on base09 and base08. Perhaps you could also find a more yellow colour for base0A for added variation. Have a look at the styling spec for more information.
I'm going to close this since there hasn't been any movement in some months but I can reopen if you want to continue with it.