From 54dee0b9c07a47886f9c32f9e8c5fbf664f7d45b Mon Sep 17 00:00:00 2001 From: Jordi Riera Date: Thu, 30 Mar 2023 00:45:47 +0200 Subject: [PATCH] Feature/blue monday theme (#57) * feat:Define colors for blue-monday theme * chore:Add preview svg with blue-monday colors theme * chore:Add the blue-monday theme in the standard themes listing * chore:standard readme.md and svg file updates after running py script --------- Co-authored-by: elvis kahoro --- standard/README.md | 1 + standard/blue_monday.yaml | 27 ++++++++++++++ standard/previews/blue_monday.yaml.svg | 51 ++++++++++++++++++++++++++ 3 files changed, 79 insertions(+) create mode 100644 standard/blue_monday.yaml create mode 100644 standard/previews/blue_monday.yaml.svg diff --git a/standard/README.md b/standard/README.md index 55550d4..7bd158e 100644 --- a/standard/README.md +++ b/standard/README.md @@ -10,6 +10,7 @@ |**[Ayu Light](ayu_light.yaml)**:|| |**[Ayu Mirage](ayu_mirage.yaml)**:|| |**[Blood Moon](blood_moon.yaml)**:|| +|**[Blue Monday](blue_monday.yaml)**:|| |**[Breeze](breeze.yaml)**:|| |**[Campbell](campbell.yaml)**:|| |**[Catppuccin](catppuccin.yaml)**:|| diff --git a/standard/blue_monday.yaml b/standard/blue_monday.yaml new file mode 100644 index 0000000..dd89cbf --- /dev/null +++ b/standard/blue_monday.yaml @@ -0,0 +1,27 @@ +accent: "#4136d9" +background: + top: '#000000' + bottom: '#00081e' + left: '#000000' + right: '#00081e' +details: darker +foreground: "#80c0ff" +terminal_colors: + bright: + black: "#3e7bdc" + blue: "#ec8129" + cyan: "#5db6ff" + green: "#00fdbb" + magenta: "#fdd600" + red: "#ff7200" + white: "#e9f2ff" + yellow: "#7300ff" + normal: + black: "#3e7bdc" + blue: "#ec8129" + cyan: "#2ba5ff" + green: "#38ffc9" + magenta: "#ffdb1a" + red: "#ff8c35" + white: "#d2dbe8" + yellow: "#7208f4" diff --git a/standard/previews/blue_monday.yaml.svg b/standard/previews/blue_monday.yaml.svg new file mode 100644 index 0000000..4768878 --- /dev/null +++ b/standard/previews/blue_monday.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