From e239df5a359bfc189b4a551841582de443079147 Mon Sep 17 00:00:00 2001 From: Marko Pavlovic Date: Thu, 7 Jul 2022 17:16:32 +0200 Subject: [PATCH] Add Panda Syntax theme (#37) --- standard/README.md | 1 + standard/panda_syntax.yaml | 28 ++++++++ standard/previews/panda_syntax.yaml.svg | 90 +++++++++++++++++++++++++ 3 files changed, 119 insertions(+) create mode 100644 standard/panda_syntax.yaml create mode 100644 standard/previews/panda_syntax.yaml.svg diff --git a/standard/README.md b/standard/README.md index 5fc92a4..a91ac9b 100644 --- a/standard/README.md +++ b/standard/README.md @@ -59,6 +59,7 @@ |**[Omni](omni.yaml)**:|| |**[One Dark](one_dark.yaml)**:|| |**[Palenight](palenight.yaml)**:|| +|**[Panda Syntax](panda_syntax.yaml)**:|| |**[Papercolor Light](papercolor_light.yaml)**:|| |**[Pencil Dark](pencil_dark.yaml)**:|| |**[Pencil Light](pencil_light.yaml)**:|| diff --git a/standard/panda_syntax.yaml b/standard/panda_syntax.yaml new file mode 100644 index 0000000..8ec4986 --- /dev/null +++ b/standard/panda_syntax.yaml @@ -0,0 +1,28 @@ +# Accent color for UI elements +accent: '#65bcfe' +# Terminal background color +background: '#25282a' +# Whether the theme is lighter or darker. +details: darker +# The foreground color. +foreground: '#f3f2f2' +# Ansi escape colors. +terminal_colors: + bright: + black: '#6f7683' + blue: '#65bcfe' + cyan: '#15fbdb' + green: '#14fbdc' + magenta: '#fea9d8' + red: '#fe2b6c' + white: '#f3f2f2' + yellow: '#ffc88f' + normal: + black: '#29292a' + blue: '#6db0fe' + cyan: '#15fbdb' + green: '#14fbdc' + magenta: '#fe74b4' + red: '#fe2b6c' + white: '#f3f2f2' + yellow: '#feb76b' diff --git a/standard/previews/panda_syntax.yaml.svg b/standard/previews/panda_syntax.yaml.svg new file mode 100644 index 0000000..1d9593d --- /dev/null +++ b/standard/previews/panda_syntax.yaml.svg @@ -0,0 +1,90 @@ + + + + +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 + + + ) + + + +