diff --git a/base16/README.md b/base16/README.md index ef8f91c..1258e7b 100644 --- a/base16/README.md +++ b/base16/README.md @@ -25,6 +25,7 @@ These are the original locations all schemes were imported from. * [Da One](https://github.com/NNBnh/base16-da-one-schemes) maintained by [NNBnh](https://github.com/NNBnh) * [DanQing](https://github.com/CosmosAtlas/base16-danqing-scheme) maintained by [CosmosAtlas](https://github.com/CosmosAtlas) * [Darcula](https://github.com/casonadams/base16-darcula-scheme) maintained by [casonadams](https://github.com/casonadams) +* [Dark Rose](https://github.com/niksingh710/base16-colors) maintained by [niksingh710](https://github.com/niksingh710) * [Darkviolet](https://github.com/ruler501/base16-darkviolet-scheme) maintained by [ruler501](https://github.com/ruler501) * [Default](https://github.com/chriskempson/base16-default-scheme) maintained by [chriskempson](https://github.com/chriskempson) * [Dracula](https://github.com/dracula/base16-dracula-scheme) maintained by [mikebarkmin](https://github.com/mikebarkmin) @@ -77,6 +78,7 @@ These are the original locations all schemes were imported from. * [Sagelight](https://github.com/cveldy/base16-sagelight-scheme) maintained by [cveldy](https://github.com/cveldy) * [Sakura](https://github.com/Misterio77/base16-sakura-scheme) maintained by [Misterio77](https://github.com/Misterio77) * [Sandcastle](https://github.com/gessig/base16-sandcastle-scheme) maintained by [gessig](https://github.com/gessig) +* [Sea Dawn](https://github.com/niksingh710/base16-colors) maintained by [niksingh710](https://github.com/niksingh710) * [ShadeSmear](https://github.com/HiRoS-neko/base16-shadesmear-scheme) maintained by [HiRoS-neko](https://github.com/HiRoS-neko) * [Shades of Purple](https://github.com/ahmadawais/base16-shades-of-purple) maintained by [Ahmad Awais](https://github.com/ahmadawais) and [Demartini](https://github.com/demartini) * [Silk](https://github.com/Misterio77/base16-silk-scheme) maintained by [Misterio77](https://github.com/misterio77) diff --git a/base16/dark-rose.yaml b/base16/dark-rose.yaml new file mode 100644 index 0000000..8d2ac41 --- /dev/null +++ b/base16/dark-rose.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Dark Rose" +author: "niksingh710" +variant: "dark" +palette: + base00: "181926" + base01: "414559" + base02: "d10f39" + base03: "9ca0b0" + base04: "acb0be" + base05: "ea999c" + base06: "eebebe" + base07: "eba0ac" + base08: "8c8fa1" + base09: "8c8fa1" + base0A: "8c8fa1" + base0B: "8c8fa1" + base0C: "8c8fa1" + base0D: "8c8fa1" + base0E: "8c8fa1" + base0F: "8c8fa1" diff --git a/base16/sea-dawn.yaml b/base16/sea-dawn.yaml new file mode 100644 index 0000000..0754a6b --- /dev/null +++ b/base16/sea-dawn.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Sea Dawn" +author: "niksingh710" +variant: "dark" +palette: + base00: "26180d" + base01: "673c18" + base02: "a6531b" + base03: "f77b0d" + base04: "fda538" + base05: "fddd9d" + base06: "fde8ba" + base07: "faf3e9" + base08: "e07214" + base09: "f0650e" + base0A: "e27122" + base0B: "e56f03" + base0C: "dd740b" + base0D: "ed690b" + base0E: "e96d08" + base0F: "e76a0b"