schemes icon indicating copy to clipboard operation
schemes copied to clipboard

[FEAT] : Add expressoft colorscheme

Open Yushi5058 opened this issue 1 year ago • 3 comments
trafficstars

Hello, I would like to add my own colorscheme to the base16 category. Source repo : here Thanks

Yushi5058 avatar Jun 28 '24 08:06 Yushi5058

You may want to make sure it's using the right spec.

RobLoach avatar Jul 22 '24 12:07 RobLoach

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.

Yushi5058 avatar Jul 22 '24 12:07 Yushi5058

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:

image

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.

JamyGolden avatar Aug 28 '24 11:08 JamyGolden

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.

JamyGolden avatar Jan 22 '25 17:01 JamyGolden