From ab388dffac30233ac033c8037ac9be2cc352e4c5 Mon Sep 17 00:00:00 2001 From: neverness Date: Sun, 24 Nov 2024 16:05:40 +0900 Subject: [PATCH] update --- base16/cat-dark.yaml | 21 +++++++++++++++++++++ base16/cat-light.yaml | 21 +++++++++++++++++++++ base16/chanivibes.yaml | 21 +++++++++++++++++++++ base16/classic.yaml | 21 +++++++++++++++++++++ base16/dao-gray.yaml | 21 +++++++++++++++++++++ base16/dao-light.yaml | 21 +++++++++++++++++++++ base16/helios.yaml | 22 ++++++++++++++++++++++ base16/horizon-dark.yaml | 21 +++++++++++++++++++++ base16/horizon-light.yaml | 21 +++++++++++++++++++++ base16/mnt.yaml | 21 +++++++++++++++++++++ base16/rose.yaml | 21 +++++++++++++++++++++ base16/saga.yaml | 23 +++++++++++++++++++++++ base16/solar.yaml | 22 ++++++++++++++++++++++ base16/tokyo.yaml | 21 +++++++++++++++++++++ 14 files changed, 298 insertions(+) create mode 100755 base16/cat-dark.yaml create mode 100755 base16/cat-light.yaml create mode 100644 base16/chanivibes.yaml create mode 100755 base16/classic.yaml create mode 100755 base16/dao-gray.yaml create mode 100755 base16/dao-light.yaml create mode 100755 base16/helios.yaml create mode 100755 base16/horizon-dark.yaml create mode 100755 base16/horizon-light.yaml create mode 100755 base16/mnt.yaml create mode 100755 base16/rose.yaml create mode 100755 base16/saga.yaml create mode 100755 base16/solar.yaml create mode 100755 base16/tokyo.yaml diff --git a/base16/cat-dark.yaml b/base16/cat-dark.yaml new file mode 100755 index 0000000..c1818ef --- /dev/null +++ b/base16/cat-dark.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Catppuccin Mocha" +author: "https://github.com/catppuccin/catppuccin" +variant: "dark" +palette: + base00: "1e1e2e" # base + base01: "181825" # mantle + base02: "313244" # surface0 + base03: "45475a" # surface1 + base04: "585b70" # surface2 + base05: "cdd6f4" # text + base06: "f5e0dc" # rosewater + base07: "b4befe" # lavender + base08: "f38ba8" # red + base09: "fab387" # peach + base0A: "f9e2af" # yellow + base0B: "a6e3a1" # green + base0C: "94e2d5" # teal + base0D: "89b4fa" # blue + base0E: "cba6f7" # mauve + base0F: "f2cdcd" # flamingo diff --git a/base16/cat-light.yaml b/base16/cat-light.yaml new file mode 100755 index 0000000..39a916e --- /dev/null +++ b/base16/cat-light.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Catppuccin Frappe" +author: "https://github.com/catppuccin/catppuccin" +variant: "dark" +palette: + base00: "303446" # base + base01: "292c3c" # mantle + base02: "414559" # surface0 + base03: "51576d" # surface1 + base04: "626880" # surface2 + base05: "c6d0f5" # text + base06: "f2d5cf" # rosewater + base07: "babbf1" # lavender + base08: "e78284" # red + base09: "ef9f76" # peach + base0A: "e5c890" # yellow + base0B: "a6d189" # green + base0C: "81c8be" # teal + base0D: "8caaee" # blue + base0E: "ca9ee6" # mauve + base0F: "eebebe" # flamingo diff --git a/base16/chanivibes.yaml b/base16/chanivibes.yaml new file mode 100644 index 0000000..49642ab --- /dev/null +++ b/base16/chanivibes.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "ChaniVibes" +author: "akmalrusli363" +variant: "dark" +palette: + base00: "151311" + base01: "1F1C19" + base02: "312D29" + base03: "4A453F" + base04: "69635B" + base05: "8F877C" + base06: "BCB1A3" + base07: "E8E2DA" + base08: "E64629" + base09: "F48D00" + base0A: "F2CF1F" + base0B: "AAE629" + base0C: "15E681" + base0D: "2190FF" + base0E: "E63766" + base0F: "F4855C" diff --git a/base16/classic.yaml b/base16/classic.yaml new file mode 100755 index 0000000..fbbf104 --- /dev/null +++ b/base16/classic.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Classic Dark" +author: "Jason Heeris (http://heeris.id.au)" +variant: "dark" +palette: + base00: "151515" + base01: "202020" + base02: "303030" + base03: "505050" + base04: "B0B0B0" + base05: "D0D0D0" + base06: "E0E0E0" + base07: "F5F5F5" + base08: "AC4142" + base09: "D28445" + base0A: "F4BF75" + base0B: "90A959" + base0C: "75B5AA" + base0D: "6A9FB5" + base0E: "AA759F" + base0F: "8F5536" diff --git a/base16/dao-gray.yaml b/base16/dao-gray.yaml new file mode 100755 index 0000000..7229be6 --- /dev/null +++ b/base16/dao-gray.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Da One Gray" +author: "NNB (https://github.com/NNBnh)" +variant: "dark" +palette: + base00: "181818" + base01: "282828" + base02: "585858" + base03: "888888" + base04: "c8c8c8" + base05: "ffffff" + base06: "ffffff" + base07: "ffffff" + base08: "fa7883" + base09: "ffc387" + base0A: "ff9470" + base0B: "98c379" + base0C: "8af5ff" + base0D: "6bb8ff" + base0E: "e799ff" + base0F: "b3684f" diff --git a/base16/dao-light.yaml b/base16/dao-light.yaml new file mode 100755 index 0000000..37c4cc1 --- /dev/null +++ b/base16/dao-light.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Da One Paper" +author: "NNB (https://github.com/NNBnh)" +variant: "light" +palette: + base00: "faf0dc" + base01: "c8c8c8" + base02: "888888" + base03: "585858" + base04: "282828" + base05: "181818" + base06: "000000" + base07: "000000" + base08: "de5d6e" + base09: "ff9470" + base0A: "b3684f" + base0B: "76a85d" + base0C: "64b5a7" + base0D: "5890f8" + base0E: "c173d1" + base0F: "b3684f" diff --git a/base16/helios.yaml b/base16/helios.yaml new file mode 100755 index 0000000..f2e222c --- /dev/null +++ b/base16/helios.yaml @@ -0,0 +1,22 @@ +system: "base16" +name: "Helios" +author: "Alex Meyer (https://github.com/reyemxela)" +variant: "dark" +palette: + base00: "1d2021" # ---- + base01: "383c3e" # --- + base02: "53585b" # -- + base03: "6f7579" # - + base04: "cdcdcd" # + + base05: "d5d5d5" # ++ + base06: "dddddd" # +++ + base07: "e5e5e5" # ++++ + base08: "d72638" # red + base09: "eb8413" # orange + base0A: "f19d1a" # yellow + base0B: "88b92d" # green + base0C: "1ba595" # aqua/cyan + base0D: "1e8bac" # blue + base0E: "be4264" # purple + base0F: "c85e0d" # brown + diff --git a/base16/horizon-dark.yaml b/base16/horizon-dark.yaml new file mode 100755 index 0000000..2c4063e --- /dev/null +++ b/base16/horizon-dark.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Horizon Terminal Dark" +author: "Michaël Ball (http://github.com/michael-ball/)" +variant: "dark" +palette: + base00: "1C1E26" + base01: "232530" + base02: "2E303E" + base03: "6F6F70" + base04: "9DA0A2" + base05: "CBCED0" + base06: "DCDFE4" + base07: "E3E6EE" + base08: "E95678" + base09: "FAB795" + base0A: "FAC29A" + base0B: "29D398" + base0C: "59E1E3" + base0D: "26BBD9" + base0E: "EE64AC" + base0F: "F09383" diff --git a/base16/horizon-light.yaml b/base16/horizon-light.yaml new file mode 100755 index 0000000..3ceb622 --- /dev/null +++ b/base16/horizon-light.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Horizon Terminal Light" +author: "Michaël Ball (http://github.com/michael-ball/)" +variant: "light" +palette: + base00: "FDF0ED" + base01: "FADAD1" + base02: "F9CBBE" + base03: "BDB3B1" + base04: "948C8A" + base05: "403C3D" + base06: "302C2D" + base07: "201C1D" + base08: "E95678" + base09: "F9CEC3" + base0A: "FADAD1" + base0B: "29D398" + base0C: "59E1E3" + base0D: "26BBD9" + base0E: "EE64AC" + base0F: "F9CBBE" diff --git a/base16/mnt.yaml b/base16/mnt.yaml new file mode 100755 index 0000000..0b22ea0 --- /dev/null +++ b/base16/mnt.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Mountain" +author: "gnsfujiwara (https://github.com/gnsfujiwara)" +variant: "dark" +palette: + base00: "0f0f0f" + base01: "191919" + base02: "262626" + base03: "4c4c4c" + base04: "ac8a8c" + base05: "cacaca" + base06: "e7e7e7" + base07: "f0f0f0" + base08: "ac8a8c" + base09: "ceb188" + base0A: "aca98a" + base0B: "8aac8b" + base0C: "8aabac" + base0D: "8f8aac" + base0E: "ac8aac" + base0F: "ac8a8c" diff --git a/base16/rose.yaml b/base16/rose.yaml new file mode 100755 index 0000000..9c25ed5 --- /dev/null +++ b/base16/rose.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Rosé Pine" +author: "Emilia Dunfelt " +variant: "dark" +palette: + base00: "191724" + base01: "1f1d2e" + base02: "26233a" + base03: "6e6a86" + base04: "908caa" + base05: "e0def4" + base06: "e0def4" + base07: "524f67" + base08: "eb6f92" + base09: "f6c177" + base0A: "ebbcba" + base0B: "31748f" + base0C: "9ccfd8" + base0D: "c4a7e7" + base0E: "f6c177" + base0F: "524f67" diff --git a/base16/saga.yaml b/base16/saga.yaml new file mode 100755 index 0000000..600dc19 --- /dev/null +++ b/base16/saga.yaml @@ -0,0 +1,23 @@ +system: "base16" +name: "SAGA" +author: "https://github.com/SAGAtheme/SAGA" +variant: "dark" +palette: + base00: "05080a" # Obsidian + base01: "0a1014" # Liquorice + base02: "0f181e" # Charcoal + base03: "141f27" # Asphalt + base04: "192630" # Gunmetal + base05: "dce2f7" # Marshmallow + base06: "f8eae7" # Linen + base07: "ccd3fe" # Lavender + base08: "ffd4e9" # Azalea + base09: "fbcbae" # Apricot + base0A: "fbebc8" # Blond + base0B: "f7ddff" # Lace + base0C: "c5edc1" # Tea + base0D: "c9fff7" # Celeste + base0E: "dcc3f9" # Anemone + base0F: "f6dddd" # Lycoris + + diff --git a/base16/solar.yaml b/base16/solar.yaml new file mode 100755 index 0000000..d5d200d --- /dev/null +++ b/base16/solar.yaml @@ -0,0 +1,22 @@ +system: "base16" +name: "Solar Flare" +slug: "solarflare" +author: "Chuck Harmston (https://chuck.harmston.ch)" +variant: "dark" +palette: + base00: "18262F" + base01: "222E38" + base02: "586875" + base03: "667581" + base04: "85939E" + base05: "A6AFB8" + base06: "E8E9ED" + base07: "F5F7FA" + base08: "EF5253" + base09: "E66B2B" + base0A: "E4B51C" + base0B: "7CC844" + base0C: "52CBB0" + base0D: "33B5E1" + base0E: "A363D5" + base0F: "D73C9A" diff --git a/base16/tokyo.yaml b/base16/tokyo.yaml new file mode 100755 index 0000000..613000e --- /dev/null +++ b/base16/tokyo.yaml @@ -0,0 +1,21 @@ +system: "base16" +name: "Tokyo City Terminal Dark" +author: "Michaël Ball" +variant: "dark" +palette: + base00: "171D23" + base01: "1D252C" + base02: "28323A" + base03: "526270" + base04: "B7C5D3" + base05: "D8E2EC" + base06: "F6F6F8" + base07: "FBFBFD" + base08: "D95468" + base09: "FF9E64" + base0A: "EBBF83" + base0B: "8BD49C" + base0C: "70E1E8" + base0D: "539AFC" + base0E: "B62D65" + base0F: "DD9D82"