From 3383a49ab8b030ac38609f92c0ef04adf5a2a187 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 24 Feb 2024 12:45:46 -0800 Subject: [PATCH] feat: Add Ambience theme from Terminator --- standard/README.md | 2 ++ standard/ambience.yaml | 23 +++++++++++++ standard/previews/ambience.yaml.svg | 51 +++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 standard/ambience.yaml create mode 100644 standard/previews/ambience.yaml.svg diff --git a/standard/README.md b/standard/README.md index 5792f27..2441b47 100644 --- a/standard/README.md +++ b/standard/README.md @@ -1,6 +1,7 @@ |Theme name | Preview| | --- | --- | |**[Afterglow](afterglow.yaml)**:|| +|**[Ambience](ambience.yaml)**:|| |**[Apple Dark](apple_dark.yaml)**:|| |**[Apple Light](apple_light.yaml)**:|| |**[Arc Dark](arc_dark.yaml)**:|| @@ -56,6 +57,7 @@ |**[Iceberg](iceberg.yaml)**:|| |**[Iterm](iterm.yaml)**:|| |**[Jellybeans](jellybeans.yaml)**:|| +|**[Kanagawa](kanagawa.yaml)**:|| |**[Konsole Linux](konsole_linux.yaml)**:|| |**[Laser](laser.yaml)**:|| |**[Light-pinkish](light-pinkish.yaml)**:|| diff --git a/standard/ambience.yaml b/standard/ambience.yaml new file mode 100644 index 0000000..35e8417 --- /dev/null +++ b/standard/ambience.yaml @@ -0,0 +1,23 @@ +accent: "#00c2ff" # Accent color for UI elements +background: '#300a24' # Terminal background color +details: darker # Whether the theme is lighter or darker. +foreground: '#ffffff' # The foreground color. +terminal_colors: # Ansi escape colors. + normal: + black: '#2e3436' + red: '#cc0000' + green: '#4e9a06' + yellow: '#c4a000' + magenta: '#5d4062' + blue: '#3465a4' + white: '#a9aca6' + cyan: '#06989a' + bright: + white: '#bfbfbd' + black: '#555753' + red: '#ef2929' + green: '#8ae234' + yellow: '#fce94f' + blue: '#729fcf' + magenta: '#ad7fa8' + cyan: '#34e2e2' \ No newline at end of file diff --git a/standard/previews/ambience.yaml.svg b/standard/previews/ambience.yaml.svg new file mode 100644 index 0000000..4d3cdd1 --- /dev/null +++ b/standard/previews/ambience.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