From e0f8e9e41489199ba340fff38d818edb2f85aba6 Mon Sep 17 00:00:00 2001 From: JasperSui Date: Fri, 10 Jan 2025 11:31:08 +0800 Subject: [PATCH] feat: galaxy(iterm2 compatiable) theme --- standard/README.md | 1 + standard/galaxy_iterm2_compatiable.yaml | 25 +++++++++ .../galaxy_iterm2_compatiable.yaml.svg | 51 +++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 standard/galaxy_iterm2_compatiable.yaml create mode 100644 standard/previews/galaxy_iterm2_compatiable.yaml.svg diff --git a/standard/README.md b/standard/README.md index a011fdc..26dfd04 100644 --- a/standard/README.md +++ b/standard/README.md @@ -40,6 +40,7 @@ |**[Faithful Argonaut](faithful_argonaut.yaml)**:|| |**[Falcon](falcon.yaml)**:|| |**[Flat Remix](flat_remix.yaml)**:|| +|**[Galaxy Iterm2 Compatiable](galaxy_iterm2_compatiable.yaml)**:|| |**[Github Dark](github_dark.yaml)**:|| |**[Github Dark Dimmed](github_dark_dimmed.yaml)**:|| |**[Github Light](github_light.yaml)**:|| diff --git a/standard/galaxy_iterm2_compatiable.yaml b/standard/galaxy_iterm2_compatiable.yaml new file mode 100644 index 0000000..c8e5c0f --- /dev/null +++ b/standard/galaxy_iterm2_compatiable.yaml @@ -0,0 +1,25 @@ +name: Galaxy +accent: "#5698f6" +background: "#273747" +foreground: "#ffffff" +details: darker +terminal_colors: + normal: + black: "#000000" + red: "#f9555f" + green: "#20b089" + yellow: "#fef063" + blue: "#5698f6" + magenta: "#934d93" + cyan: "#1f9ee7" + white: "#bbbbbb" + bright: + black: "#555555" + red: "#fa817d" + green: "#34bb1e" + yellow: "#ffff54" + blue: "#589df6" + magenta: "#e75699" + cyan: "#3979bc" + white: "#ffffff" +cursor: "#bbbbbb" diff --git a/standard/previews/galaxy_iterm2_compatiable.yaml.svg b/standard/previews/galaxy_iterm2_compatiable.yaml.svg new file mode 100644 index 0000000..9f5f67a --- /dev/null +++ b/standard/previews/galaxy_iterm2_compatiable.yaml.svg @@ -0,0 +1,51 @@ +ls +dir + +executable + +file +bash ~/colors.sh +normal: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +bright: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +~/project + +git( + + main + + ) + \ No newline at end of file