From 7e440e1be3b4f1df18fb3772f6eb066dac94bfe6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Feb 2023 20:25:52 +0000 Subject: [PATCH] ------- Generate Themes ------- --- data/themes.json | Bin 130418 -> 130418 bytes gogh.sh | 2 +- .../{terminal-basic.sh => homebrew-light.sh} | 2 +- ...erminal-basic.json => homebrew-light.json} | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename installs/{terminal-basic.sh => homebrew-light.sh} (98%) rename json/{terminal-basic.json => homebrew-light.json} (59%) diff --git a/data/themes.json b/data/themes.json index f101e01e38a4ede1eeb5d5be82f98ffbb5edb713..90b77735ba50ac60b0c8cba83ac3a7c35b87103b 100644 GIT binary patch delta 123 zcmV->0EGYY`Ump*2e72Umq6kH7q`zl0aO79NN;UrVsd47lMyxEiV87 delta 127 zcmV-_0D%AU`Ump*2e72Uv%|x}{*y4@7nd+>0Y$RH4*?ETWpZt4ZeeU7LSb`hW0TPb z6O%B*Kt4A#I50P6H8(akW-vHrG-G3CG&VUgIAUTpWj1CvWHU8kHDfnoH#IXhH#1=~ hH#0UlF*Gq`Wi&WrIASp|lTniulNZV^x3j_lzdFe-E*k&< diff --git a/gogh.sh b/gogh.sh index 6e5918f..90f48b6 100755 --- a/gogh.sh +++ b/gogh.sh @@ -105,6 +105,7 @@ declare -a THEMES=( 'hemisu-light.sh' 'highway.sh' 'hipster-green.sh' + 'homebrew-light.sh' 'homebrew.sh' 'horizon-bright.sh' 'horizon-dark.sh' @@ -227,7 +228,6 @@ declare -a THEMES=( 'synthwave.sh' 'teerb.sh' 'tender.sh' - 'terminal-basic.sh' 'terminix-dark.sh' 'thayer-bright.sh' 'tin.sh' diff --git a/installs/terminal-basic.sh b/installs/homebrew-light.sh similarity index 98% rename from installs/terminal-basic.sh rename to installs/homebrew-light.sh index b4c0578..b283e03 100755 --- a/installs/terminal-basic.sh +++ b/installs/homebrew-light.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export PROFILE_NAME="Terminal Basic" +export PROFILE_NAME="Homebrew Light" export COLOR_01="#000000" # Black (Host) export COLOR_02="#990000" # Red (Syntax string) diff --git a/json/terminal-basic.json b/json/homebrew-light.json similarity index 59% rename from json/terminal-basic.json rename to json/homebrew-light.json index 899a4c5..c2a8e1e 100644 --- a/json/terminal-basic.json +++ b/json/homebrew-light.json @@ -1 +1 @@ -{"color_01": "#000000", "color_02": "#990000", "color_03": "#00A600", "color_04": "#999900", "color_05": "#0000B2", "color_06": "#B200B2", "color_07": "#00A6B2", "color_08": "#BFBFBF", "color_09": "#666666", "color_10": "#E50000", "color_11": "#00D900", "color_12": "#E5E500", "color_13": "#0000FF", "color_14": "#E500E5", "color_15": "#00E5E5", "color_16": "#E5E5E5", "name": "Terminal Basic", "foreground": "#000000", "background": "#FFFFFF", "cursor": "#000000", "hash": "74807f5766f08f4ccf46918bb6e6f7d35a5c7b753673a37369141de48c8b1113"} \ No newline at end of file +{"color_01": "#000000", "color_02": "#990000", "color_03": "#00A600", "color_04": "#999900", "color_05": "#0000B2", "color_06": "#B200B2", "color_07": "#00A6B2", "color_08": "#BFBFBF", "color_09": "#666666", "color_10": "#E50000", "color_11": "#00D900", "color_12": "#E5E500", "color_13": "#0000FF", "color_14": "#E500E5", "color_15": "#00E5E5", "color_16": "#E5E5E5", "name": "Homebrew Light", "foreground": "#000000", "background": "#FFFFFF", "cursor": "#000000", "hash": "1398d0263fb0a732519b7ea0d7aeb24f557f9d2df7df94be32e242194b33d309"} \ No newline at end of file